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

Evangelos Foutras foutrelis at archlinux.org
Wed Nov 11 10:34:21 UTC 2020


    Date: Wednesday, November 11, 2020 @ 10:34:20
  Author: foutrelis
Revision: 750122

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-11 10:34:19 UTC (rev 750121)
+++ PKGBUILD	2020-11-11 10:34:20 UTC (rev 750122)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-extras
-pkgver=1.0.0
-pkgrel=7
-pkgdesc="Useful extra bits for Python - things that should be in the standard library"
-arch=('any')
-license=('MIT')
-url="https://github.com/testing-cabal/extras"
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-testtools')
-source=("https://github.com/testing-cabal/extras/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('db264cf183dd0f63a411d03def51bb6ec8c5d47fe1e3e75cab4d65f2793b9458023a2387574968b095bf39cf7746428f7e7f190100dbdf2d99695f4c69875475')
-
-build() {
-  cd extras-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd extras-$pkgver
-  python -m testtools.run extras.tests.test_suite
-}
-
-package() {
-  cd extras-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-extras/repos/community-staging-any/PKGBUILD (from rev 750121, python-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-11 10:34:20 UTC (rev 750122)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-extras
+pkgver=1.0.0
+pkgrel=8
+pkgdesc="Useful extra bits for Python - things that should be in the standard library"
+arch=('any')
+license=('MIT')
+url="https://github.com/testing-cabal/extras"
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-testtools')
+source=("https://github.com/testing-cabal/extras/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('db264cf183dd0f63a411d03def51bb6ec8c5d47fe1e3e75cab4d65f2793b9458023a2387574968b095bf39cf7746428f7e7f190100dbdf2d99695f4c69875475')
+
+build() {
+  cd extras-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd extras-$pkgver
+  python -m testtools.run extras.tests.test_suite
+}
+
+package() {
+  cd extras-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list