[arch-commits] Commit in python-slugify/repos/community-staging-any (2 files)
Felix Yan
felixonmars at archlinux.org
Wed Nov 11 15:16:45 UTC 2020
Date: Wednesday, November 11, 2020 @ 15:16:45
Author: felixonmars
Revision: 751048
archrelease: copy trunk to community-staging-any
Added:
python-slugify/repos/community-staging-any/PKGBUILD
(from rev 751044, python-slugify/trunk/PKGBUILD)
Deleted:
python-slugify/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-11 15:16:43 UTC (rev 751047)
+++ PKGBUILD 2020-11-11 15:16:45 UTC (rev 751048)
@@ -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=2
-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-staging-any/PKGBUILD (from rev 751044, python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-11 15:16:45 UTC (rev 751048)
@@ -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=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:
More information about the arch-commits
mailing list