Date: Wednesday, January 4, 2023 @ 01:23:02
Author: felixonmars
Revision: 1374988
archrelease: copy trunk to community-any
Added:
python-zope-testing/repos/community-any/PKGBUILD
(from rev 1374987, python-zope-testing/trunk/PKGBUILD)
Deleted:
python-zope-testing/repos/community-any/PKGBUILD
----------+
PKGBUILD | 62 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 30 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-04 01:22:49 UTC (rev 1374987)
+++ PKGBUILD 2023-01-04 01:23:02 UTC (rev 1374988)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-testing
-pkgver=5.0
-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=('06b4ab9ebafe5b6083f699c049497fcf7ccc733b6c45ff4d99a8cf2f96fbc4a6f8116c93d31769d90dc96ae34a541acb051defa6118c95a71a18d8caabc29ca2')
-
-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 1374987,
python-zope-testing/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-04 01:23:02 UTC (rev 1374988)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-testing
+pkgver=5.0.1
+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')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz")
+sha512sums=('169ddd82d67f54988cac6cea719095ea7b1a0e59a1b51f63ab6bf15e785877fa060bac5c0786c26244a7630ec1b97011d0bb336c9177a8e6a911ccdb673eebba')
+
+build() {
+ cd zope.testing-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd zope.testing-$pkgver
+ python setup.py test
+}
+
+package() {
+ cd zope.testing-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: