@@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools
|
|||||||
from pisi.actionsapi import get
|
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")
|
#shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0")
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
@@ -13,7 +13,8 @@
|
|||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>Python3 setuptools-scm module</Summary>
|
<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>
|
<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>
|
<BuildDependencies>
|
||||||
<Dependency>pip3</Dependency>
|
<Dependency>pip3</Dependency>
|
||||||
<Dependency>python3-build</Dependency>
|
<Dependency>python3-build</Dependency>
|
||||||
|
|||||||
Reference in New Issue
Block a user