summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-05-24 19:29:28 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-05-25 19:36:36 +0000
commit1352e9b236395ff25a1e9b06f8e0cb0fc5cbc948 (patch)
treeeb84c8b0ef643710e14ba8fe009d76b686277d65 /testing
parentc4cc0e45057ae2112566d42a929534be8085668f (diff)
downloadaports-1352e9b236395ff25a1e9b06f8e0cb0fc5cbc948.tar.bz2
aports-1352e9b236395ff25a1e9b06f8e0cb0fc5cbc948.tar.xz
testing/py-genshi: duplicate version, already in main
Diffstat (limited to 'testing')
-rw-r--r--testing/py-genshi/APKBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/testing/py-genshi/APKBUILD b/testing/py-genshi/APKBUILD
deleted file mode 100644
index 394ef2943..000000000
--- a/testing/py-genshi/APKBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-genshi
-_pkgname=Genshi
-pkgver=0.6
-pkgrel=0
-pkgdesc="Python toolkit for stream-based generation of output for the web"
-url="http://genshi.edgewall.org/"
-arch="noarch"
-license="BSD"
-depends="python"
-depends_dev=""
-makedepends="python-dev py-setuptools"
-install=""
-subpackages=""
-source="http://ftp.edgewall.com/pub/genshi/$_pkgname-$pkgver.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="604e8b23b4697655d36a69c2d8ef7187 Genshi-0.6.tar.gz"