python-maturin: update to 1.8.7 (#24542)
This commit is contained in:
committed by
GitHub
parent
5c2f58439b
commit
ae7f989a0d
@@ -3,7 +3,7 @@
|
||||
_realname=maturin
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
|
||||
pkgver=1.8.6
|
||||
pkgver=1.8.7
|
||||
pkgrel=1
|
||||
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)'
|
||||
arch=('any')
|
||||
@@ -21,7 +21,7 @@ makedepends=(
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools-rust")
|
||||
options=('!strip')
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('0e0dc2e0bfaa2e1bd238e0236cf8a2b7e2250ccaa29c1aa8d0e61fa664b0289d')
|
||||
sha256sums=('96c76353f94a153c5dc1a9d3916e75fcd17e6bf216a06dcdc2f84b9f98f374af')
|
||||
|
||||
prepare() {
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
|
||||
|
||||
Reference in New Issue
Block a user