pspec.xml 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pip3</Name>
  6. <Homepage>https://pypi.python.org/pypi/pip</Homepage>
  7. <Packager>
  8. <Name>Yusuf Aydemir</Name>
  9. <Email>Yusuf.aydemir@istanbul.com</Email>
  10. </Packager>
  11. <Summary>The PyPA recommended tool for installing Python packages</Summary>
  12. <Description>The PyPA recommended tool for installing Python packages</Description>
  13. <License>MIT</License>
  14. <Archive sha1sum="39b5840f6a9e6888d56a78beb447a064aeaf1592" type="targz">https://github.com/pypa/pip/archive/9.0.1.tar.gz</Archive>
  15. <BuildDependencies>
  16. <Dependency>python3-setuptools</Dependency>
  17. <Dependency versionFrom="3.6.0">python3-devel</Dependency>
  18. </BuildDependencies>
  19. </Source>
  20. <Package>
  21. <Name>pip3</Name>
  22. <RuntimeDependencies>
  23. <Dependency>python3</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="executable">/usr/bin/pip</Path>
  27. <Path fileType="executable">/usr/bin/pip3*</Path>
  28. <Path fileType="data">/usr/lib/python3*</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. </Files>
  31. <RuntimeDependencies>
  32. <Dependency>python3-setuptools</Dependency>
  33. </RuntimeDependencies>
  34. </Package>
  35. <History>
  36. <Update release="6">
  37. <Date>2017-02-01</Date>
  38. <Version>9.0.1</Version>
  39. <Comment>Release Bump</Comment>
  40. <Name>Pisi Linux Community</Name>
  41. <Email>admin@pisilinux.org</Email>
  42. </Update>
  43. <Update release="5">
  44. <Date>2016-06-18</Date>
  45. <Version>8.1.2</Version>
  46. <Comment>Release Bump</Comment>
  47. <Name>Pisi Linux Community</Name>
  48. <Email>admin@pisilinux.org</Email>
  49. </Update>
  50. <Update release="4">
  51. <Date>2016-06-10</Date>
  52. <Version>8.1.2</Version>
  53. <Comment>Release Bump</Comment>
  54. <Name>Pisi Linux Community</Name>
  55. <Email>admin@pisilinux.org</Email>
  56. </Update>
  57. <Update release="3">
  58. <Date>2016-06-06</Date>
  59. <Version>8.1.2</Version>
  60. <Comment>version bump</Comment>
  61. <Name>Ayhan Yalçınsoy</Name>
  62. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  63. </Update>
  64. <Update release="2">
  65. <Date>2016-05-30</Date>
  66. <Version>8.1.2</Version>
  67. <Comment>version bump</Comment>
  68. <Name>Ayhan Yalçınsoy</Name>
  69. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  70. </Update>
  71. <Update release="1">
  72. <Date>2016-04-28</Date>
  73. <Version>8.1.1</Version>
  74. <Comment>First release</Comment>
  75. <Name>Ayhan Yalçınsoy</Name>
  76. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  77. </Update>
  78. </History>
  79. </PISI>