From 2e387f0199e91137e01c9dfe2dad55cb2e029506 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sun, 17 Mar 2019 21:54:44 +0000 Subject: testing/py3-ipython_genutils: move to community --- testing/py3-ipython_genutils/APKBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 testing/py3-ipython_genutils/APKBUILD (limited to 'testing/py3-ipython_genutils') diff --git a/testing/py3-ipython_genutils/APKBUILD b/testing/py3-ipython_genutils/APKBUILD deleted file mode 100644 index 63dde03c84..0000000000 --- a/testing/py3-ipython_genutils/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor: Kevin Daudt -# Maintainer: Kevin Daudt -pkgname=py3-ipython_genutils -pkgver=0.2.0 -pkgrel=0 -pkgdesc="Vestigial IPython utilities" -url="https://github.com/ipython/ipython_genutils" -arch="noarch" -license="BSD-3-Clause" -makedepends="python3-dev" -options="!check" # No test suite -source="$pkgname-$pkgver.tar.gz::https://github.com/ipython/ipython_genutils/archive/$pkgver.tar.gz" -builddir="$srcdir/${pkgname#py3-}-$pkgver" -replaces="py-ipython_genutils" -provides="py-ipython_genutils" - -build() { - python3 setup.py build -} - -package() { - python3 setup.py install --prefix=/usr --root="$pkgdir" -} - -sha512sums="b238fce8ba437328b9cd78871cd8a8ab562c513d33db95be74296233114a39eb8a3b3c64fbfb149bc3d42d3eb7762defc03befb9862d6aefbaad389d2838f854 py3-ipython_genutils-0.2.0.tar.gz" -- cgit v1.2.3