Files
main/programming/language/python/python-lxml/pspec.xml
T
2016-03-20 15:54:51 +02:00

62 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-lxml</Name>
<Homepage>http://codespeak.net/lxml</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>BSD</License>
<IsA>library</IsA>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<Description>lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.</Description>
<Archive sha1sum="7a6e92f8ca482aab79835e1c9cd8410400792cd9" type="targz">http://lxml.de/files/lxml-3.3.5.tgz</Archive>
<BuildDependencies>
<Dependency>libxml2-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>cython</Dependency>
<Dependency>libxslt-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">python-lxml-2.2.6-fix-2to3.patch</Patch>-->
</Patches>
</Source>
<Package>
<Name>python-lxml</Name>
<RuntimeDependencies>
<Dependency>libxslt</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>python</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
</Files>
</Package>
<Package>
<Name>python-lxml-docs</Name>
<Summary>API documentation of python-lxml</Summary>
<RuntimeDependencies>
<Dependency release="current">python-lxml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-07-05</Date>
<Version>3.3.5</Version>
<Comment>First release</Comment>
<Name>Vedat Demir</Name>
<Email>vedat@pisilinux.org</Email>
</Update>
</History>
</PISI>