Files
main/programming/language/python3/python3-lxml/pspec.xml
T
2020-08-31 00:11:22 +02:00

81 lines
2.9 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-lxml</Name>
<Homepage>https://lxml.de/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>GPLv2</License>
<License>BSD</License>
<IsA>library</IsA>
<Summary>The lxml XML toolkit for Python.</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="4af7a8958e699ce22c5ebdc512c71b2838ac110b" type="targz">https://github.com/lxml/lxml/archive/lxml-4.5.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-lxml</Name>
<Summary>The lxml XML toolkit for Python.</Summary>
<RuntimeDependencies>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<Package>
<Name>python3-lxml-docs</Name>
<Summary>API documentation of python3-lxml</Summary>
<RuntimeDependencies>
<Dependency release="current">python3-lxml</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-lxml</Path>
</Files>
</Package>
<History>
<Update release="4">
<Date>2020-07-21</Date>
<Version>4.5.2</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="3">
<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="2">
<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="1">
<Date>2020-01-14</Date>
<Version>4.4.2</Version>
<Comment>First release</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
</History>
</PISI>