pip3: ver bump

This commit is contained in:
blue-devil
2020-05-17 01:27:57 +03:00
parent 4e49436e52
commit 34e7913537
2 changed files with 18 additions and 9 deletions
+7 -3
View File
@@ -11,12 +11,16 @@ from pisi.actionsapi import get
WorkDir="pip-%s" % get.srcVERSION()
def setup():
def build():
pythonmodules.compile(pyVer = "3")
def install():
pythonmodules.install(pyVer = "3")
pisitools.rename("/usr/bin/pip", "pip3")
pisitools.dodoc("LICENSE*")
shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
# 2020-05-16 Blue DeviL Note:
# Build documentation
#shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
#shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
+11 -6
View File
@@ -5,14 +5,14 @@
<Name>pip3</Name>
<Homepage>https://pypi.python.org/pypi/pip</Homepage>
<Packager>
<Name>Yusuf Aydemir</Name>
<Email>Yusuf.aydemir@istanbul.com</Email>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<PartOf>programming.language.python3</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="4192da2254fbf46cfb22099b4478200ec2cac29b" type="targz">https://github.com/pypa/pip/archive/20.0.2.tar.gz</Archive>
<Archive sha1sum="c04eb4602ce628f7955fc3d711fccccc928a3645" type="targz">https://github.com/pypa/pip/archive/20.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
@@ -24,6 +24,7 @@
<Summary>The PyPA recommended tool for installing Python packages</Summary>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-setuptools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pip</Path>
@@ -31,12 +32,16 @@
<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="11">
<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="10">
<Date>2020-01-29</Date>
<Version>20.0.2</Version>