pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
  3. <PISI>
  4. <Source>
  5. <Name>python-setuptools</Name>
  6. <Homepage>http://pypi.python.org/pypi/setuptools</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>PSF-2.2</License>
  12. <IsA>library</IsA>
  13. <Summary>Python setuptools</Summary>
  14. <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>
  15. <Archive sha1sum="b5ea03183a313091083ca322eb68e90dfc290504" type="targz">https://github.com/pypa/setuptools/archive/v39.2.0.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>python-setuptools</Name>
  19. <Files>
  20. <Path fileType="executable">/usr/bin</Path>
  21. <Path fileType="library">/usr/lib/python*</Path>
  22. <Path fileType="doc">/usr/share/doc</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="5">
  27. <Date>2018-08-05</Date>
  28. <Version>39.2.0</Version>
  29. <Comment>Version Bump</Comment>
  30. <Name>Mustafa Cinasl</Name>
  31. <Email>muscnsl@gmail.com</Email>
  32. </Update>
  33. <Update release="4">
  34. <Date>2018-07-15</Date>
  35. <Version>0.6.49</Version>
  36. <Comment>Rebuild</Comment>
  37. <Name>Ertuğrul Erata</Name>
  38. <Email>ertugrulerata@gmail.com</Email>
  39. </Update>
  40. <Update release="3">
  41. <Date>2017-01-08</Date>
  42. <Version>0.6.49</Version>
  43. <Comment>Rebuild with new toolchain.</Comment>
  44. <Name>Ertuğrul Erata</Name>
  45. <Email>ertugrulerata@gmail.com</Email>
  46. </Update>
  47. <Update release="2">
  48. <Date>2016-04-27</Date>
  49. <Version>0.6.49</Version>
  50. <Comment>Release Bump</Comment>
  51. <Name>PisiLinux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="1">
  55. <Date>2016-03-13</Date>
  56. <Version>0.6.49</Version>
  57. <Comment>First release</Comment>
  58. <Name>Ertuğrul Erata</Name>
  59. <Email>ertugrulerata@gmail.com</Email>
  60. </Update>
  61. </History>
  62. </PISI>