[arch-commits] Commit in python-zope-annotation/repos/community-any (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Sep 8 07:20:35 UTC 2022
Date: Thursday, September 8, 2022 @ 07:20:35
Author: felixonmars
Revision: 1296158
archrelease: copy trunk to community-any
Added:
python-zope-annotation/repos/community-any/PKGBUILD
(from rev 1296157, python-zope-annotation/trunk/PKGBUILD)
Deleted:
python-zope-annotation/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-08 07:20:16 UTC (rev 1296157)
+++ PKGBUILD 2022-09-08 07:20:35 UTC (rev 1296158)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-annotation
-pkgver=4.7.0
-pkgrel=5
-pkgdesc="Object annotation mechanism"
-arch=('any')
-url="https://github.com/zopefoundation/zope.annotation"
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-interface' 'python-zope-component'
- 'python-zope-location' 'python-zope-proxy')
-checkdepends=('python-zope-configuration' 'python-zope-testing' 'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.annotation/archive/$pkgver.tar.gz")
-sha512sums=('e9fb4bafb1e144967c2aab56d55f1b86b355ce59d740388339a7d38956b66b3d01c1cb4f80903721722e94fd87824b5760b0772b1109b08bd40864a6249e4ef3')
-
-build() {
- cd zope.annotation-$pkgver
- python setup.py build
-}
-
-check() {
- cd zope.annotation-$pkgver
- PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src
-}
-
-package() {
- cd zope.annotation-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-zope-annotation/repos/community-any/PKGBUILD (from rev 1296157, python-zope-annotation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-08 07:20:35 UTC (rev 1296158)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-annotation
+pkgver=4.8
+pkgrel=1
+pkgdesc="Object annotation mechanism"
+arch=('any')
+url="https://github.com/zopefoundation/zope.annotation"
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-interface' 'python-zope-component'
+ 'python-zope-location' 'python-zope-proxy')
+checkdepends=('python-zope-configuration' 'python-zope-testing' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.annotation/archive/$pkgver.tar.gz")
+sha512sums=('9d1d8b7471aa1ed1918fb22f0d139c6a2128892ab1ccc831c6cc20f05fb36d05fc79e937f6c06ee356ee19268886737d7fc098ea74d4d867d46bf00f5a605fed')
+
+build() {
+ cd zope.annotation-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd zope.annotation-$pkgver
+ PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src
+}
+
+package() {
+ cd zope.annotation-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list