aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 10:44:20 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 10:44:39 -0300
commit11c4e7e32f018021bdc5e9bb2023ae7690813ab6 (patch)
tree49952e61859e1411e0a5a3050fdf9454d3474d79 /testing
parent49b6511c407eaabb359a6b5bcb70e922bdcd66c9 (diff)
downloadaports-11c4e7e32f018021bdc5e9bb2023ae7690813ab6.tar.bz2
aports-11c4e7e32f018021bdc5e9bb2023ae7690813ab6.tar.xz
testing/py-exconsole: drop
- Python2 only - Last commit 4 years
Diffstat (limited to 'testing')
-rw-r--r--testing/py-exconsole/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-exconsole/APKBUILD b/testing/py-exconsole/APKBUILD
deleted file mode 100644
index 4c7053c7c2..0000000000
--- a/testing/py-exconsole/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-exconsole
-_pkgname=python-exconsole
-pkgver=0.1.5
-pkgrel=0
-pkgdesc="Emergency/postmortem Python console"
-url="https://github.com/Eugeny/exconsole"
-arch="noarch"
-license="LGPL-3.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
-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="595c7fd980dd425c541be960e7fd3eee python-exconsole-0.1.5.tar.gz"
-sha256sums="252e100dc2f7cff853501edf5580542bd509f8069a54599999b3df10db3a7f7e python-exconsole-0.1.5.tar.gz"
-sha512sums="f60dd78050515701c66196e7b62653ee7221b0b9bbe390e0f7b08e14ba781afb8f0c49fe769e702ec6d4854c4a48f6ab033c9066a5e5e604d6258ee393fe1070 python-exconsole-0.1.5.tar.gz"