diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index d01c956..ea3cd36 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -3,15 +3,15 @@ pkgname=python-zope-component pkgver=5.0.1 -pkgrel=3 +pkgrel=3.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') +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') @@ -20,10 +20,10 @@ build() { python setup.py build } -# check() { - # cd "$srcdir"/zope.component-$pkgver - # PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src -# } +check() { + cd "$srcdir"/zope.component-$pkgver + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src +} package() { cd zope.component-$pkgver diff --git a/x86_64/community-staging/PKGBUILD b/x86_64/community-staging/PKGBUILD index d01c956..ea3cd36 100644 --- a/x86_64/community-staging/PKGBUILD +++ b/x86_64/community-staging/PKGBUILD @@ -3,15 +3,15 @@ pkgname=python-zope-component pkgver=5.0.1 -pkgrel=3 +pkgrel=3.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') +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') @@ -20,10 +20,10 @@ build() { python setup.py build } -# check() { - # cd "$srcdir"/zope.component-$pkgver - # PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src -# } +check() { + cd "$srcdir"/zope.component-$pkgver + PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner --test-path=src +} package() { cd zope.component-$pkgver