Date: Sunday, April 9, 2023 @ 11:11:07
  Author: dvzrv
Revision: 1443181

upgpkg: maturin 0.14.17-4: Rebuild against Python 3.11.

Remove dependency on python-tomli as python >= 3.11 provides tomllib.
Have python-maturin depend on the same version of maturin for robustness.

Modified:
  maturin/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-09 11:05:43 UTC (rev 1443180)
+++ PKGBUILD    2023-04-09 11:11:07 UTC (rev 1443181)
@@ -3,7 +3,7 @@
 pkgbase=maturin
 pkgname=(maturin python-maturin)
 pkgver=0.14.17
-pkgrel=3
+pkgrel=4
 pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
 url="https://github.com/PyO3/maturin";
 arch=(x86_64)
@@ -17,7 +17,6 @@
   python-installer
   python-setuptools
   python-setuptools-rust
-  python-tomli
   python-wheel
   rust
 )
@@ -68,9 +67,8 @@
 package_python-maturin() {
   pkgdesc+=" - Python bindings"
   depends=(
-    maturin
+    maturin=$pkgver
     python
-    python-tomli
   )
 
   mv -v $pkgname/* "$pkgdir"

Reply via email to