123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pip</Name>
- <Homepage>https://pypi.python.org/pypi/pip</Homepage>
- <Packager>
- <Name>Yusuf Aydemir</Name>
- <Email>Yusuf.aydemir@istanbul.com</Email>
- </Packager>
- <PartOf>programming.language.python</PartOf>
- <License>MIT</License>
- <Summary>The PyPA recommended tool for installing Python packages</Summary>
- <Description>The PyPA recommended tool for installing Python packages</Description>
- <Archive sha1sum="c04eb4602ce628f7955fc3d711fccccc928a3645" type="targz">https://github.com/pypa/pip/archive/20.1.tar.gz</Archive>
- <BuildDependencies>
- <Dependency>python-devel</Dependency>
- <Dependency>python-setuptools</Dependency>
- </BuildDependencies>
- </Source>
- <Package>
- <Name>pip</Name>
- <Summary>The PyPA recommended tool for installing Python packages</Summary>
- <RuntimeDependencies>
- <Dependency>python-setuptools</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="data">/usr/lib</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- <Path fileType="executable">/usr/bin</Path>
- </Files>
- </Package>
- <History>
- <Update release="10">
- <Date>2020-05-16</Date>
- <Version>20.1</Version>
- <Comment>Minor version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-02-23</Date>
- <Version>20.0.2</Version>
- <Comment>Version bump.</Comment>
- <Name>Blue Devil</Name>
- <Email>bluedevil@sctzine.com</Email>
- </Update>
- <Update release="8">
- <Date>2020-01-15</Date>
- <Version>19.3.1</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="7">
- <Date>2018-08-29</Date>
- <Version>18.0</Version>
- <Comment>Version Bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2017-03-19</Date>
- <Version>9.0.1</Version>
- <Comment>Rebuild</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2017-01-24</Date>
- <Version>9.0.1</Version>
- <Comment>Version Bump</Comment>
- <Name>Alihan Öztürk</Name>
- <Email>alihan@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2016-08-22</Date>
- <Version>8.1.2</Version>
- <Comment>Release Bump</Comment>
- <Name>Ali Şafak</Name>
- <Email>aliemresafak@gmail.com</Email>
- </Update>
- <Update release="3">
- <Date>2016-06-06</Date>
- <Version>8.1.2</Version>
- <Comment>version bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-05-30</Date>
- <Version>8.1.2</Version>
- <Comment>version bump</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2016-04-28</Date>
- <Version>8.1.1</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|