py-find-libpython: 0.3.1 (#42853)

* py-find-libpython: 0.3.1

* py-find-libpython: sort versions
This commit is contained in:
Erik Heeren 2024-02-26 18:07:51 +01:00 committed by GitHub
parent 8e885f4eb2
commit b8e8fa2dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,9 @@ class PyFindLibpython(PythonPackage):
license("MIT") license("MIT")
version("0.3.1", sha256="4dd75e54c0828cfa8e97287565d2499a6bd6216140afdf251c87a456e8e52cd3")
version("0.3.0", sha256="6e7fe5d9af7fad6dc066cb5515a0e9c90a71f1feb2bb2f8e4cdbb4f83276e9e5") version("0.3.0", sha256="6e7fe5d9af7fad6dc066cb5515a0e9c90a71f1feb2bb2f8e4cdbb4f83276e9e5")
depends_on("py-setuptools@42:", type="build") depends_on("py-setuptools@42:", type="build")
depends_on("py-setuptools-scm+toml", type="build") depends_on("py-setuptools@43:", when="@0.3.1:", type="build")
depends_on("py-setuptools-scm+toml", when="@:0.3.0", type="build")