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

Maxime Gauduin alucryd at gemini.archlinux.org
Sun May 1 08:36:08 UTC 2022


    Date: Sunday, May 1, 2022 @ 08:36:07
  Author: alucryd
Revision: 1192035

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-01 08:36:01 UTC (rev 1192034)
+++ PKGBUILD	2022-05-01 08:36:07 UTC (rev 1192035)
@@ -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=5.0.2
-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=937779c77420f4acb8acd775bc2c35ed94f1393d
-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 1192034, python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-01 08:36:07 UTC (rev 1192035)
@@ -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=v6.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
+}
+
+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