Date: Tuesday, October 4, 2022 @ 10:39:43
  Author: felixonmars
Revision: 1320887

upgpkg: python-setuptools-rust 1.5.0-1

Modified:
  python-setuptools-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-04 10:13:24 UTC (rev 1320886)
+++ PKGBUILD    2022-10-04 10:39:43 UTC (rev 1320887)
@@ -4,7 +4,7 @@
 # Contributor: Clayton Craft <clayton at craftyguy dot net>
 
 pkgname=python-setuptools-rust
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Compile and distribute Python extensions written in rust as easily as 
if they were written in C."
 arch=('any')
@@ -11,13 +11,10 @@
 license=('MIT')
 url="https://github.com/PyO3/setuptools-rust";
 depends=('rust' 'python-setuptools' 'python-semantic-version' 
'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=('6ca9b4fc01c448ab5a264a8d63f71aa57a805aae95d52b702c5c1af45de0db0c7d64bfede08eecfd18c958437043582fccba2e0d003b9ce2a5623a4d7bc3a1bd')
+sha512sums=('40e204e4599a41032dd591d4ef6edecb9dd90c756932fdaeab1999dd24000b97a3f9efb51a20ac81f7d9f1f5a9b25b3891b5f56292951090b89887f947346704')
 
-export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
-
 build() {
   cd setuptools-rust-$pkgver
   python setup.py build

Reply via email to