singularity, revbump for python changes (#9216)

This commit is contained in:
Schrijvers Luc
2023-08-14 04:59:16 +00:00
committed by GitHub
parent dabc153eb7
commit 9d64fb8817

View File

@@ -5,7 +5,7 @@ have a chance."
HOMEPAGE="https://singularity.github.io/"
COPYRIGHT="2005-2023 EMH Software, Singularity community"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
srcGitTag="1.00"
SOURCE_URI="https://github.com/singularity/singularity/archive/v$srcGitTag.tar.gz"
CHECKSUM_SHA256="5e747268d9e96e69adace1f346fe40d0c3ec05764b98e82cc3ab0335d96d9171"
@@ -15,7 +15,7 @@ ADDITIONAL_FILES="singularity.rdef.in"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
pythonVer="python39"
pythonVer="python310"
PROVIDES="
singularity$secondaryArchSuffix = $portVersion
@@ -45,7 +45,7 @@ BUILD_REQUIRES="
BUILD_PREREQUIRES="
cmd:python3
pip_$pythonVer
"
"
BUILD()
{