61 lines
2.4 KiB
XML
61 lines
2.4 KiB
XML
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
|
<PISI>
|
|
<Source>
|
|
<Name>python3-html5lib</Name>
|
|
<Homepage>https://github.com/html5lib/html5lib-python</Homepage>
|
|
<Packager>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Packager>
|
|
<PartOf>programming.language.python3</PartOf>
|
|
<License>MIT</License>
|
|
<IsA>library</IsA>
|
|
<Summary>Standards-compliant library for parsing and serializing HTML documents and fragments in Python</Summary>
|
|
<Description>python3-html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers.</Description>
|
|
<Archive sha1sum="d383aae39d22c801cd220b159ab9b50708ac6a64" type="targz">https://github.com/html5lib/html5lib-python/archive/1.1.tar.gz</Archive>
|
|
<BuildDependencies>
|
|
<Dependency>python3-devel</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>python3-html5lib</Name>
|
|
<Summary>Standards-compliant library for parsing and serializing HTML documents and fragments in Python</Summary>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3</Dependency>
|
|
<Dependency>python3-six</Dependency>
|
|
<Dependency>python3-webencodings</Dependency>
|
|
</RuntimeDependencies>
|
|
<Files>
|
|
<Path fileType="library">/usr/lib/python3*</Path>
|
|
<Path fileType="doc">/usr/share/doc/python3-html5lib</Path>
|
|
</Files>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="3">
|
|
<Date>2021-10-22</Date>
|
|
<Version>1.1</Version>
|
|
<Comment>Rebuild.</Comment>
|
|
<Name>Pisi Linux Community</Name>
|
|
<Email>admin@pisilinux.org</Email>
|
|
</Update>
|
|
<Update release="2">
|
|
<Date>2020-07-22</Date>
|
|
<Version>1.1</Version>
|
|
<Comment>Minor version bump.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
<Update release="1">
|
|
<Date>2020-02-21</Date>
|
|
<Version>1.0.1</Version>
|
|
<Comment>First pisi release.</Comment>
|
|
<Name>Blue Devil</Name>
|
|
<Email>bluedevil@sctzine.com</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|