python3-* ver. bump

This commit is contained in:
Rmys
2025-01-06 20:24:25 +03:00
parent c87c2b6178
commit 7837c427bc
2 changed files with 3 additions and 2 deletions
@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir="setuptools-scm-%s" % get.srcVERSION()
WorkDir="setuptools_scm-%s" % get.srcVERSION()
#shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0")
def build():
@@ -13,7 +13,8 @@
<IsA>library</IsA>
<Summary>Python3 setuptools-scm module</Summary>
<Description>Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file.</Description>
<Archive sha1sum="53842a1645645adf32ec9b4e4f3ca527b25675d6" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.1.0.tar.gz</Archive>
<Archive sha1sum="749fa3bff5be78c80ac6d6d313c38c73d679542c" type="targz">https://files.pythonhosted.org/packages/4f/a4/00a9ac1b555294710d4a68d2ce8dfdf39d72aa4d769a7395d05218d88a42/setuptools_scm-8.1.0.tar.gz</Archive>
<!-- <Archive sha1sum="53842a1645645adf32ec9b4e4f3ca527b25675d6" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.1.0.tar.gz</Archive> -->
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-build</Dependency>