python3-virtualenv ver. bump

This commit is contained in:
Rmys
2024-10-13 13:10:04 +03:00
parent d918b94871
commit 3672c8f109
2 changed files with 13 additions and 6 deletions
@@ -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")
python3modules.install()
@@ -14,9 +14,9 @@
<IsA>app:console</IsA>
<Summary>Virtual Python Environment builder.</Summary>
<Description>python3-virtualenv is a a tool and library for creating isolated virtual python environments.</Description>
<Archive sha1sum="8ed589fc9a25df4996a0a562047178d44e28fdce" type="targz">https://github.com/pypa/virtualenv/archive/20.8.0.tar.gz</Archive>
<Archive sha1sum="3052925621f507a334dc357ddffda03bba3e729c" type="targz">https://files.pythonhosted.org/packages/3f/40/abc5a766da6b0b2457f819feab8e9203cbeae29327bd241359f866a3da9d/virtualenv-20.26.6.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="12">
<Date>2024-10-13</Date>
<Version>20.26.2</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2023-10-17</Date>
<Version>20.8.0</Version>