[arch-commits] Commit in python-slugify/repos/community-staging-any (2 files)

Evangelos Foutras foutrelis at archlinux.org
Fri Nov 1 14:06:04 UTC 2019


    Date: Friday, November 1, 2019 @ 14:06:03
  Author: foutrelis
Revision: 522026

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-01 14:05:58 UTC (rev 522025)
+++ PKGBUILD	2019-11-01 14:06:03 UTC (rev 522026)
@@ -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=4.0.0
-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')
-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:

Copied: python-slugify/repos/community-staging-any/PKGBUILD (from rev 522025, python-slugify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-01 14:06:03 UTC (rev 522026)
@@ -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=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')
+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