[arch-commits] Commit in python-zope-component/repos/community-staging-any (2 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Thu Dec 2 21:46:30 UTC 2021
Date: Thursday, December 2, 2021 @ 21:46:29
Author: foutrelis
Revision: 1062656
archrelease: copy trunk to community-staging-any
Added:
python-zope-component/repos/community-staging-any/PKGBUILD
(from rev 1062655, python-zope-component/trunk/PKGBUILD)
Deleted:
python-zope-component/repos/community-staging-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-02 21:46:26 UTC (rev 1062655)
+++ PKGBUILD 2021-12-02 21:46:29 UTC (rev 1062656)
@@ -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=5.0.1
-pkgrel=2
-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=('af67167805c0f611c27d6e4b4fcfef2cc707c5b828a3298676e89630abcc70f262edb5e9ab2da15cb424375e29ab8a53a253bff3d91a85f761c1aa86dd0416ef')
-
-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-staging-any/PKGBUILD (from rev 1062655, python-zope-component/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-02 21:46:29 UTC (rev 1062656)
@@ -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=5.0.1
+pkgrel=3
+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=('af67167805c0f611c27d6e4b4fcfef2cc707c5b828a3298676e89630abcc70f262edb5e9ab2da15cb424375e29ab8a53a253bff3d91a85f761c1aa86dd0416ef')
+
+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