pspec.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python3-wcwidth</Name>
  6. <Homepage>https://github.com/jquast/wcwidth</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python3</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
  15. <Description>Python library that measures the width of unicode strings rendered to a terminal</Description>
  16. <Archive sha1sum="53384ef7f7526dfbfb171de5d6dc67dcf1f55141" type="targz">https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python3-devel</Dependency>
  19. <Dependency>python3-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python3-wcwidth</Name>
  24. <Summary>Measures number of Terminal column cells of wide-character codes.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python3</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="library">/usr/lib/python3*</Path>
  30. <Path fileType="doc">/usr/share/doc/python3-wcwidth</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="5">
  35. <Date>2023-10-16</Date>
  36. <Version>0.2.5</Version>
  37. <Comment>Rebuild.</Comment>
  38. <Name>Mustafa Cinasal</Name>
  39. <Email>muscnsl@gmail.com</Email>
  40. </Update>
  41. <Update release="4">
  42. <Date>2021-10-22</Date>
  43. <Version>0.2.5</Version>
  44. <Comment>Rebuild.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="3">
  49. <Date>2020-07-21</Date>
  50. <Version>0.2.5</Version>
  51. <Comment>Minor version bump.</Comment>
  52. <Name>Blue Devil</Name>
  53. <Email>bluedevil@sctzine.com</Email>
  54. </Update>
  55. <Update release="2">
  56. <Date>2020-03-27</Date>
  57. <Version>0.1.9</Version>
  58. <Comment>Patch version bump.</Comment>
  59. <Name>Blue Devil</Name>
  60. <Email>bluedevil@sctzine.com</Email>
  61. </Update>
  62. <Update release="1">
  63. <Date>2020-02-18</Date>
  64. <Version>0.1.8</Version>
  65. <Comment>First pisi release.</Comment>
  66. <Name>Blue Devil</Name>
  67. <Email>bluedevil@sctzine.com</Email>
  68. </Update>
  69. </History>
  70. </PISI>