pspec.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>packaging</Name>
  6. <Homepage>https://pypi.org/project/packaging/#files/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>Core utilities for Python packages.</Summary>
  15. <Description>The packaging project includes the following: version handling, specifiers, markers, requirements, tags, utilities.</Description>
  16. <Archive sha1sum="b99fa7af153646722b2d1817bb09906cc5a94bc6" type="targz">https://files.pythonhosted.org/packages/55/fd/fc1aca9cf51ed2f2c11748fa797370027babd82f87829c7a8e6dbe720145/packaging-20.4.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>python-packaging</Name>
  20. <BuildDependencies>
  21. <Dependency>python-setuptools</Dependency>
  22. <Dependency>python-devel</Dependency>
  23. </BuildDependencies>
  24. <RuntimeDependencies>
  25. <Dependency>python</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib/python2*</Path>
  29. </Files>
  30. </Package>
  31. <Package>
  32. <Name>python3-packaging</Name>
  33. <BuildDependencies>
  34. <Dependency>python3-setuptools</Dependency>
  35. </BuildDependencies>
  36. <RuntimeDependencies>
  37. </RuntimeDependencies>
  38. <Files>
  39. <Path fileType="library">/usr/lib/python3*</Path>
  40. </Files>
  41. </Package>
  42. <Package>
  43. <Name>python-packaging-docs</Name>
  44. <Files>
  45. <Path fileType="library">/usr/share/doc</Path>
  46. <Path fileType="library">/usr/share/man</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="2">
  51. <Date>2020-07-01</Date>
  52. <Version>20.4</Version>
  53. <Comment>Version bump to 20.4</Comment>
  54. <Name>Suleyman Poyraz</Name>
  55. <Email>zaryob.dev@gmail.com</Email>
  56. </Update>
  57. <Update release="1">
  58. <Date>2019-09-15</Date>
  59. <Version>1.5.0.1</Version>
  60. <Comment>First release</Comment>
  61. <Name>Süleyman Poyraz</Name>
  62. <Email>zaryob.dev@gmail.com</Email>
  63. </Update>
  64. </History>
  65. </INARY>