pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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-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.python3</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>python3-setuptools</Dependency>
  19. <Dependency>python3-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python3-contextlib2</Name>
  24. <Summary>contextlib2 is a backport of the standard library's contextlib module to earlier Python versions.</Summary>
  25. <RuntimeDependencies>
  26. <Dependency>python3</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="doc">/usr/share/doc/python3-contextlib2</Path>
  30. <Path fileType="library">/usr/lib/python3*</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="3">
  35. <Date>2023-10-17</Date>
  36. <Version>0.6.0</Version>
  37. <Comment>Rebuild.</Comment>
  38. <Name>Mustafa Cinasal</Name>
  39. <Email>muscnsl@gmail.com</Email>
  40. </Update>
  41. <Update release="2">
  42. <Date>2021-10-28</Date>
  43. <Version>0.6.0</Version>
  44. <Comment>Rebuild.</Comment>
  45. <Name>Mustafa Cinasal</Name>
  46. <Email>muscnsl@gmail.com</Email>
  47. </Update>
  48. <Update release="1">
  49. <Date>2020-02-17</Date>
  50. <Version>0.6.0</Version>
  51. <Comment>First pisi release.</Comment>
  52. <Name>Blue Devil</Name>
  53. <Email>bluedevil@sctzine.com</Email>
  54. </Update>
  55. </History>
  56. </PISI>