python3 libffi icu4c boost rebuild list

This commit is contained in:
Rmys
2023-10-19 12:47:33 +03:00
parent 963a1d0a48
commit c340a71034
2 changed files with 7 additions and 6 deletions
@@ -8,7 +8,8 @@ from pisi.actionsapi import pythonmodules
from pisi.actionsapi import shelltools
def check():
shelltools.system("nosetests3 --with-doctest -e documentation")
# shelltools.system("nosetests3 --with-doctest -e documentation")
pythonmodules.compile(pyVer="3")
def install():
pythonmodules.install(pyVer="3")
pythonmodules.install(pyVer="3")
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Python3 module to simplify the usage of decorators</Summary>
<Description>python-decorator simplifies the usage of decorators for the average programmer.</Description>
<Archive sha1sum="6ff5e697b8939f1082a938d1138f39df327ef734" type="targz">https://github.com/micheles/decorator/archive/5.0.9.tar.gz</Archive>
<Archive sha1sum="49747901b84e8794aedbec2061e045e638932fb2" type="targz">https://github.com/micheles/decorator/archive/refs/tags/5.1.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-nose</Dependency>
@@ -34,9 +34,9 @@
<History>
<Update release="10">
<Date>2023-10-17</Date>
<Version>5.0.9</Version>
<Comment>Rebuild.</Comment>
<Date>2023-10-19</Date>
<Version>5.1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>