diff options
| author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-26 15:22:16 +0000 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-26 21:12:19 +0000 |
| commit | d8450181e4a75eb4723d32a4f9da681a5ef92f6a (patch) | |
| tree | faffc751e7d5ab857b59be0095020aa928010922 /testing | |
| parent | 6cfc6137d7936ef4e37fa4ca269b560a001936ca (diff) | |
| download | aports-d8450181e4a75eb4723d32a4f9da681a5ef92f6a.tar.bz2 aports-d8450181e4a75eb4723d32a4f9da681a5ef92f6a.tar.xz | |
community/py-zope-deprecation: upgrade move and add py3 support
- upgrade to 4.4.0
- move from testing to commnity
- add support for python3
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py-zope-deprecation/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-zope-deprecation/APKBUILD b/testing/py-zope-deprecation/APKBUILD deleted file mode 100644 index 88667793d5..0000000000 --- a/testing/py-zope-deprecation/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-zope-deprecation -_pkgname=zope.deprecation -pkgver=4.0.2 -pkgrel=0 -pkgdesc="Zope Deprecation Infrastructure" -url="https://pypi.python.org/pypi/zope.deprecation" -arch="noarch" -license="ZPL-2.1" -depends="python2" -depends_dev="" -makedepends="python2-dev py-setuptools" -install="" -subpackages="" -source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - python2 setup.py build || return 1 -} - -package() { - cd "$_builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="5f8cecce85f2783f9e020f1288e908fd zope.deprecation-4.0.2.tar.gz" -sha256sums="02639fbee27bfa22f672eb18e4c173f625799459a4bc0363b86593b1d7977de6 zope.deprecation-4.0.2.tar.gz" -sha512sums="83c1e39269836347e8d315c799c3e199d6291fcfe6dced5c46f430cb03bf98283b28ff676cea720def2984c9871811218dd72e2dba10d88cfe64ad7409b62875 zope.deprecation-4.0.2.tar.gz" |
