From 40e7708259b5854f5307a0c95efba31c9a52ad2f Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 19 Oct 2023 12:52:59 +0300 Subject: [PATCH] python3 libffi icu4c boost rebuild list --- .../python3/python3-setuptools-rust/actions.py | 6 +++--- .../python3/python3-setuptools-rust/pspec.xml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/programming/language/python3/python3-setuptools-rust/actions.py b/programming/language/python3/python3-setuptools-rust/actions.py index d5462c4b0f..ab0a20b083 100644 --- a/programming/language/python3/python3-setuptools-rust/actions.py +++ b/programming/language/python3/python3-setuptools-rust/actions.py @@ -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") diff --git a/programming/language/python3/python3-setuptools-rust/pspec.xml b/programming/language/python3/python3-setuptools-rust/pspec.xml index f00403312c..1d26ba3feb 100644 --- a/programming/language/python3/python3-setuptools-rust/pspec.xml +++ b/programming/language/python3/python3-setuptools-rust/pspec.xml @@ -13,11 +13,11 @@ Compile and distribute Python extensions written in rust as easily as if they were written in C. python3-setuptools-rust Compile and distribute Python extensions written in rust as easily as if they were written in C. - https://github.com/PyO3/setuptools-rust/archive/refs/tags/v1.5.2.tar.gz + https://github.com/PyO3/setuptools-rust/archive/refs/tags/v1.7.0.tar.gz rust python3-devel - python3-setuptools + python3-build