diff options
author | prspkt <prspkt@protonmail.com> | 2019-04-28 23:56:44 +0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-04-29 01:05:29 +0300 |
commit | db6cb965163b91d5b9750501db0de1761fe0578b (patch) | |
tree | 414a457b4fde322308c4502832cc4bef2019c56c /testing/py-dtopt/APKBUILD | |
parent | 298406da552503ae77d064a2589662920198b89a (diff) | |
download | aports-db6cb965163b91d5b9750501db0de1761fe0578b.tar.bz2 aports-db6cb965163b91d5b9750501db0de1761fe0578b.tar.xz |
testing/py-dtopt: remove aport
Project is idle since 2007 and does not build with python3.
Diffstat (limited to 'testing/py-dtopt/APKBUILD')
-rw-r--r-- | testing/py-dtopt/APKBUILD | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-dtopt/APKBUILD b/testing/py-dtopt/APKBUILD deleted file mode 100644 index 98427894e9..0000000000 --- a/testing/py-dtopt/APKBUILD +++ /dev/null @@ -1,41 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-dtopt -_pkgname=dtopt -pkgver=0.1 -pkgrel=0 -pkgdesc="Additional options to doctest examples" -url="http://pypi.python.org/pypi/dtopt/" -arch="noarch" -license="MIT" -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="9a41317149e926fcc408086aedee6bab dtopt-0.1.tar.gz" -sha256sums="06ae07a12294a7ba708abaa63f838017d1a2faf6147a1e7a14ca4fa28f86da7f dtopt-0.1.tar.gz" -sha512sums="de835eb5c8ba25939bb989f53d1fd85d738ea15ed1fd787d76b2d34aeb141a06186b1db74b31dfe5d7fd70640ec253f6f2b29bff46280ef2527551e6a860095d dtopt-0.1.tar.gz" |