Files
2023-10-18 21:27:32 +03:00

59 lines
2.1 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-webencodings</Name>
<Homepage>https://github.com/gsnedders/python-webencodings</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>BSD</License>
<IsA>library</IsA>
<Summary>Character encoding for the web.</Summary>
<Description>python3-webencodings is a Python implementation of the WHATWG Encoding standard.</Description>
<Archive sha1sum="115be70cfe16f4d538f9de4f0f6296ff6fdd082e" type="targz">https://github.com/gsnedders/python-webencodings/archive/v0.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-webencodings</Name>
<Summary>Character encoding for the web.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-webencodings</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2023-10-17</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-10-25</Date>
<Version>0.5.1</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2020-02-20</Date>
<Version>0.5.1</Version>
<Comment>First release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>