[arch-commits] Commit in python-slugify/repos/community-any (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Mon Oct 21 07:46:58 UTC 2019
Date: Monday, October 21, 2019 @ 07:46:57
Author: alucryd
Revision: 518045
archrelease: copy trunk to community-any
Added:
python-slugify/repos/community-any/PKGBUILD
(from rev 518044, 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-21 07:46:53 UTC (rev 518044)
+++ PKGBUILD 2019-10-21 07:46:57 UTC (rev 518045)
@@ -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.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:
Copied: python-slugify/repos/community-any/PKGBUILD (from rev 518044, python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-21 07:46:57 UTC (rev 518045)
@@ -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=4.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')
+source=(git+https://github.com/un33k/python-slugify.git#tag=76f327216bc52adc6115eb6d1483405958810c5c)
+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