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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:42:15 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:42:15
  Author: felixonmars
Revision: 1061011

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:42:13 UTC (rev 1061010)
+++ PKGBUILD	2021-12-01 21:42:15 UTC (rev 1061011)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-extras
-pkgver=1.0.0
-pkgrel=9
-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 1061008, python-extras/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:42:15 UTC (rev 1061011)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-extras
+pkgver=1.0.0
+pkgrel=10
+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