[arch-commits] Commit in python-zope-exceptions/repos/community-staging-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Dec 2 20:05:24 UTC 2021
Date: Thursday, December 2, 2021 @ 20:05:24
Author: felixonmars
Revision: 1062513
archrelease: copy trunk to community-staging-any
Added:
python-zope-exceptions/repos/community-staging-any/PKGBUILD
(from rev 1062511, python-zope-exceptions/trunk/PKGBUILD)
Deleted:
python-zope-exceptions/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 20:05:22 UTC (rev 1062512)
+++ PKGBUILD 2021-12-02 20:05:24 UTC (rev 1062513)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-exceptions
-pkgver=4.4
-pkgrel=5
-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=('31a2d5e3fc20b3e9923c8780b85d412adccd826a8d98a62baed116614190fc8a9991980db899781d09c910f11037cfaa2a5f788f08567b8be2bf0055bb6b4073')
-
-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-staging-any/PKGBUILD (from rev 1062511, python-zope-exceptions/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 20:05:24 UTC (rev 1062513)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-exceptions
+pkgver=4.4
+pkgrel=6
+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=('31a2d5e3fc20b3e9923c8780b85d412adccd826a8d98a62baed116614190fc8a9991980db899781d09c910f11037cfaa2a5f788f08567b8be2bf0055bb6b4073')
+
+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:
More information about the arch-commits
mailing list