python3-* rebuild

This commit is contained in:
Rmys
2023-10-16 20:55:30 +03:00
parent 8461e251d2
commit 6f36e31dfd
3 changed files with 16 additions and 11 deletions
@@ -4,18 +4,21 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
WorkDir="setuptools_scm-%s" % get.srcVERSION()
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","7.1.0")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
#pythonmodules.run("setup.py build_sphinx", pyVer="3")
#python3modules.run("setup.py build_sphinx", pyVer="3")
def check():
pythonmodules.compile("test", pyVer="3")
# def check():
# python3modules.compile("test", pyVer="3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")
@@ -13,9 +13,11 @@
<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="55f64a72232b70684e70dc951beacabb7c97346a" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v7.1.0.tar.gz</Archive>
<Archive sha1sum="9fb30cf1a477eba9c9d1b3415bc11edd59b55277" type="targz">https://github.com/pypa/setuptools_scm/archive/refs/tags/v8.0.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>pip3</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-installer</Dependency>
<Dependency>python3-pytest</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
@@ -43,7 +45,7 @@
<History>
<Update release="11">
<Date>2023-10-16</Date>
<Version>7.1.0</Version>
<Version>8.0.4</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>