pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-pathlib2</Name>
  6. <Homepage>https://github.com/mcmtroffaes/pathlib2</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>Fork of pathlib aiming to support the full stdlib Python API.</Summary>
  15. <Description>Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported.</Description>
  16. <Archive sha1sum="8b1bba0ba13d90b363f3b008d2646761ba5250ab" type="targz">https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-pathlib2</Name>
  24. <Summary>Fork of pathlib aiming to support the full stdlib Python API.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python-scandir</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="doc">/usr/share/doc/python-pathlib2</Path>
  30. <Path fileType="library">/usr/lib/python2*</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="1">
  35. <Date>2020-02-18</Date>
  36. <Version>2.3.5</Version>
  37. <Comment>First pisi release.</Comment>
  38. <Name>Blue Devil</Name>
  39. <Email>bluedevil@sctzine.com</Email>
  40. </Update>
  41. </History>
  42. </PISI>