diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py
index 5b8623d6f0..f6051f97e2 100644
--- a/programming/language/python3/python3-virtualenv/actions.py
+++ b/programming/language/python3/python3-virtualenv/actions.py
@@ -5,12 +5,12 @@
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
-from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import python3modules
-shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.27")
+# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.27")
def build():
- pythonmodules.compile(pyVer="3")
+ python3modules.compile()
def install():
- pythonmodules.install(pyVer="3")
\ No newline at end of file
+ python3modules.install()
diff --git a/programming/language/python3/python3-virtualenv/pspec.xml b/programming/language/python3/python3-virtualenv/pspec.xml
index cfdcb26347..13888f4d54 100644
--- a/programming/language/python3/python3-virtualenv/pspec.xml
+++ b/programming/language/python3/python3-virtualenv/pspec.xml
@@ -14,9 +14,9 @@
app:console
Virtual Python Environment builder.
python3-virtualenv is a a tool and library for creating isolated virtual python environments.
- https://github.com/pypa/virtualenv/archive/20.8.0.tar.gz
+ https://files.pythonhosted.org/packages/3f/40/abc5a766da6b0b2457f819feab8e9203cbeae29327bd241359f866a3da9d/virtualenv-20.26.6.tar.gz
- python3-devel
+ python3-build
python3-setuptools
python3-setuptools-scm
@@ -41,6 +41,13 @@
+
+ 2024-10-13
+ 20.26.2
+ Version bump.
+ Pisi Linux Community
+ admin@pisilinux.org
+
2023-10-17
20.8.0