summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorEivind Uggedal <eivind@uggedal.com>2014-07-31 06:06:54 +0000
committerEivind Uggedal <eivind@uggedal.com>2014-07-31 06:24:10 +0000
commit7422da33f54d18899e30bb19c6369eadf89f97c9 (patch)
tree69f7dc0bb605524a02928312e338412142b70691 /testing
parent95d759c80054e7ecc8f3b6bae9284fba34c46b7a (diff)
downloadaports-7422da33f54d18899e30bb19c6369eadf89f97c9.tar.bz2
aports-7422da33f54d18899e30bb19c6369eadf89f97c9.tar.xz
main/py-tracing: moved from testing
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 67691053c..000000000
--- 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"