pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-zipp</Name>
  6. <Homepage>https://github.com/jaraco/zipp</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
  15. <Description>A pathlib-compatible Zipfile object wrapper. A backport of the Path object.</Description>
  16. <Archive sha1sum="1cfe052ce5d08757a8e1e1fbba11595c838a2a86" type="targz">https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools-scm</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-zipp</Name>
  25. <Summary>A pathlib-compatible Zipfile object wrapper.</Summary>
  26. <Files>
  27. <Path fileType="doc">/usr/share/doc/python-zipp</Path>
  28. <Path fileType="library">/usr/lib/python2*</Path>
  29. </Files>
  30. </Package>
  31. <History>
  32. <Update release="2">
  33. <Date>2020-02-18</Date>
  34. <Version>3.0.0</Version>
  35. <Comment>Ver. bump.</Comment>
  36. <Name>Blue Devil</Name>
  37. <Email>bluedevil@sctzine.com</Email>
  38. </Update>
  39. <Update release="1">
  40. <Date>2020-02-17</Date>
  41. <Version>2.2.0</Version>
  42. <Comment>First pisi release.</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. </History>
  47. </PISI>