[arch-commits] Commit in python-zope-testing/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Mar 25 13:06:06 UTC 2022


    Date: Friday, March 25, 2022 @ 13:06:06
  Author: felixonmars
Revision: 1176367

archrelease: copy trunk to community-any

Added:
  python-zope-testing/repos/community-any/PKGBUILD
    (from rev 1176366, python-zope-testing/trunk/PKGBUILD)
Deleted:
  python-zope-testing/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-25 13:05:54 UTC (rev 1176366)
+++ PKGBUILD	2022-03-25 13:06:06 UTC (rev 1176367)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-testing
-pkgver=4.9
-pkgrel=4
-pkgdesc="Zope testing helpers"
-arch=('any')
-url="https://github.com/zopefoundation/zope.testing"
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
-makedepends=('python-setuptools' 'python-zope-interface'
-             'python-zope-exceptions')
-checkdepends=('python-nose')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz")
-sha512sums=('5a3d22e421273a34c8123490dd52f20cb6b80247d55ff81a6bcb59b25a7a79d5d2d41d0aac52c193670f569ad045cd5114ad44aeb25d32e390c1c36ad0a2057d')
-
-build() {
-  cd "$srcdir/zope.testing-$pkgver"
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.testing-$pkgver"
-  python setup.py test
-}
-
-package() {
-  cd "$srcdir/zope.testing-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-testing/repos/community-any/PKGBUILD (from rev 1176366, python-zope-testing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-25 13:06:06 UTC (rev 1176367)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-testing
+pkgver=4.10
+pkgrel=1
+pkgdesc="Zope testing helpers"
+arch=('any')
+url="https://github.com/zopefoundation/zope.testing"
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
+makedepends=('python-setuptools' 'python-zope-interface'
+             'python-zope-exceptions')
+checkdepends=('python-nose')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz")
+sha512sums=('ea820a97d675d2ee99662381a568dbbd6c287264a8fcaecb92794fe2dab8c6781fa0564010a162ce6695ce4b666db5e5eefec0aee391d56afe0f5d56446683cf')
+
+build() {
+  cd "$srcdir/zope.testing-$pkgver"
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir/zope.testing-$pkgver"
+  python setup.py test
+}
+
+package() {
+  cd "$srcdir/zope.testing-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list