diff options
| author | prspkt <prspkt@protonmail.com> | 2019-06-20 10:19:35 +0300 |
|---|---|---|
| committer | prspkt <prspkt@protonmail.com> | 2019-06-20 10:29:27 +0300 |
| commit | 02ba4b5ddad70c10069180b4d3c082afc9012648 (patch) | |
| tree | b6aeae822177e95ad429118c486463cf6bd80559 /testing/py-stdnum | |
| parent | 8cda77328905b46c0651558b2c2bbe9999148d58 (diff) | |
| download | aports-02ba4b5ddad70c10069180b4d3c082afc9012648.tar.bz2 aports-02ba4b5ddad70c10069180b4d3c082afc9012648.tar.xz | |
testing/py-stdnum: drop python2
Diffstat (limited to 'testing/py-stdnum')
| -rw-r--r-- | testing/py-stdnum/APKBUILD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/py-stdnum/APKBUILD b/testing/py-stdnum/APKBUILD deleted file mode 100644 index 79124d1f1c..0000000000 --- a/testing/py-stdnum/APKBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-stdnum -_pkgname=python-stdnum -pkgver=1.5 -pkgrel=2 -pkgdesc="A Python module to handle standardized numbers and codes" -url="http://arthurdejong.org/python-stdnum/" -arch="noarch" -license="LGPL-2.0-or-later" -makedepends="python2-dev py-setuptools python3-dev" -subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" -source="https://arthurdejong.org/python-stdnum/$_pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 -} - -package() { - mkdir -p "$pkgdir" -} - -_py2() { - replaces="$pkgname" - _py python2 -} - -_py3() { - _py python3 -} - -_py() { - local python="$1" - pkgdesc="$pkgdesc (for $python)" - depends="$python" - install_if="$pkgname=$pkgver-r$pkgrel $python" - - cd "$builddir" - $python setup.py install --prefix=/usr --root="$subpkgdir" -} - -md5sums="a54bbfe0b3029f1a35cb3819e5de88e1 python-stdnum-1.5.tar.gz" -sha256sums="10fe3db303aec532057484668ca9a4f421c2e5b3b1caee670b26b047bcbc737e python-stdnum-1.5.tar.gz" -sha512sums="8d6394d7039fc5a2e3785eb95ef1793038ae75443224fc5af7f1cae2cb575c2f4e5451bd9668304ba95d3ee3f87dc0103ccf6c35837220f9729cbe1a3e13f656 python-stdnum-1.5.tar.gz" |
