Files
main/programming/language/python3/python3-html5lib/pspec.xml
T
2020-02-22 09:24:56 +03:00

46 lines
1.9 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="ddb0fbc2a50de167ae3e836726974f0ab1b08839" type="targz">https://github.com/html5lib/html5lib-python/archive/1.0.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</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-webencodings</Dependency>
<Dependency>python3-six</Dependency>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/python3-html5lib</Path>
<Path fileType="library">/usr/lib/python3*</Path>
</Files>
</Package>
<History>
<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>