Skip to content

Commit

Permalink
py-setuptools-scm: Added new version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex391 committed Apr 24, 2024
1 parent c3d090e commit 2c3bf35
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -10,11 +10,12 @@ class PySetuptoolsScm(PythonPackage):
"""The blessed package to manage your versions by scm tags."""

homepage = "https://github.com/pypa/setuptools_scm"
pypi = "setuptools_scm/setuptools_scm-4.1.2.tar.gz"
pypi = "setuptools-scm/setuptools-scm-8.0.4.tar.gz"
tags = ["build-tools"]

license("MIT")

version("8.0.4", sha256="b5f43ff6800669595193fd09891564ee9d1d7dcb196cab4b2506d53a2e1c95c7")
version("7.1.0", sha256="6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27")
version("7.0.5", sha256="031e13af771d6f892b941adb6ea04545bbf91ebc5ce68c78aaf3fff6e1fb4844")
version("7.0.3", sha256="cf8ab8e235bed840cd4559b658af0d8e8a70896a191bbc510ee914ec5325332d")
Expand All @@ -36,6 +37,7 @@ class PySetuptoolsScm(PythonPackage):
depends_on("python@2.7:2.8,3.4:", type=("build", "run"))

depends_on("py-packaging@20.0:", when="@6.3:", type=("build", "run"))
depends_on("py-setuptools@61:", when="@8:", type=("build", "run"))
depends_on("py-setuptools@45:", when="@6:", type=("build", "run"))
depends_on("py-setuptools@42:", when="@5:", type=("build", "run"))
depends_on("py-setuptools@34.4:", type=("build", "run"))
Expand Down

0 comments on commit 2c3bf35

Please sign in to comment.