[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 09:49:28
  Author: felixonmars
Revision: 187584

upgpkg: python-zope-component 4.3.0-1

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 09:36:06 UTC (rev 187583)
+++ PKGBUILD2016-08-26 09:49:28 UTC (rev 187584)
@@ -3,7 +3,7 @@
 # Contributor: Simon Hanna 
 
 pkgname=('python-zope-component' 'python2-zope-component')
-pkgver=4.2.2
+pkgver=4.3.0
 pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2016-12-24 Thread Felix Yan
Date: Saturday, December 24, 2016 @ 16:42:13
  Author: felixonmars
Revision: 201567

upgpkg: python-zope-component 4.3.0-2

python 3.6 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 16:39:47 UTC (rev 201566)
+++ PKGBUILD2016-12-24 16:42:13 UTC (rev 201567)
@@ -4,7 +4,7 @@
 
 pkgname=('python-zope-component' 'python2-zope-component')
 pkgver=4.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2017-08-15 Thread Felix Yan
Date: Tuesday, August 15, 2017 @ 07:45:43
  Author: felixonmars
Revision: 250667

upgpkg: python-zope-component 4.4.0-1

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |   44 ++--
 1 file changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-15 07:45:33 UTC (rev 250666)
+++ PKGBUILD2017-08-15 07:45:43 UTC (rev 250667)
@@ -2,57 +2,57 @@
 # Maintainer: Felix Yan 
 # Contributor: Simon Hanna 
 
+pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
-pkgver=4.3.0
-pkgrel=2
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";
 license=('ZPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
- 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-persistent' 
'python2-persistent'
-  'python-zope-hookable' 'python2-zope-hookable' 
'python-zope-location'
-  'python2-zope-location' 'python-zope-proxy' 'python2-zope-proxy'
-  'python-zope-security' 'python2-zope-security' 
'python-zope-configuration'
-  'python2-zope-configuration' 'python-zope-i18nmessageid'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-persistent'
+  'python2-persistent' 'python-zope-hookable' 
'python2-zope-hookable'
+  'python-zope-location' 'python2-zope-location' 
'python-zope-proxy'
+  'python2-zope-proxy' 'python-zope-security' 
'python2-zope-security'
+  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-i18nmessageid'
   'python2-zope-i18nmessageid')
-source=("git+https://github.com/zopefoundation/zope.component.git#tag=$pkgver";)
-sha256sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz";)
+sha512sums=('aecf9a6222a3ba224b650943c4200275553dfc69647c13e41bec9a22b3d08dfc279da0f91e02c95e29b1930283df7a66bbd56c61df29ebaf4cb67d8527e59813')
 
 prepare() {
-  cp -a zope.component{,-py2}
+  cp -a zope.component-$pkgver{,-py2}
 }
 
 build() {
-  cd "$srcdir/zope.component"
+  cd "$srcdir"/zope.component-$pkgver
   python setup.py build
 
-  cd "$srcdir/zope.component-py2"
+  cd "$srcdir"/zope.component-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir/zope.component"
-  nosetests3
+  cd "$srcdir"/zope.component-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
 
-  cd "$srcdir/zope.component-py2"
-  nosetests2
+  cd "$srcdir"/zope.component-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
 package_python-zope-component() {
   depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
 
-  cd "$srcdir/zope.component"
-  python setup.py install --root="$pkgdir/" --optimize=1
+  cd zope.component-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-zope-component() {
   depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
 
-  cd "$srcdir/zope.component-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
+  cd zope.component-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2020-07-03 Thread Felix Yan via arch-commits
Date: Friday, July 3, 2020 @ 20:28:54
  Author: felixonmars
Revision: 657661

upgpkg: python-zope-component 4.6.2-1

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-03 20:28:42 UTC (rev 657660)
+++ PKGBUILD2020-07-03 20:28:54 UTC (rev 657661)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna 
 
 pkgname=python-zope-component
-pkgver=4.6.1
+pkgver=4.6.2
 pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
@@ -13,7 +13,7 @@
 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')
+sha512sums=('ce018928c5fe86b8e32c6ebd7e925ce302b7ed09655f2811277fe9d45b057e6a1a88508678d56bdf8ed44e5b5cffd0d287855f35fa8380b5763c42efd8e7400d')
 
 build() {
   cd "$srcdir"/zope.component-$pkgver


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 20:38:39
  Author: felixonmars
Revision: 748218

upgpkg: python-zope-component 4.6.2-2: Python 3.9 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 20:38:36 UTC (rev 748217)
+++ PKGBUILD2020-11-09 20:38:39 UTC (rev 748218)
@@ -3,7 +3,7 @@
 
 pkgname=python-zope-component
 pkgver=4.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2020-11-12 Thread Evangelos Foutras via arch-commits
Date: Thursday, November 12, 2020 @ 15:53:00
  Author: foutrelis
Revision: 752042

upgpkg: python-zope-component 4.6.2-3: Python 3.9 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 15:52:42 UTC (rev 752041)
+++ PKGBUILD2020-11-12 15:53:00 UTC (rev 752042)
@@ -3,7 +3,7 @@
 
 pkgname=python-zope-component
 pkgver=4.6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2020-03-23 Thread Felix Yan via arch-commits
Date: Monday, March 23, 2020 @ 13:59:37
  Author: felixonmars
Revision: 603719

upgpkg: python-zope-component 4.6.1-1

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-23 13:12:21 UTC (rev 603718)
+++ PKGBUILD2020-03-23 13:59:37 UTC (rev 603719)
@@ -2,7 +2,7 @@
 # Contributor: Simon Hanna 
 
 pkgname=python-zope-component
-pkgver=4.6
+pkgver=4.6.1
 pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
@@ -13,7 +13,7 @@
 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')
+sha512sums=('3aa77b11e49a0a08a6b38fce5c26761bfa3b417f12fb27583efa22bc8c1e055993ada50c28271c0deace93fe6f8078f0596158884de6576e8b8ec947524b583b')
 
 build() {
   cd "$srcdir"/zope.component-$pkgver


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:34:51
  Author: felixonmars
Revision: 520050

Python 3.8 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:34:50 UTC (rev 520049)
+++ PKGBUILD2019-10-26 04:34:51 UTC (rev 520050)
@@ -4,7 +4,7 @@
 pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
 pkgver=4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2019-11-14 Thread Felix Yan via arch-commits
Date: Friday, November 15, 2019 @ 05:20:00
  Author: felixonmars
Revision: 528753

upgpkg: python-zope-component 4.6-1

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-15 05:19:45 UTC (rev 528752)
+++ PKGBUILD2019-11-15 05:20:00 UTC (rev 528753)
@@ -2,8 +2,8 @@
 # Contributor: Simon Hanna 
 
 pkgname=python-zope-component
-pkgver=4.5
-pkgrel=3
+pkgver=4.6
+pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";
@@ -13,7 +13,7 @@
 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=('cca873bcb62b6eb60825c55fa8fe9704e505c9bec90f851921545d543c23e3995cc9d70ab9e7b8cc6b37853bbcffd09c93891f675ff113e68b56e23d8b28c912')
+sha512sums=('725ff3775ebd867e21fc9ad5bd7fef4c293358169c12f098009fe0c13090953d3fe3e99fda5821d35293125c84bc17c156fbb54f1eb71d4a4fdfd330e2bccac0')
 
 build() {
   cd "$srcdir"/zope.component-$pkgver


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2019-11-02 Thread Felix Yan via arch-commits
Date: Saturday, November 2, 2019 @ 22:55:57
  Author: felixonmars
Revision: 522393

Python 3.8 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-02 22:54:37 UTC (rev 522392)
+++ PKGBUILD2019-11-02 22:55:57 UTC (rev 522393)
@@ -4,7 +4,7 @@
 pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
 pkgver=4.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2019-11-02 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 00:57:40
  Author: arojas
Revision: 522405

Drop python2

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |   42 +++---
 1 file changed, 7 insertions(+), 35 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 00:54:06 UTC (rev 522404)
+++ PKGBUILD2019-11-03 00:57:40 UTC (rev 522405)
@@ -1,8 +1,7 @@
 # Maintainer: Felix Yan 
 # Contributor: Simon Hanna 
 
-pkgbase=python-zope-component
-pkgname=('python-zope-component' 'python2-zope-component')
+pkgname=python-zope-component
 pkgver=4.5
 pkgrel=3
 pkgdesc="Represents the core of the Zope Component Architecture"
@@ -9,53 +8,26 @@
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 
'python-zope-deferredimport'
- 'python2-zope-deferredimport' 'python-zope-deprecation' 
'python2-zope-deprecation'
- 'python-zope-event' 'python2-zope-event' 'python-zope-hookable' 
'python2-zope-hookable'
- 'python-zope-interface' 'python2-zope-interface')
-checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-persistent'
-  'python2-persistent' 'python-zope-location' 
'python2-zope-location'
-  'python-zope-proxy' 'python2-zope-proxy' 'python-zope-security'
-  'python2-zope-security' 'python-zope-configuration' 
'python2-zope-configuration'
-  'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz";)
+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=('cca873bcb62b6eb60825c55fa8fe9704e505c9bec90f851921545d543c23e3995cc9d70ab9e7b8cc6b37853bbcffd09c93891f675ff113e68b56e23d8b28c912')
 
-prepare() {
-  # Build in separated dir to avoid polluting .pyc files
-  cp -a zope.component-$pkgver{,-py2}
-}
-
 build() {
   cd "$srcdir"/zope.component-$pkgver
   python setup.py build
-
-  cd "$srcdir"/zope.component-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/zope.component-$pkgver
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
-
-  cd "$srcdir"/zope.component-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
-package_python-zope-component() {
-  depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
-   'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
-
+package() {
   cd zope.component-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
-package_python2-zope-component() {
-  depends=('python2-setuptools' 'python2-zope-deferredimport' 
'python2-zope-deprecation'
-   'python2-zope-event' 'python2-zope-hookable' 
'python2-zope-interface')
-
-  cd zope.component-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2017-09-29 Thread Felix Yan
Date: Friday, September 29, 2017 @ 15:26:12
  Author: felixonmars
Revision: 261066

upgpkg: python-zope-component 4.4.1-1

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-29 15:24:26 UTC (rev 261065)
+++ PKGBUILD2017-09-29 15:26:12 UTC (rev 261066)
@@ -4,7 +4,7 @@
 
 pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-i18nmessageid'
   'python2-zope-i18nmessageid')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz";)
-sha512sums=('aecf9a6222a3ba224b650943c4200275553dfc69647c13e41bec9a22b3d08dfc279da0f91e02c95e29b1930283df7a66bbd56c61df29ebaf4cb67d8527e59813')
+sha512sums=('ae49b2663403ee6af53b580a8cdf973d69800f2451e6de3181bf742fa33cd5fcf1f98fd01ab92ea22a816fcd1678030555bff903070309df935921c9c77f82ec')
 
 prepare() {
   cp -a zope.component-$pkgver{,-py2}


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2018-11-09 Thread Felix Yan via arch-commits
Date: Friday, November 9, 2018 @ 15:14:53
  Author: felixonmars
Revision: 404365

upgpkg: python-zope-component 4.5-1

Modified:
  python-zope-component/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-09 15:10:30 UTC (rev 404364)
+++ PKGBUILD2018-11-09 15:14:53 UTC (rev 404365)
@@ -3,24 +3,26 @@
 
 pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
-pkgver=4.4.1
-pkgrel=2
+pkgver=4.5
+pkgrel=1
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";
 license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-event' 'python2-zope-event')
+makedepends=('python-setuptools' 'python2-setuptools' 
'python-zope-deferredimport'
+ 'python2-zope-deferredimport' 'python-zope-deprecation' 
'python2-zope-deprecation'
+ 'python-zope-event' 'python2-zope-event' 'python-zope-hookable' 
'python2-zope-hookable'
+ 'python-zope-interface' 'python2-zope-interface')
 checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-persistent'
-  'python2-persistent' 'python-zope-hookable' 
'python2-zope-hookable'
-  'python-zope-location' 'python2-zope-location' 
'python-zope-proxy'
-  'python2-zope-proxy' 'python-zope-security' 
'python2-zope-security'
-  'python-zope-configuration' 'python2-zope-configuration' 
'python-zope-i18nmessageid'
-  'python2-zope-i18nmessageid')
+  'python2-persistent' 'python-zope-location' 
'python2-zope-location'
+  'python-zope-proxy' 'python2-zope-proxy' 'python-zope-security'
+  'python2-zope-security' 'python-zope-configuration' 
'python2-zope-configuration'
+  'python-zope-i18nmessageid' 'python2-zope-i18nmessageid')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.component/archive/$pkgver.tar.gz";)
-sha512sums=('ae49b2663403ee6af53b580a8cdf973d69800f2451e6de3181bf742fa33cd5fcf1f98fd01ab92ea22a816fcd1678030555bff903070309df935921c9c77f82ec')
+sha512sums=('cca873bcb62b6eb60825c55fa8fe9704e505c9bec90f851921545d543c23e3995cc9d70ab9e7b8cc6b37853bbcffd09c93891f675ff113e68b56e23d8b28c912')
 
 prepare() {
+  # Build in separated dir to avoid polluting .pyc files
   cp -a zope.component-$pkgver{,-py2}
 }
 
@@ -34,7 +36,7 @@
 
 check() {
   cd "$srcdir"/zope.component-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src
 
   cd "$srcdir"/zope.component-$pkgver-py2
   PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
@@ -41,7 +43,8 @@
 }
 
 package_python-zope-component() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+  depends=('python-setuptools' 'python-zope-deferredimport' 
'python-zope-deprecation'
+   'python-zope-event' 'python-zope-hookable' 'python-zope-interface')
 
   cd zope.component-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -48,7 +51,8 @@
 }
 
 package_python2-zope-component() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+  depends=('python2-setuptools' 'python2-zope-deferredimport' 
'python2-zope-deprecation'
+   'python2-zope-event' 'python2-zope-hookable' 
'python2-zope-interface')
 
   cd zope.component-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


[arch-commits] Commit in python-zope-component/trunk (PKGBUILD)

2018-07-12 Thread Felix Yan via arch-commits
Date: Thursday, July 12, 2018 @ 20:32:15
  Author: felixonmars
Revision: 358180

upgpkg: python-zope-component 4.4.1-2

Python 3.7 rebuild

Modified:
  python-zope-component/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-12 20:32:08 UTC (rev 358179)
+++ PKGBUILD2018-07-12 20:32:15 UTC (rev 358180)
@@ -5,7 +5,7 @@
 pkgbase=python-zope-component
 pkgname=('python-zope-component' 'python2-zope-component')
 pkgver=4.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component";