pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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-contextlib2</Name>
  6. <Homepage>https://github.com/jazzband/contextlib2</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>PSF</License>
  13. <IsA>library</IsA>
  14. <Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
  15. <Description>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version.</Description>
  16. <Archive sha1sum="a5e2dfbc95b83b68ad4bb87ddd96a3659acd948b" type="targz">https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-contextlib2</Name>
  24. <Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
  25. <Files>
  26. <Path fileType="doc">/usr/share/doc/python-contextlib2</Path>
  27. <Path fileType="library">/usr/lib/python2*</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="1">
  32. <Date>2020-02-17</Date>
  33. <Version>0.6.0</Version>
  34. <Comment>First pisi release.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. </History>
  39. </PISI>