Date: Sunday, April 9, 2023 @ 03:10:43
  Author: felixonmars
Revision: 1443043

archrelease: copy trunk to community-staging-any

Added:
  python-zope-exceptions/repos/community-staging-any/PKGBUILD
    (from rev 1443042, python-zope-exceptions/trunk/PKGBUILD)
Deleted:
  python-zope-exceptions/repos/community-staging-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 03:10:35 UTC (rev 1443042)
+++ PKGBUILD    2023-04-09 03:10:43 UTC (rev 1443043)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-
-pkgname=python-zope-exceptions
-pkgver=4.6
-pkgrel=2
-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=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.exceptions/archive/$pkgver.tar.gz";)
-sha512sums=('31bb34e3a28fc835b2265126250032591540f2f547f26e8c5fa5b295d6cec5111b1df53cb104df000f9ad4b9e6c2290e86c5bdd356903836068d5367a3e32977')
-
-build() {
-  cd zope.exceptions-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd zope.exceptions-$pkgver
-  PYTHONPATH="$PWD/build/lib" zope-testrunner --test-path=src
-}
-
-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-staging-any/PKGBUILD (from rev 
1443042, python-zope-exceptions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-09 03:10:43 UTC (rev 1443043)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+
+pkgname=python-zope-exceptions
+pkgver=4.6
+pkgrel=3
+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=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.exceptions/archive/$pkgver.tar.gz";)
+sha512sums=('31bb34e3a28fc835b2265126250032591540f2f547f26e8c5fa5b295d6cec5111b1df53cb104df000f9ad4b9e6c2290e86c5bdd356903836068d5367a3e32977')
+
+build() {
+  cd zope.exceptions-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd zope.exceptions-$pkgver
+  PYTHONPATH="$PWD/build/lib" zope-testrunner --test-path=src
+}
+
+package() {
+  cd zope.exceptions-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:

Reply via email to