python-setuptools-rust: update to 1.5.1

This commit is contained in:
Mehdi Chinoune
2022-08-18 12:38:02 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 95c1790f1d
commit c99bdf3725

View File

@@ -3,7 +3,7 @@
_realname=setuptools-rust
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=1.4.1
pkgver=1.5.1
pkgrel=1
pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C (mingw-w64)"
url='https://github.com/PyO3/setuptools-rust'
@@ -18,7 +18,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-rust"
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
source=("https://github.com/PyO3/setuptools-rust/archive/v$pkgver/$_realname-$pkgver.tar.gz")
sha256sums=('8369900912756ddd2beb259dbbf08ac494a8cfe782d6098662be06f3e36ec7c9')
sha256sums=('d52fd84194247f5f9a29f616795973ba3991fab02d53597afdd23cc754dbb838')
prepare() {
cd "${srcdir}/${_realname}-$pkgver"