pspec.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="a62cfe21bd0e5e2913c5b576f872ca293b9bebca" type="targz">http://pypi.python.org/packages/source/d/distribute/distribute-0.6.49.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="3">
  27. <Date>2017-01-08</Date>
  28. <Version>0.6.49</Version>
  29. <Comment>Rebuild with new toolchain.</Comment>
  30. <Name>Ertuğrul Erata</Name>
  31. <Email>ertugrulerata@gmail.com</Email>
  32. </Update>
  33. <Update release="2">
  34. <Date>2016-04-27</Date>
  35. <Version>0.6.49</Version>
  36. <Comment>Release Bump</Comment>
  37. <Name>PisiLinux Community</Name>
  38. <Email>admin@pisilinux.org</Email>
  39. </Update>
  40. <Update release="1">
  41. <Date>2016-03-13</Date>
  42. <Version>0.6.49</Version>
  43. <Comment>First release</Comment>
  44. <Name>Ertuğrul Erata</Name>
  45. <Email>ertugrulerata@gmail.com</Email>
  46. </Update>
  47. </History>
  48. </PISI>