pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pip</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. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <Summary>The PyPA recommended tool for installing Python packages</Summary>
  14. <Description>The PyPA recommended tool for installing Python packages</Description>
  15. <Archive sha1sum="c04eb4602ce628f7955fc3d711fccccc928a3645" type="targz">https://github.com/pypa/pip/archive/20.1.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>python-setuptools</Dependency>
  19. </BuildDependencies>
  20. </Source>
  21. <Package>
  22. <Name>pip</Name>
  23. <Summary>The PyPA recommended tool for installing Python packages</Summary>
  24. <RuntimeDependencies>
  25. <Dependency>python-setuptools</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="data">/usr/lib</Path>
  29. <Path fileType="doc">/usr/share/doc</Path>
  30. <Path fileType="executable">/usr/bin</Path>
  31. </Files>
  32. </Package>
  33. <History>
  34. <Update release="10">
  35. <Date>2020-05-16</Date>
  36. <Version>20.1</Version>
  37. <Comment>Minor version bump.</Comment>
  38. <Name>Blue Devil</Name>
  39. <Email>bluedevil@sctzine.com</Email>
  40. </Update>
  41. <Update release="9">
  42. <Date>2020-02-23</Date>
  43. <Version>20.0.2</Version>
  44. <Comment>Version bump.</Comment>
  45. <Name>Blue Devil</Name>
  46. <Email>bluedevil@sctzine.com</Email>
  47. </Update>
  48. <Update release="8">
  49. <Date>2020-01-15</Date>
  50. <Version>19.3.1</Version>
  51. <Comment>Version bump.</Comment>
  52. <Name>Mustafa Cinasal</Name>
  53. <Email>muscnsl@gmail.com</Email>
  54. </Update>
  55. <Update release="7">
  56. <Date>2018-08-29</Date>
  57. <Version>18.0</Version>
  58. <Comment>Version Bump.</Comment>
  59. <Name>Pisi Linux Community</Name>
  60. <Email>admin@pisilinux.org</Email>
  61. </Update>
  62. <Update release="6">
  63. <Date>2017-03-19</Date>
  64. <Version>9.0.1</Version>
  65. <Comment>Rebuild</Comment>
  66. <Name>Alihan Öztürk</Name>
  67. <Email>alihan@pisilinux.org</Email>
  68. </Update>
  69. <Update release="5">
  70. <Date>2017-01-24</Date>
  71. <Version>9.0.1</Version>
  72. <Comment>Version Bump</Comment>
  73. <Name>Alihan Öztürk</Name>
  74. <Email>alihan@pisilinux.org</Email>
  75. </Update>
  76. <Update release="4">
  77. <Date>2016-08-22</Date>
  78. <Version>8.1.2</Version>
  79. <Comment>Release Bump</Comment>
  80. <Name>Ali Şafak</Name>
  81. <Email>aliemresafak@gmail.com</Email>
  82. </Update>
  83. <Update release="3">
  84. <Date>2016-06-06</Date>
  85. <Version>8.1.2</Version>
  86. <Comment>version bump</Comment>
  87. <Name>Ayhan Yalçınsoy</Name>
  88. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  89. </Update>
  90. <Update release="2">
  91. <Date>2016-05-30</Date>
  92. <Version>8.1.2</Version>
  93. <Comment>version bump</Comment>
  94. <Name>Ayhan Yalçınsoy</Name>
  95. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  96. </Update>
  97. <Update release="1">
  98. <Date>2016-04-28</Date>
  99. <Version>8.1.1</Version>
  100. <Comment>First release</Comment>
  101. <Name>Ayhan Yalçınsoy</Name>
  102. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  103. </Update>
  104. </History>
  105. </PISI>