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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 15:04:07 UTC 2020


    Date: Wednesday, November 11, 2020 @ 15:04:06
  Author: foutrelis
Revision: 750831

archrelease: copy trunk to community-staging-any

Added:
  python-click-plugins/repos/community-staging-any/PKGBUILD
    (from rev 750830, python-click-plugins/trunk/PKGBUILD)
Deleted:
  python-click-plugins/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 15:04:05 UTC (rev 750830)
+++ PKGBUILD	2020-11-11 15:04:06 UTC (rev 750831)
@@ -1,35 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Matthew McGinn <mamcgi at gmail.com>
-# Contributor: Carl George < arch at cgtx dot us >
-
-_name="click-plugins"
-pkgname=python-click-plugins
-pkgver=1.1.1
-pkgrel=6
-pkgdesc="An extension module for click to enable registering CLI commands via setuptools entry-points."
-arch=("any")
-url="https://github.com/click-contrib/click-plugins"
-license=("BSD")
-depends=("python-click")
-makedepends=("python-setuptools")
-checkdepends=("python-pytest" "python-click")
-source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b')
-
-build() {
-    cd "$srcdir/$_name-$pkgver"
-    python setup.py build
-}
-
-check() {
-    export LC_ALL="en_US.UTF-8"
-    cd "$srcdir/$_name-$pkgver"
-    py.test tests
-}
-
-package() {
-    depends=("python-click")
-    cd "$srcdir/$_name-$pkgver"
-    python setup.py install --skip-build --root="$pkgdir" --optimize=1
-    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-click-plugins/repos/community-staging-any/PKGBUILD (from rev 750830, python-click-plugins/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 15:04:06 UTC (rev 750831)
@@ -0,0 +1,35 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Matthew McGinn <mamcgi at gmail.com>
+# Contributor: Carl George < arch at cgtx dot us >
+
+_name="click-plugins"
+pkgname=python-click-plugins
+pkgver=1.1.1
+pkgrel=7
+pkgdesc="An extension module for click to enable registering CLI commands via setuptools entry-points."
+arch=("any")
+url="https://github.com/click-contrib/click-plugins"
+license=("BSD")
+depends=("python-click")
+makedepends=("python-setuptools")
+checkdepends=("python-pytest" "python-click")
+source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
+sha256sums=('46ab999744a9d831159c3411bb0c79346d94a444df9a3a3742e9ed63645f264b')
+
+build() {
+    cd "$srcdir/$_name-$pkgver"
+    python setup.py build
+}
+
+check() {
+    export LC_ALL="en_US.UTF-8"
+    cd "$srcdir/$_name-$pkgver"
+    py.test tests
+}
+
+package() {
+    depends=("python-click")
+    cd "$srcdir/$_name-$pkgver"
+    python setup.py install --skip-build --root="$pkgdir" --optimize=1
+    install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list