python-maturin: update to 0.12.3

This commit is contained in:
Raed Rizqie
2021-12-04 19:21:32 +08:00
parent dec75f625b
commit d0e9c0569c

View File

@@ -3,7 +3,7 @@
_realname=maturin
pkgbase=mingw-w64-python-${_realname}
pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname}
pkgver=0.11.5
pkgver=0.12.3
pkgrel=1
pkgdesc='Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages (mingw-w64)'
url='https://github.com/pyo3/maturin'
@@ -15,12 +15,11 @@ depends=(
${MINGW_PACKAGE_PREFIX}-python-toml)
makedepends=(
${MINGW_PACKAGE_PREFIX}-python-setuptools
${MINGW_PACKAGE_PREFIX}-python-setuptools-rust)
${MINGW_PACKAGE_PREFIX}-rust)
source=(https://github.com/pyo3/${_realname}/archive/v${pkgver}.tar.gz)
sha256sums=('33b67e66e725c76eac866c2174cfbe708e77a44d215878474d84bc5f9f6386f3')
sha256sums=('9a6ee17bdee33aa319941ca5000016397a2d5343a17341406150c4015aa81b75')
prepare() {
cd "${srcdir}"
rm -rf python-build-${MSYSTEM} | true
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}"
}