[arch-commits] Commit in python-slugify/repos/community-any (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu May 6 08:58:39 UTC 2021


    Date: Thursday, May 6, 2021 @ 08:58:39
  Author: alucryd
Revision: 928396

archrelease: copy trunk to community-any

Added:
  python-slugify/repos/community-any/PKGBUILD
    (from rev 928395, python-slugify/trunk/PKGBUILD)
Deleted:
  python-slugify/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 08:58:34 UTC (rev 928395)
+++ PKGBUILD	2021-05-06 08:58:39 UTC (rev 928396)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Thomas Jost <schnouki at schnouki.net>
-# Contributor: Andrey Mikhaylenko <neithere at gmail.com>
-
-pkgname=python-slugify
-pkgver=4.0.1
-pkgrel=3
-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=c340834bb2afb24d78151c018496f4273fb7be37
-source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd python-slugify
-
-  git describe --tags
-}
-
-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 928395, python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-06 08:58:39 UTC (rev 928396)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Thomas Jost <schnouki at schnouki.net>
+# Contributor: Andrey Mikhaylenko <neithere at gmail.com>
+
+pkgname=python-slugify
+pkgver=5.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=b9b6a9712b6ece99d70ddfe623cf9236ecba945f
+source=(git+https://github.com/un33k/python-slugify.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd python-slugify
+
+  git describe --tags
+}
+
+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:



More information about the arch-commits mailing list