summaryrefslogtreecommitdiffstats
path: root/testing/py-lxml
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-05-18 14:44:20 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-05-20 16:57:42 +0000
commit287a0fe9a7ce91bdbb32e2037b6e375a2fcdd535 (patch)
tree3bb76351f4b50d5f76601f289616a3a7fede30b1 /testing/py-lxml
parent027e69004c04fc749c3f183996ded5e9c2151e0a (diff)
downloadaports-287a0fe9a7ce91bdbb32e2037b6e375a2fcdd535.tar.bz2
aports-287a0fe9a7ce91bdbb32e2037b6e375a2fcdd535.tar.xz
testing/py-lxml: old stuff removed
Diffstat (limited to 'testing/py-lxml')
-rw-r--r--testing/py-lxml/APKBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD
index ff40f9564..dc2ccec5e 100644
--- a/testing/py-lxml/APKBUILD
+++ b/testing/py-lxml/APKBUILD
@@ -14,13 +14,6 @@ install=
source="http://codespeak.net/lxml/$_pkgname-$pkgver.tgz"
_builddir="$srcdir"/$_pkgname-$pkgver
-##build() {
-## cd "$_builddir"
-##
-## python setup.py install --root="$pkgdir"
-## echo "/usr/lib/python2.6/site-packages/$_pkgname-$pkgver-py2.6.egg" > "$pkgdir"/usr/lib/python2.6/site-packages/$_pkgname.pth
-##}
-
build() {
cd "$_builddir"
python setup.py build || return 1