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