12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?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="5">
- <Date>2023-10-16</Date>
- <Version>0.2.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="4">
- <Date>2021-10-22</Date>
- <Version>0.2.5</Version>
- <Comment>Rebuild.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <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>
|