aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/py-tracing/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py-tracing/APKBUILD b/testing/py-tracing/APKBUILD
deleted file mode 100644
index 67691053ce..0000000000
--- a/testing/py-tracing/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer: Eivind Uggedal <eivind@uggedal.com>
-pkgname=py-tracing
-_pkgname=${pkgname#py-}
-pkgver=0.8
-pkgrel=0
-pkgdesc="Debug log/trace messages"
-url="http://liw.fi/tracing/"
-arch="noarch"
-license="GPL3+"
-depends="python"
-depends_dev=""
-makedepends="py-setuptools"
-install=""
-subpackages=""
-source="http://code.liw.fi/debian/pool/main/p/python-tracing/python-tracing_$pkgver.orig.tar.gz"
-
-_builddir="$srcdir"/python-$_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="9f449746b2ae19ca62bca5363ae0b432 python-tracing_0.8.orig.tar.gz"
-sha256sums="808a064cc5fd1972fb07a7d72b4069cbff284ac7077bcd90eb2ce79d8b5c9ed0 python-tracing_0.8.orig.tar.gz"
-sha512sums="9a5262ce63dbcafff83a75586e90be280ff41f902d9f71f4274dac944db4196c6a5777e290ca5e49aa010fb3129d5352d8c10a554918375557525b9a56ac9096 python-tracing_0.8.orig.tar.gz"