[arch-commits] Commit in python-setuptools-rust/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 26 10:16:50 UTC 2022


    Date: Friday, August 26, 2022 @ 10:16:50
  Author: felixonmars
Revision: 1281625

upgpkg: python-setuptools-rust 1.0.0-1

Modified:
  python-setuptools-rust/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-26 10:15:42 UTC (rev 1281624)
+++ PKGBUILD	2022-08-26 10:16:50 UTC (rev 1281625)
@@ -4,17 +4,17 @@
 # Contributor: Clayton Craft <clayton at craftyguy dot net>
 
 pkgname=python-setuptools-rust
-pkgver=0.12.1
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C."
 arch=('any')
 license=('MIT')
 url="https://github.com/PyO3/setuptools-rust"
-depends=('rust' 'python-setuptools' 'python-semantic-version' 'python-toml')
+depends=('rust' 'python-setuptools' 'python-semantic-version' 'python-tomli' 'python-typing-extensions')
 makedepends=('python-setuptools-scm' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-beautifulsoup4' 'python-lxml' 'python-cffi')
 source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('6cff0ad83026cbc548cc0fc20b7456e1555893b0fb670756409bc351ebaae7e2f4bad17c8379cad50120665669f409c14b35f80491c7d6f6ad9768b63cb7cf11')
+sha512sums=('997a92bb628c8b9dcf19cd933052422cd663d5963e4698e6649cf66451a181c09e97860be728d411e5bd8a7829ddaa8061a905dc4d0942e5658a8463929ec41d')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 
@@ -29,7 +29,7 @@
   for _dir in examples/*; do
     pushd $_dir
     PYTHONPATH="$PWD/../.." python setup.py build
-    [[ -d tests || -d test ]] && PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-3.10" pytest
+    [[ -d tests || -d test ]] && PYTHONPATH="$PWD/build/lib:build/lib.linux-$CARCH-cpython-310" pytest
     popd
   done
 }



More information about the arch-commits mailing list