59 lines
2.0 KiB
XML
59 lines
2.0 KiB
XML
|
|
<?xml version="1.0" ?>
|
|
<!DOCTYPE PISI SYSTEM "http://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>
|
|
<Summary>The PyPA recommended tool for installing Python packages</Summary>
|
|
<Description>The PyPA recommended tool for installing Python packages</Description>
|
|
<License>MIT</License>
|
|
<Archive sha1sum="974a8c345d272b9d9072287f399aab8410067f7e" type="targz">https://pypi.python.org/packages/source/p/pip/pip-8.0.2.tar.gz</Archive>
|
|
|
|
<BuildDependencies>
|
|
<Dependency>python-setuptools</Dependency>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
<Dependency>python3-devel</Dependency>
|
|
</BuildDependencies>
|
|
</Source>
|
|
|
|
<Package>
|
|
<Name>pip</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin/pip2*</Path>
|
|
<Path fileType="data">/usr/lib/python2*</Path>
|
|
<Path fileType="doc">/usr/share/doc</Path>
|
|
</Files>
|
|
<RuntimeDependencies>
|
|
<Dependency>python-setuptools</Dependency>
|
|
</RuntimeDependencies>
|
|
</Package>
|
|
|
|
<Package>
|
|
<Name>pip3</Name>
|
|
<Files>
|
|
<Path fileType="executable">/usr/bin/pip</Path>
|
|
<Path fileType="executable">/usr/bin/pip3*</Path>
|
|
<Path fileType="data">/usr/lib/python3*</Path>
|
|
<!-- <Path fileType="doc">/usr/share/doc</Path> -->
|
|
</Files>
|
|
<RuntimeDependencies>
|
|
<Dependency>python3-setuptools</Dependency>
|
|
</RuntimeDependencies>
|
|
</Package>
|
|
|
|
<History>
|
|
<Update release="1">
|
|
<Date>2016-01-29</Date>
|
|
<Version>8.0.2</Version>
|
|
<Comment>First release</Comment>
|
|
<Name>Ayhan Yalçınsoy</Name>
|
|
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
|
</Update>
|
|
</History>
|
|
</PISI>
|