Files
main/programming/language/python3/python3-wcwidth/pspec.xml
T
2020-09-01 00:20:08 +02:00

58 lines
2.2 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-wcwidth</Name>
<Homepage>https://github.com/jquast/wcwidth</Homepage>
<Packager>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Packager>
<PartOf>programming.language.python3</PartOf>
<License>MIT</License>
<IsA>library</IsA>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
<Archive sha1sum="53384ef7f7526dfbfb171de5d6dc67dcf1f55141" type="targz">https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>python3-wcwidth</Name>
<Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/python3*</Path>
<Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2020-07-21</Date>
<Version>0.2.5</Version>
<Comment>Minor version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="2">
<Date>2020-03-27</Date>
<Version>0.1.9</Version>
<Comment>Patch version bump.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
<Update release="1">
<Date>2020-02-18</Date>
<Version>0.1.8</Version>
<Comment>First pisi release.</Comment>
<Name>Blue Devil</Name>
<Email>bluedevil@sctzine.com</Email>
</Update>
</History>
</PISI>