Files
2020-05-25 00:44:14 +03:00

116 lines
4.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python-lxml</Name>
<Homepage>https://lxml.de/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python</PartOf>
<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="ef918ed5264baf1d16b5fe88c6faf43b0256fbd1" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<!-- dependencies for documentation -->
<!-- to generate documentation is problematic
epydoc is not supported any more and
doc package needs more dependencies.
<Dependency>python-docutils</Dependency>
<Dependency>python-Pygments</Dependency>
<Dependency>epydoc</Dependency>
-->
</BuildDependencies>
</Source>
<Package>
<Name>python-lxml</Name>
<Summary>lxml is the most feature-rich and easy-to-use library</Summary>
<RuntimeDependencies>
<Dependency>python</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python2*</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="8">
<Date>2020-05-24</Date>
<Version>4.5.1</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="7">
<Date>2020-02-06</Date>
<Version>4.5.0</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="6">
<Date>2020-01-20</Date>
<Version>4.4.2</Version>
<Comment>Version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="5">
<Date>2018-08-07</Date>
<Version>4.1.1</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-25</Date>
<Version>4.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2017-01-25</Date>
<Version>3.7.2</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-06-09</Date>
<Version>3.3.5</Version>
<Comment>Release Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<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>