diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-18 14:44:20 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-20 16:57:42 +0000 |
commit | 287a0fe9a7ce91bdbb32e2037b6e375a2fcdd535 (patch) | |
tree | 3bb76351f4b50d5f76601f289616a3a7fede30b1 /testing/py-lxml/APKBUILD | |
parent | 027e69004c04fc749c3f183996ded5e9c2151e0a (diff) | |
download | aports-287a0fe9a7ce91bdbb32e2037b6e375a2fcdd535.tar.bz2 aports-287a0fe9a7ce91bdbb32e2037b6e375a2fcdd535.tar.xz |
testing/py-lxml: old stuff removed
Diffstat (limited to 'testing/py-lxml/APKBUILD')
-rw-r--r-- | testing/py-lxml/APKBUILD | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/py-lxml/APKBUILD b/testing/py-lxml/APKBUILD index ff40f9564b..dc2ccec5e4 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 |