Date: Saturday, November 19, 2022 @ 15:35:13
Author: alucryd
Revision: 1349715
archrelease: copy trunk to community-any
Added:
python-slugify/repos/community-any/PKGBUILD
(from rev 1349714, python-slugify/trunk/PKGBUILD)
Deleted:
python-slugify/repos/community-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-19 15:35:04 UTC (rev 1349714)
+++ PKGBUILD 2022-11-19 15:35:13 UTC (rev 1349715)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <[email protected]>
-# Contributor: Thomas Jost <[email protected]>
-# Contributor: Andrey Mikhaylenko <[email protected]>
-
-pkgname=python-slugify
-pkgver=6.1.2
-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=3f1a0fe7c5775a72141163ccdd593272e512898c
-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 1349714,
python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-19 15:35:13 UTC (rev 1349715)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Thomas Jost <[email protected]>
+# Contributor: Andrey Mikhaylenko <[email protected]>
+
+pkgname=python-slugify
+pkgver=7.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=247fe299c524f48adb94325ce79c84d87fbd0197
+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: