aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-20 00:22:04 +0300
committerprspkt <prspkt@protonmail.com>2019-06-20 00:22:12 +0300
commitcef7ce2f8e12c551b8d04a245fd5746c5e37739b (patch)
treee8d54ca247e6fddddc75e5a119557510339d86eb /testing
parentd0ee250bfebdff53c7bf93a7322358192f5f8361 (diff)
downloadaports-cef7ce2f8e12c551b8d04a245fd5746c5e37739b.tar.bz2
aports-cef7ce2f8e12c551b8d04a245fd5746c5e37739b.tar.xz
testing/py-pybles: remove
* python2 only, fails to build with python3.
Diffstat (limited to 'testing')
-rw-r--r--testing/py-pybles/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py-pybles/APKBUILD b/testing/py-pybles/APKBUILD
deleted file mode 100644
index a3058063c2..0000000000
--- a/testing/py-pybles/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-pybles
-_pkgname=Pybles
-pkgver=1.0.13
-pkgrel=0
-pkgdesc="A Python module to represent tables in the terminal"
-url="http://pypi.python.org/pypi/Pybles/"
-arch="noarch"
-license="GPL-3.0-or-later"
-depends="python2 py-blessings"
-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="90c6f9b9dc6a87c63162a8ea17c263530acf54df36833e9abdf506d3826fba849fdb0b9666737f4fd0e2ecba7068406b9d58cbdf0acd8a45fef0a2c4a5e5ed28 Pybles-1.0.13.tar.gz"