pspec.xml 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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-configparser</Name>
  6. <Homepage>https://github.com/jaraco/configparser/</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>Backport of configparser from Python 3.</Summary>
  15. <Description>The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5.</Description>
  16. <Archive sha1sum="541ae6f58cea5c320c6c0eef5b93bbb5bbfdd97a" type="targz">https://github.com/jaraco/configparser/archive/v5.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-configparser</Name>
  25. <Summary>Backport of configparser from Python 3</Summary>
  26. <RuntimeDependencies>
  27. <!--<Dependency>python-backports</Dependency>-->
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="doc">/usr/share/doc/python-configparser</Path>
  31. <Path fileType="library">/usr/lib/python2*</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="2">
  36. <Date>2020-03-27</Date>
  37. <Version>5.0.0</Version>
  38. <Comment>Major version bump.</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. <Update release="1">
  43. <Date>2020-02-17</Date>
  44. <Version>4.0.2</Version>
  45. <Comment>First pisi release.</Comment>
  46. <Name>Blue Devil</Name>
  47. <Email>bluedevil@sctzine.com</Email>
  48. </Update>
  49. </History>
  50. </PISI>