pip3, /python3-pytest ver. bump

This commit is contained in:
Rmys
2025-01-15 21:04:02 +03:00
parent c8392ac256
commit ee0f1fa9bd
4 changed files with 26 additions and 12 deletions
+4 -4
View File
@@ -4,7 +4,7 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
@@ -12,10 +12,10 @@ from pisi.actionsapi import get
WorkDir="pip-%s" % get.srcVERSION()
def build():
pythonmodules.compile(pyVer = "3")
python3modules.compile()
def install():
pythonmodules.install(pyVer = "3")
python3modules.install()
pisitools.rename("/usr/bin/pip", "pip3")
pisitools.dodoc("LICENSE*")
@@ -23,4 +23,4 @@ def install():
# 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())
#shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR())
+9 -2
View File
@@ -12,9 +12,9 @@
<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="717a102fd0ad51c394e9d08dfb243422c189ad59" type="targz">https://github.com/pypa/pip/archive/22.1.2.tar.gz</Archive>
<Archive sha1sum="5decde1843bf5c2dd784b1c310f2b06b513c2dc1" type="targz">https://github.com/pypa/pip/archive/24.3.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
<Dependency versionFrom="3.8.0">python3-devel</Dependency>
</BuildDependencies>
</Source>
@@ -36,6 +36,13 @@
</Package>
<History>
<Update release="16">
<Date>2025-01-15</Date>
<Version>24.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2023-10-16</Date>
<Version>22.1.2</Version>