Date: Thursday, November 10, 2022 @ 22:08:37
Author: felixonmars
Revision: 1346526
archrelease: copy trunk to community-any
Added:
python-zope-exceptions/repos/community-any/PKGBUILD
(from rev 1346525, python-zope-exceptions/trunk/PKGBUILD)
Deleted:
python-zope-exceptions/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-10 22:08:29 UTC (rev 1346525)
+++ PKGBUILD 2022-11-10 22:08:37 UTC (rev 1346526)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-exceptions
-pkgver=4.5
-pkgrel=1
-pkgdesc="Generic exceptions and implementations for Zope"
-arch=('any')
-url="https://github.com/zopefoundation/zope.exceptions"
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-interface')
-makedepends=('python-setuptools' 'python-zope-interface')
-checkdepends=('python-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.exceptions/archive/$pkgver.tar.gz")
-sha512sums=('70994aef2be1aaac83141c29560767d1962a8746165e9b0cc72f766ccbab23115ad7ec3acc2fd30f756d150224dc57b2a6cc758d525b016b7c81a328f027f52e')
-
-build() {
- cd "$srcdir"/zope.exceptions-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/zope.exceptions-$pkgver
- python setup.py test || :
-}
-
-package() {
-
- cd zope.exceptions-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-zope-exceptions/repos/community-any/PKGBUILD (from rev 1346525,
python-zope-exceptions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-10 22:08:37 UTC (rev 1346526)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-exceptions
+pkgver=4.6
+pkgrel=1
+pkgdesc="Generic exceptions and implementations for Zope"
+arch=('any')
+url="https://github.com/zopefoundation/zope.exceptions"
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-interface')
+makedepends=('python-setuptools' 'python-zope-interface')
+checkdepends=('python-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.exceptions/archive/$pkgver.tar.gz")
+sha512sums=('31bb34e3a28fc835b2265126250032591540f2f547f26e8c5fa5b295d6cec5111b1df53cb104df000f9ad4b9e6c2290e86c5bdd356903836068d5367a3e32977')
+
+build() {
+ cd "$srcdir"/zope.exceptions-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/zope.exceptions-$pkgver
+ python setup.py test || :
+}
+
+package() {
+
+ cd zope.exceptions-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et: