aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-04 00:23:06 +0300
committerprspkt <prspkt@protonmail.com>2019-06-04 00:23:35 +0300
commit02852d64e8281f142c2dc3c2ef4df94d52006b99 (patch)
treeb870e3b98c2ecb8f2c7b93d8f412fa1cf34c2955
parent0e82cfc29445a5362f1ef9dfddf531d56d73413c (diff)
downloadaports-02852d64e8281f142c2dc3c2ef4df94d52006b99.tar.bz2
aports-02852d64e8281f142c2dc3c2ef4df94d52006b99.tar.xz
testing/py-runstatus: remove
- No updates since 2011. - Fails to build with python3.
-rw-r--r--testing/py-runstatus/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-runstatus/APKBUILD b/testing/py-runstatus/APKBUILD
deleted file mode 100644
index 7ed62d640f..0000000000
--- a/testing/py-runstatus/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-runstatus
-_pkgname=runstatus
-pkgver=1.0
-pkgrel=0
-pkgdesc="A Python library to detect program states"
-url="https://github.com/riquito/runstatus/"
-arch="noarch"
-license="Apache-2.0"
-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="9d0f3ff2ff68dd4eb3d20d9a65438961 runstatus-1.0.tar.gz"
-sha256sums="e190208683dfa6ef8964e847ead7db3ca203dc17fc09ebfb95544b278d0f082f runstatus-1.0.tar.gz"
-sha512sums="aaca6c7ae023969baeabd2bcd9a3f5016db449ebf76d7b0a85f2b9198e645a77065bf89d259a52ad2c3fefb90a32bf5900d0496a6d0c33cbbf310fc88ab3baeb runstatus-1.0.tar.gz"