pspec.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
  3. <PISI>
  4. <Source>
  5. <Name>python3-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="e929531d068f765fbdbb68e0f7138c09345fcc0b" type="targz">https://github.com/pypa/setuptools/archive/38.2.5.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-devel</Dependency>
  18. <Dependency>python3-six</Dependency>
  19. <Dependency>python3-packaging</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python3-setuptools</Name>
  24. <Files>
  25. <Path fileType="executable">/usr/bin</Path>
  26. <Path fileType="library">/usr/lib/python3*</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="8">
  32. <Date>2018-01-24</Date>
  33. <Version>38.2.5</Version>
  34. <Comment>Version bump.</Comment>
  35. <Name>Mustafa Cinasal</Name>
  36. <Email>muscnsl@gmail.com</Email>
  37. </Update>
  38. <Update release="7">
  39. <Date>2017-02-01</Date>
  40. <Version>32.1.3</Version>
  41. <Comment>Version bump.</Comment>
  42. <Name>Ayhan Yalçınsoy</Name>
  43. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  44. </Update>
  45. <Update release="6">
  46. <Date>2016-06-09</Date>
  47. <Version>19.6.1</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Pisi Linux Community</Name>
  50. <Email>admin@pisilinux.org</Email>
  51. </Update>
  52. <Update release="5">
  53. <Date>2016-06-06</Date>
  54. <Version>19.6.1</Version>
  55. <Comment>Release bump.</Comment>
  56. <Name>Ayhan Yalçınsoy</Name>
  57. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  58. </Update>
  59. <Update release="4">
  60. <Date>2016-05-26</Date>
  61. <Version>19.6.1</Version>
  62. <Comment>Release bump.</Comment>
  63. <Name>Marcin Bojara</Name>
  64. <Email>marcin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="3">
  67. <Date>2016-05-26</Date>
  68. <Version>19.6.1</Version>
  69. <Comment>Release bump.</Comment>
  70. <Name>Marcin Bojara</Name>
  71. <Email>marcin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2016-05-26</Date>
  75. <Version>19.6.1</Version>
  76. <Comment>Release bump.</Comment>
  77. <Name>Marcin Bojara</Name>
  78. <Email>marcin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2016-05-26</Date>
  82. <Version>19.6.1</Version>
  83. <Comment>First release.</Comment>
  84. <Name>Marcin Bojara</Name>
  85. <Email>marcin@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>