diff options
Diffstat (limited to 'testing/py-wbdata')
| -rw-r--r-- | testing/py-wbdata/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py-wbdata/APKBUILD b/testing/py-wbdata/APKBUILD deleted file mode 100644 index c9e00bbd3e..0000000000 --- a/testing/py-wbdata/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Fabian Affolter <fabian@affolter-engineering.ch> -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> -pkgname=py-wbdata -_pkgname=wbdata -pkgver=0.2.7 -pkgrel=0 -pkgdesc="A library to access World Bank data" -url="https://github.com/oliversherouse/wbdata" -arch="noarch" -license="GPL-2.0-or-later" -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" - -build() { - cd "$builddir" - python2 setup.py build -} - -package() { - cd "$builddir" - python2 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="5b7d8a556f12414e12f2c6bb8e6cb0ca6961675c1e606f8f2153b6d73911e60e22fca0fe70e82143ea2df5c1b4b156f270b15210eec2a8086936500b15be91fe wbdata-0.2.7.tar.gz" |
