Date: Monday, February 27, 2023 @ 08:37:14
Author: alucryd
Revision: 1405466
archrelease: copy trunk to community-any
Added:
python-slugify/repos/community-any/PKGBUILD
(from rev 1405465, python-slugify/trunk/PKGBUILD)
Deleted:
python-slugify/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-27 08:37:04 UTC (rev 1405465)
+++ PKGBUILD 2023-02-27 08:37:14 UTC (rev 1405466)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Thomas Jost <[email protected]>
-# Contributor: Andrey Mikhaylenko <[email protected]>
-
-pkgname=python-slugify
-pkgver=8.0.0
-pkgrel=1
-pkgdesc='A Python slugify application that handles unicode'
-arch=(any)
-url=https://github.com/un33k/python-slugify
-license=(MIT)
-depends=(python-text-unidecode)
-makedepends=(
- git
- python-setuptools
-)
-optdepends=('python-unidecode: Unidecode support')
-_tag=11e6209bba742675bda4307a65d69c8821fccaee
-source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
- cd python-slugify
-
- git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-build() {
- cd python-slugify
-
- python setup.py build
-}
-
-package() {
- cd python-slugify
-
- python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
- install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
-}
-
-# vim: ts=2 sw=2 et:
Copied: python-slugify/repos/community-any/PKGBUILD (from rev 1405465,
python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-02-27 08:37:14 UTC (rev 1405466)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Thomas Jost <[email protected]>
+# Contributor: Andrey Mikhaylenko <[email protected]>
+
+pkgname=python-slugify
+pkgver=8.0.1
+pkgrel=1
+pkgdesc='A Python slugify application that handles unicode'
+arch=(any)
+url=https://github.com/un33k/python-slugify
+license=(MIT)
+depends=(python-text-unidecode)
+makedepends=(
+ git
+ python-setuptools
+)
+optdepends=('python-unidecode: Unidecode support')
+_tag=58031becacdc8945393ddf628e84a6785cd08066
+source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+ cd python-slugify
+
+ git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+build() {
+ cd python-slugify
+
+ python setup.py build
+}
+
+package() {
+ cd python-slugify
+
+ python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+ install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
+}
+
+# vim: ts=2 sw=2 et: