testing/py3-z*: split -pyc

This commit is contained in:
ptrcnull 2023-04-21 23:47:45 +02:00 committed by alice
parent 00d2796019
commit 8c4cf05d25
4 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# Maintainer: Lauren N. Liberda <lauren@selfisekai.rocks>
pkgname=py3-zipstream-ng
pkgver=1.5.0
pkgrel=0
pkgrel=1
pkgdesc="A modern and easy to use streamable zip file generator"
url="https://github.com/pR0Ps/zipstream-ng"
arch="noarch"
@ -14,6 +14,7 @@ makedepends="
py3-wheel
"
checkdepends="py3-pytest"
subpackages="$pkgname-pyc"
source="https://github.com/pR0Ps/zipstream-ng/archive/refs/tags/v$pkgver/zipstream-ng-$pkgver.tar.gz"
builddir="$srcdir/zipstream-ng-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-zope-configuration
_pkgname=zope.configuration
pkgver=4.4.1
pkgrel=2
pkgrel=3
pkgdesc="Zope Configuration Markup Language"
url="https://pypi.org/project/zope.configuration"
arch="noarch"
license="ZPL-2.1"
depends="python3 py3-zope-interface py3-setuptools py3-zope-schema py3-zope-i18nmessageid"
checkdepends="py3-zope-testrunner py3-zope-testing py3-manuel"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver

View File

@ -3,7 +3,7 @@
pkgname=py3-zope-i18nmessageid
_pkgname=zope.i18nmessageid
pkgver=6.0.1
pkgrel=0
pkgrel=1
pkgdesc="Message Identifiers for internationalization"
url="https://github.com/zopefoundation/zope.i18nmessageid"
arch="all"
@ -11,6 +11,7 @@ license="ZPL-2.1"
depends="py3-setuptools"
makedepends="python3-dev"
checkdepends="py3-nose py3-coverage py3-zope-testrunner"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"

View File

@ -3,13 +3,14 @@
pkgname=py3-zope-schema
_pkgname=zope.schema
pkgver=7.0.1
pkgrel=0
pkgrel=1
pkgdesc="zope.interface extension for defining data schemas"
options="!check" # Tests require 'zope.testing', 'zope.testruner' and 'zope.i18nmessageid'
url="https://github.com/zopefoundation/zope.schema"
arch="noarch"
license="ZPL-2.1"
depends="py3-setuptools py3-zope-interface py3-zope-event"
subpackages="$pkgname-pyc"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"