pspec.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  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-importlib_resources</Name>
  6. <Homepage>https://gitlab.com/python-devs/importlib_resources</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>Apache</License>
  13. <IsA>library</IsA>
  14. <Summary>Design and implementation for a planned importlib.resources</Summary>
  15. <Description>The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.</Description>
  16. <Archive sha1sum="ef73bbdfa1e5d90d9aeed0492cbdcd3ccfce6b1a" type="targz">https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-toml</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. <Dependency>python-setuptools</Dependency>
  21. <Dependency>python-setuptools-scm</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>python-importlib_resources</Name>
  26. <Summary>Design and implementation for a planned importlib.resources</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>python-pathlib2</Dependency>
  29. <Dependency>python-contextlib2</Dependency>
  30. <Dependency>python-singledispatch</Dependency>
  31. <Dependency>python-importlib_metadata</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib/python2*</Path>
  35. <Path fileType="doc">/usr/share/doc/python-importlib_resources</Path>
  36. </Files>
  37. </Package>
  38. <History>
  39. <Update release="3">
  40. <Date>2020-05-18</Date>
  41. <Version>1.5.0</Version>
  42. <Comment>Minor version bump.</Comment>
  43. <Name>Blue Devil</Name>
  44. <Email>bluedevil@sctzine.com</Email>
  45. </Update>
  46. <Update release="2">
  47. <Date>2020-03-27</Date>
  48. <Version>1.4.0</Version>
  49. <Comment>Minor version bump.</Comment>
  50. <Name>Blue Devil</Name>
  51. <Email>bluedevil@sctzine.com</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2020-03-18</Date>
  55. <Version>1.3.1</Version>
  56. <Comment>First pisi release.</Comment>
  57. <Name>Blue Devil</Name>
  58. <Email>bluedevil@sctzine.com</Email>
  59. </Update>
  60. </History>
  61. </PISI>