diff --git a/srcpkgs/python-lxml/python-lxml.rshlibs b/srcpkgs/python-lxml/python-lxml.rshlibs new file mode 100644 index 00000000000..733202ae418 --- /dev/null +++ b/srcpkgs/python-lxml/python-lxml.rshlibs @@ -0,0 +1,6 @@ +libxslt.so.1 +libexslt.so.0 +libxml2.so.2 +libpython2.7.so.1.0 +libpthread.so.0 +libc.so.6 diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template new file mode 100644 index 00000000000..e4ec0d0f837 --- /dev/null +++ b/srcpkgs/python-lxml/template @@ -0,0 +1,20 @@ +# Template file for 'python-lxml' +pkgname=python-lxml +version=2.3.5 +revision=1 +wrksrc="lxml-${version}" +build_style=python-module +makedepends="python-devel libxslt-devel" +short_desc="Python binding for the libxml2 and libxslt libraries" +maintainer="Juan RP " +license="BSD" +homepage="http://lxml.de/" +distfiles="http://pypi.python.org/packages/source/l/lxml/lxml-${version}.tar.gz" +checksum=0912d5e83d9e82f2c6ee1267cb5cefb0fffcd9e20b19bbc1e52e2662ef30e064 +long_desc=" + The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and + libxslt. It is unique in that it combines the speed and XML feature completeness + of these libraries with the simplicity of a native Python API, mostly compatible + but superior to the well-known ElementTree API." + +pycompile_module="lxml"