[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 19:15:50
  Author: felixonmars
Revision: 603767

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 603766, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-23 19:15:36 UTC (rev 603766)
+++ PKGBUILD2020-03-23 19:15:50 UTC (rev 603767)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zope-security
-pkgver=5.1.0
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
- 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
-  'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('372aa845bc99fa57d27ff95cb62a0416a3f29535c2042b2d5596a0272b20ce7165b4904fdc94271e514a887e613b225eb58e0d9797c89a7eee2181296ba617d0')
-
-prepare() {
-  cd zope.security-$pkgver
-  # TODO
-  sed -i '/def test_iteration_of_btree_items_keys_values/i \
@unittest.skip("Circular import weirdness")' 
src/zope/security/tests/test_checker.py
-}
-
-build() {
-  cd zope.security-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
-}
-
-package() {
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 603766, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-23 19:15:50 UTC (rev 603767)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-security
+pkgver=5.1.1
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
+ 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
+  'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('b23c7d489be3e60a1e88f9ef67fe133273318fc67b28222124c51981eb76ef11b0783662ec90f206867010dc120ce914dac45c6a6fd6edc925de2c9da0ad0b38')
+
+prepare() {
+  cd zope.security-$pkgver
+  # TODO
+  sed -i '/def test_iteration_of_btree_items_keys_values/i \
@unittest.skip("Circular import weirdness")' 
src/zope/security/tests/test_checker.py
+}
+
+build() {
+  cd zope.security-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
+}
+
+package() {
+  cd zope.security-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2020-03-10 Thread Felix Yan via arch-commits
Date: Tuesday, March 10, 2020 @ 11:21:30
  Author: felixonmars
Revision: 593513

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 593512, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   69 +
 1 file changed, 38 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-10 11:21:14 UTC (rev 593512)
+++ PKGBUILD2020-03-10 11:21:30 UTC (rev 593513)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zope-security
-pkgver=5.0
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
- 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing' 'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('a620d8a1de3d891772144be58741051821d98cb274259e4abf56e9f7b12f7fd7c4b83b3410e380fa6662c7ef07684181ed48224c844ea7c32e637595f9c084b3')
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
-}
-
-package() {
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 593512, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-10 11:21:30 UTC (rev 593513)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-security
+pkgver=5.1.0
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
+ 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
+  'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('372aa845bc99fa57d27ff95cb62a0416a3f29535c2042b2d5596a0272b20ce7165b4904fdc94271e514a887e613b225eb58e0d9797c89a7eee2181296ba617d0')
+
+prepare() {
+  cd zope.security-$pkgver
+  # TODO
+  sed -i '/def test_iteration_of_btree_items_keys_values/i \
@unittest.skip("Circular import weirdness")' 
src/zope/security/tests/test_checker.py
+}
+
+build() {
+  cd zope.security-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
+}
+
+package() {
+  cd zope.security-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2019-11-14 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 05:48:33
  Author: felixonmars
Revision: 528803

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 528802, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-15 05:48:18 UTC (rev 528802)
+++ PKGBUILD2019-11-15 05:48:33 UTC (rev 528803)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-zope-security
-pkgver=4.3.1
-pkgrel=3
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
- 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing' 'python-zope-testrunner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('8d07683b978ac3fb2bc0f8b3f08d80c10443085a78cb33a8249a31773fa67f0f01e106ab0b076587513848fb884d77ad02322826cb0ff957c812ff81e341469a')
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-}
-
-package() {
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 528802, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-15 05:48:33 UTC (rev 528803)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-zope-security
+pkgver=5.0
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
+ 'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
+checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing' 'python-zope-testrunner')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('a620d8a1de3d891772144be58741051821d98cb274259e4abf56e9f7b12f7fd7c4b83b3410e380fa6662c7ef07684181ed48224c844ea7c32e637595f9c084b3')
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.8:$PYTHONPATH" python -m 
zope.testrunner --test-path=src
+}
+
+package() {
+  cd zope.security-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2019-01-03 Thread Felix Yan via arch-commits
Date: Thursday, January 3, 2019 @ 20:47:53
  Author: felixonmars
Revision: 420371

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 420369, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-03 20:47:49 UTC (rev 420370)
+++ PKGBUILD2019-01-03 20:47:53 UTC (rev 420371)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.3.0
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('ed7b739839aaed4a0ba9e312234fc58e0f2f1524d9dbbd2de7d10d43a64bd75eb5855dcdb1f49fe218e431a6171b3ffa27e040ddc3f2bd510b7fa639beab37ae')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 420369, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-03 20:47:53 UTC (rev 420371)
@@ -0,0 +1,59 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.3.1
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
+  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('8d07683b978ac3fb2bc0f8b3f08d80c10443085a78cb33a8249a31773fa67f0f01e106ab0b076587513848fb884d77ad02322826cb0ff957c812ff81e341469a')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  

[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2018-08-24 Thread Felix Yan via arch-commits
Date: Friday, August 24, 2018 @ 21:46:48
  Author: felixonmars
Revision: 373862

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 373861, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-24 21:46:15 UTC (rev 373861)
+++ PKGBUILD2018-08-24 21:46:48 UTC (rev 373862)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.2.3
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('5df8ee9f064588a5ccbdd6194bd6bdeb1bf93aa61d54a7c1daa973424ba47176ce80c9aa9135aa5e6f3c73c5fc96a76c247cecd9d6930fbbf8f00b25274c308a')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 373861, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-24 21:46:48 UTC (rev 373862)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.3.0
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
+  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('ed7b739839aaed4a0ba9e312234fc58e0f2f1524d9dbbd2de7d10d43a64bd75eb5855dcdb1f49fe218e431a6171b3ffa27e040ddc3f2bd510b7fa639beab37ae')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  

[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2018-08-10 Thread Felix Yan via arch-commits
Date: Saturday, August 11, 2018 @ 03:30:01
  Author: felixonmars
Revision: 370944

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 370943, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-11 03:29:43 UTC (rev 370943)
+++ PKGBUILD2018-08-11 03:30:01 UTC (rev 370944)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.2.2
-pkgrel=2
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('33e84e7a0015c305bf07a1593e6eba64a27b878dd122a5058681d030c83ac711002689a25561afe4ab93d914890749118d57e63e8510b9e1c9ad48965350a9f3')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 370943, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-11 03:30:01 UTC (rev 370944)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
+  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('5df8ee9f064588a5ccbdd6194bd6bdeb1bf93aa61d54a7c1daa973424ba47176ce80c9aa9135aa5e6f3c73c5fc96a76c247cecd9d6930fbbf8f00b25274c308a')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  

[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2018-01-11 Thread Felix Yan via arch-commits
Date: Thursday, January 11, 2018 @ 19:41:00
  Author: felixonmars
Revision: 281386

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 281385, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 19:40:33 UTC (rev 281385)
+++ PKGBUILD2018-01-11 19:41:00 UTC (rev 281386)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.2.1
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('e75e9c5d6a995b6861bad587e821b65e1067d9e4091d978455c5058c36848a40bd28719371a80e6c92b36f26bddf1e753fbb09fa6410d038b1b9474ac1f78ac4')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 281385, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 19:41:00 UTC (rev 281386)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.2.2
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
+  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('33e84e7a0015c305bf07a1593e6eba64a27b878dd122a5058681d030c83ac711002689a25561afe4ab93d914890749118d57e63e8510b9e1c9ad48965350a9f3')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests 

[arch-commits] Commit in python-zope-security/repos/community-x86_64 (2 files)

2017-12-01 Thread Felix Yan via arch-commits
Date: Friday, December 1, 2017 @ 16:21:52
  Author: felixonmars
Revision: 271191

archrelease: copy trunk to community-x86_64

Added:
  python-zope-security/repos/community-x86_64/PKGBUILD
(from rev 271190, python-zope-security/trunk/PKGBUILD)
Deleted:
  python-zope-security/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-01 16:21:22 UTC (rev 271190)
+++ PKGBUILD2017-12-01 16:21:52 UTC (rev 271191)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-zope-security
-pkgname=('python-zope-security' 'python2-zope-security')
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="Zope Security Framework"
-arch=('i686' 'x86_64')
-url="https://github.com/zopefoundation/zope.security;
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
- 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
- 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
- 'python-zope-schema' 'python2-zope-schema')
-checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
-  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
-sha512sums=('1f959318cdf26546cd8a2690a4eded7e02897c0d7eca7aa2f0f8d44a3891cc3e68f34ef526f80692d7bd76d2a60927dc62dda5dda87b6ada83706b47ec77a281')
-
-prepare() {
-  cp -a zope.security-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/zope.security-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/zope.security-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning "Tests failed"
-
-  cd "$srcdir"/zope.security-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 -m 
zope.testrunner --test-path=src
-}
-
-package_python-zope-security() {
-  depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
-   'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
-
-  cd zope.security-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-zope-security() {
-  depends=('python2-setuptools' 'python2-zope-component' 
'python2-zope-i18nmessageid'
-   'python2-zope-interface' 'python2-zope-location' 
'python2-zope-proxy'
-   'python2-zope-schema')
-
-  cd zope.security-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-security/repos/community-x86_64/PKGBUILD (from rev 271190, 
python-zope-security/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-01 16:21:52 UTC (rev 271191)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-security
+pkgname=('python-zope-security' 'python2-zope-security')
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="Zope Security Framework"
+arch=('x86_64')
+url="https://github.com/zopefoundation/zope.security;
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-component' 
'python2-zope-component'
+ 'python-zope-i18nmessageid' 'python2-zope-i18nmessageid' 
'python-zope-location'
+ 'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
+ 'python-zope-schema' 'python2-zope-schema')
+checkdepends=('python-btrees' 'python2-btrees' 'python-nose' 'python2-nose'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-testing'
+  'python2-zope-testing' 'python-zope-testrunner' 
'python2-zope-testrunner')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.security/archive/$pkgver.tar.gz;)
+sha512sums=('e75e9c5d6a995b6861bad587e821b65e1067d9e4091d978455c5058c36848a40bd28719371a80e6c92b36f26bddf1e753fbb09fa6410d038b1b9474ac1f78ac4')
+
+prepare() {
+  cp -a zope.security-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.security-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.security-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.security-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python -m 
zope.testrunner --test-path=src || warning