py-configargparse: add new versions (#42533)

* py-configargparse: add new versions

* py-configargparse: Remove unnecessary constraint
This commit is contained in:
Maciej Wójcik 2024-02-11 23:52:37 +01:00 committed by GitHub
parent 213818ffb5
commit 6312658888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,11 +18,13 @@ class PyConfigargparse(PythonPackage):
features."""
homepage = "https://github.com/bw2/ConfigArgParse"
url = "https://github.com/bw2/ConfigArgParse/archive/1.2.3.tar.gz"
url = "https://github.com/bw2/ConfigArgParse/archive/1.7.tar.gz"
license("MIT")
version("1.7", sha256="4549d105790386d01f71beebc3aa457d4177315680b75415f05bc22e1e28183a")
version("1.5.7", sha256="2156f15ef4ccce4377427046789ce93e0b09ac425c7297f1c9572655bf11bdfe")
version("1.5.5", sha256="5b8316f11985aa169e51126086d3d6d24d7ba976585266311491015ddffbd717")
version("1.2.3", sha256="0f1144a204e3b896d6ac900e151c1d13bde3103d6b7d541e3bb57514a94083bf")
depends_on("python@2.2:2,3.5:", type=("build", "run"))
depends_on("py-setuptools", type="build")