pip:version bump

This commit is contained in:
blue-devil
2020-02-22 23:21:01 +03:00
parent d12a0d1908
commit f40e429f4d
3 changed files with 28 additions and 10 deletions
+2 -1
View File
@@ -6,8 +6,8 @@
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir="pip-%s" % get.srcVERSION()
@@ -16,3 +16,4 @@ def setup():
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE*")
+18 -9
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pip</Name>
@@ -8,10 +8,11 @@
<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>
<License>MIT</License>
<Archive sha1sum="bb825314632e0528aa93a19ab18e87f4cc36e998" type="targz">https://github.com/pypa/pip/archive/19.3.1.tar.gz</Archive>
<Archive sha1sum="4192da2254fbf46cfb22099b4478200ec2cac29b" type="targz">https://github.com/pypa/pip/archive/20.0.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>python-setuptools</Dependency>
<Dependency>python-devel</Dependency>
@@ -20,17 +21,25 @@
<Package>
<Name>pip</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
<Summary>The PyPA recommended tool for installing Python packages</Summary>
<RuntimeDependencies>
<Dependency>python-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/lib</Path>
</Files>
</Package>
<History>
<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>
@@ -88,4 +97,4 @@
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>pip</Name>
<Summary xml:lang="tr">Python paketleri yükleme aracı</Summary>
<Description xml:lang="tr">pip, pypa tarafından önerilen python modülleri yükleme aracıdır.</Description>
</Source>
</PISI>