[arch-commits] Commit in python-zope-component/repos/community-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Mar 23 13:59:55 UTC 2020
Date: Monday, March 23, 2020 @ 13:59:54
Author: felixonmars
Revision: 603720
archrelease: copy trunk to community-any
Added:
python-zope-component/repos/community-any/PKGBUILD
(from rev 603719, python-zope-component/trunk/PKGBUILD)
Deleted:
python-zope-component/repos/community-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-23 13:59:37 UTC (rev 603719)
+++ PKGBUILD 2020-03-23 13:59:54 UTC (rev 603720)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Simon Hanna <simon dot hanna AT serve-me DOT info>
-
-pkgname=python-zope-component
-pkgver=4.6
-pkgrel=1
-pkgdesc="Represents the core of the Zope Component Architecture"
-arch=('any')
-url="https://github.com/zopefoundation/zope.component"
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-deferredimport' 'python-zope-deprecation'
- 'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
-checkdepends=('python-zope-testrunner' 'python-persistent' 'python-zope-location'
- 'python-zope-proxy' 'python-zope-security' 'python-zope-configuration' 'python-zope-i18nmessageid')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz")
-sha512sums=('725ff3775ebd867e21fc9ad5bd7fef4c293358169c12f098009fe0c13090953d3fe3e99fda5821d35293125c84bc17c156fbb54f1eb71d4a4fdfd330e2bccac0')
-
-build() {
- cd "$srcdir"/zope.component-$pkgver
- python setup.py build
-}
-
-check() {
- cd "$srcdir"/zope.component-$pkgver
- PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src
-}
-
-package() {
- cd zope.component-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:
Copied: python-zope-component/repos/community-any/PKGBUILD (from rev 603719, python-zope-component/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-23 13:59:54 UTC (rev 603720)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Simon Hanna <simon dot hanna AT serve-me DOT info>
+
+pkgname=python-zope-component
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="Represents the core of the Zope Component Architecture"
+arch=('any')
+url="https://github.com/zopefoundation/zope.component"
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-deferredimport' 'python-zope-deprecation'
+ 'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
+checkdepends=('python-zope-testrunner' 'python-persistent' 'python-zope-location'
+ 'python-zope-proxy' 'python-zope-security' 'python-zope-configuration' 'python-zope-i18nmessageid')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz")
+sha512sums=('3aa77b11e49a0a08a6b38fce5c26761bfa3b417f12fb27583efa22bc8c1e055993ada50c28271c0deace93fe6f8078f0596158884de6576e8b8ec947524b583b')
+
+build() {
+ cd "$srcdir"/zope.component-$pkgver
+ python setup.py build
+}
+
+check() {
+ cd "$srcdir"/zope.component-$pkgver
+ PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src
+}
+
+package() {
+ cd zope.component-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list