python3 libffi icu4c boost rebuild list
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
# 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 pisitools
|
||||
|
||||
def build():
|
||||
pythonmodules.compile(pyVer="3")
|
||||
python3modules.compile()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer="3")
|
||||
python3modules.install()
|
||||
|
||||
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
|
||||
|
||||
@@ -13,11 +13,11 @@
|
||||
<Summary>Compile and distribute Python extensions written in rust as easily as if they were written in C.</Summary>
|
||||
<Icon>python3-setuptools-rust</Icon>
|
||||
<Description>Compile and distribute Python extensions written in rust as easily as if they were written in C.</Description>
|
||||
<Archive sha1sum="43dd8568648e2c6e6e848ae1bb8d9aea203c34e3" type="targz">https://github.com/PyO3/setuptools-rust/archive/refs/tags/v1.5.2.tar.gz</Archive>
|
||||
<Archive sha1sum="b8a1c05ddcabf660106963dcb01613d3212d2c6e" type="targz">https://github.com/PyO3/setuptools-rust/archive/refs/tags/v1.7.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>rust</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-setuptools</Dependency>
|
||||
<Dependency>python3-build</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
@@ -45,11 +45,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-10-17</Date>
|
||||
<Version>1.5.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
<Date>2023-10-19</Date>
|
||||
<Version>1.5.7</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2023-03-31</Date>
|
||||
|
||||
Reference in New Issue
Block a user