From 14d535ae85a7e8d8dd6cbbcbbe33e06e48d8a0d9 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Thu, 31 Jul 2014 06:20:02 +0000 Subject: main/py-ttystatus: moved from testing --- testing/py-ttystatus/APKBUILD | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 testing/py-ttystatus/APKBUILD (limited to 'testing') diff --git a/testing/py-ttystatus/APKBUILD b/testing/py-ttystatus/APKBUILD deleted file mode 100644 index 9b6c508c7..000000000 --- a/testing/py-ttystatus/APKBUILD +++ /dev/null @@ -1,31 +0,0 @@ -# Maintainer: Eivind Uggedal -pkgname=py-ttystatus -_pkgname=${pkgname#py-} -pkgver=0.23 -pkgrel=0 -pkgdesc="Terminal progress bar and status output for command line" -url="http://liw.fi/ttystatus/" -arch="noarch" -license="GPL3+" -depends="python" -depends_dev="" -makedepends="py-setuptools" -install="" -subpackages="" -source="http://code.liw.fi/debian/pool/main/p/python-ttystatus/python-ttystatus_$pkgver.orig.tar.gz" - -_builddir="$srcdir"/$_pkgname-$pkgver - -build() { - cd "$_builddir" - python setup.py build || return 1 -} - -package() { - cd "$_builddir" - python setup.py install --prefix=/usr --root="$pkgdir" || return 1 -} - -md5sums="bfc43748b5a569a0d5e283b2e78814a8 python-ttystatus_0.23.orig.tar.gz" -sha256sums="1ecd58dff0049fdccedb6cd41ff0ddc51971c943e8d1887f8c027ae9e3aeb17a python-ttystatus_0.23.orig.tar.gz" -sha512sums="29dd9ee0a063b4f49c72a1f08acfe80f4db9b3a374b1424a98926d25e22c8df0ed89441997322556edaad03a339dafdbf874a1247f095f1f857ef04f90b8a040 python-ttystatus_0.23.orig.tar.gz" -- cgit v1.2.3