python3 libffi icu4c boost rebuild list

This commit is contained in:
Rmys
2023-10-18 13:07:09 +03:00
parent 75972fe7b1
commit 5c9de54a0e
2 changed files with 9 additions and 9 deletions
@@ -6,15 +6,15 @@
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
# shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.2")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()
@@ -13,10 +13,10 @@
<IsA>library</IsA>
<Summary>Invoke py.test as distutils command with dependency resolution</Summary>
<Description>python3-pytest-runner invokes py.test as distutils command with dependency resolution.</Description>
<Archive sha1sum="4787d20ef8f4f705ffec26bfc0b27cfe61479a30" type="targz">https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820/pytest-runner-5.3.1.tar.gz</Archive>
<Archive sha1sum="b13e48a67ea39890f3d05c8b185b6dfa3f6c1e10" type="targz">https://files.pythonhosted.org/packages/2b/b2/5a07a37f314d3c0457c5431fd5b130e04355fa143f042356f77dd1570d36/pytest-runner-6.0.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-build</Dependency>
<Dependency>python3-setuptools-scm</Dependency>
</BuildDependencies>
</Source>
@@ -36,9 +36,9 @@
<History>
<Update release="4">
<Date>2023-10-17</Date>
<Version>5.3.1</Version>
<Comment>Rebuild.</Comment>
<Date>2023-10-18</Date>
<Version>6.0.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>