pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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>setuptools</Name>
  6. <Homepage>http://pypi.python.org/pypi/setuptools</Homepage>
  7. <Packager>
  8. <Name>Süleyman POYRAZ</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>PSF-2.2</License>
  12. <IsA>library</IsA>
  13. <PartOf>programming.language.python</PartOf>
  14. <Summary>Python setuptools</Summary>
  15. <Description>python-setuptools is a collection of enhancements to the Python distutils that allow you to more easily build and distribute Python packages, especially ones that have dependencies on other packages.</Description>
  16. <Archive sha1sum="107499df10aa878ec633e712fc0f27d9cfb5a7df" type="targz">https://github.com/pypa/setuptools/archive/v47.3.1.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>python3-setuptools</Name>
  20. <Files>
  21. <Path fileType="executable">/usr/bin</Path>
  22. <Path fileType="library">/usr/lib/python3*</Path>
  23. <Path fileType="doc">/usr/share/doc</Path>
  24. </Files>
  25. </Package>
  26. <History>
  27. <Update release="3">
  28. <Date>2020-06-21</Date>
  29. <Version>47.3.1</Version>
  30. <Comment>Python 3.8 upgraded and version bumped to 47.3.1. With this version python-setuptools no longer supported.</Comment>
  31. <Name>Suleyman Poyraz</Name>
  32. <Email>zaryob.dev@gmail.com</Email>
  33. </Update>
  34. <Update release="2">
  35. <Date>2019-12-12</Date>
  36. <Version>42.0.2</Version>
  37. <Comment>Automatic version upgrade.</Comment>
  38. <Name>Ali Rıza KESKİN</Name>
  39. <Email>parduscix@yandex.ru</Email>
  40. </Update>
  41. <Update release="1">
  42. <Date>2018-12-28</Date>
  43. <Version>39.2.0</Version>
  44. <Comment>First release</Comment>
  45. <Name>Süleyman POYRAZ</Name>
  46. <Email>zaryob.dev@gmail.com</Email>
  47. </Update>
  48. </History>
  49. </INARY>