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

Maxime Gauduin alucryd at archlinux.org
Sat Oct 12 15:43:59 UTC 2019


    Date: Saturday, October 12, 2019 @ 15:43:59
  Author: alucryd
Revision: 515244

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-12 15:43:54 UTC (rev 515243)
+++ PKGBUILD	2019-10-12 15:43:59 UTC (rev 515244)
@@ -1,40 +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=3.0.4
-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')
-source=(git+https://github.com/un33k/python-slugify.git#tag=67c16a409063578d38bf69ee345254e67b237206)
-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 515243, python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-12 15:43:59 UTC (rev 515244)
@@ -0,0 +1,40 @@
+# 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=3.0.6
+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')
+source=(git+https://github.com/un33k/python-slugify.git#tag=b9db1bc87e3b19c5c63ab7a00b19685b7996de5d)
+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