[arch-commits] Commit in python-zope-deprecation/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:45:44 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:45:44
  Author: felixonmars
Revision: 1061109

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:45:40 UTC (rev 1061108)
+++ PKGBUILD	2021-12-01 21:45:44 UTC (rev 1061109)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=python-zope-deprecation
-pkgver=4.4.0
-pkgrel=6
-pkgdesc="Zope Deprecation Infrastructure"
-arch=('any')
-url="https://github.com/zopefoundation/zope.deprecation"
-license=('ZPL')
-depends=('python-setuptools')
-checkdepends=('python-nose')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz")
-sha512sums=('d8632a3442eee059383014bb3341b30897ad8f9206b71bc586c873c4cccf5f87296edaf18f1e1c93878f480e3b0e8e1c1936ac19ed327f4ab227402ebbc73e0e')
-
-build() {
-  cd "$srcdir"/zope.deprecation-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.deprecation-$pkgver
-  nosetests3
-}
-
-package() {
-  cd zope.deprecation-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-deprecation/repos/community-staging-any/PKGBUILD (from rev 1061108, python-zope-deprecation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:45:44 UTC (rev 1061109)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=python-zope-deprecation
+pkgver=4.4.0
+pkgrel=7
+pkgdesc="Zope Deprecation Infrastructure"
+arch=('any')
+url="https://github.com/zopefoundation/zope.deprecation"
+license=('ZPL')
+depends=('python-setuptools')
+checkdepends=('python-nose')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.deprecation/archive/$pkgver.tar.gz")
+sha512sums=('d8632a3442eee059383014bb3341b30897ad8f9206b71bc586c873c4cccf5f87296edaf18f1e1c93878f480e3b0e8e1c1936ac19ed327f4ab227402ebbc73e0e')
+
+build() {
+  cd "$srcdir"/zope.deprecation-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.deprecation-$pkgver
+  nosetests3
+}
+
+package() {
+  cd zope.deprecation-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list