From efa454f94cc9bdd0e2a0859723b7c37600cadfff Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 7 Sep 2019 06:58:43 -0300 Subject: testing/py3-zope-exceptions: new aport https://github.com/zopefoundation/zope.exceptions Zope Exceptions --- testing/py3-zope-exceptions/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/py3-zope-exceptions/APKBUILD (limited to 'testing/py3-zope-exceptions') diff --git a/testing/py3-zope-exceptions/APKBUILD b/testing/py3-zope-exceptions/APKBUILD new file mode 100644 index 0000000000..3ee4c41b59 --- /dev/null +++ b/testing/py3-zope-exceptions/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Leo +# Maintainer: +pkgname=py3-zope-exceptions +_pkgname=zope.exceptions +pkgver=4.3 +pkgrel=0 +pkgdesc="Zope Exceptions" +# Cyclic dep zope.testrunner needs zope.exceptions to run, but zope.exceptions +# needs zope.testrunner on its test dependencies +options="!check" +url="https://github.com/zopefoundation/zope.exceptions" +arch="noarch" +license="ZPL-2.1" +depends="python3 py3-zope-interface py3-setuptools" +source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" +builddir="$srcdir/$_pkgname-$pkgver" + +build() { + python3 setup.py build +} + +package() { + python3 setup.py install --prefix=/usr --root="$pkgdir" +} + +sha512sums="348c8edb0246bb2035ca5c1bcfaca7d3be2525157e2c9267a59a061c8ba749b364428e3d6a3aa3f967306abd0a319e4d6fa935b7fc35fff3bb53960015505695 zope.exceptions-4.3.tar.gz" -- cgit v1.2.3