python-setuptools-rust: update to 1.2.0
This commit is contained in:
committed by
GitHub
parent
b02e5e0832
commit
4ba975fabd
@@ -3,8 +3,8 @@
|
||||
_realname=setuptools-rust
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=0.11.6
|
||||
pkgrel=2
|
||||
pkgver=1.2.0
|
||||
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'
|
||||
license=('MIT')
|
||||
@@ -13,11 +13,12 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-rust"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-toml"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-semantic-version"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-typing_extensions")
|
||||
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=('0c22494070035f43b8b1578dc28d247e3efaeea401fd67b7d062ebc5ce800786')
|
||||
sha256sums=('a47d72d3723d03c7f66c283e301bbbf4260c2a0e7f02cda30ac2b8f65e42720b')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_realname}-$pkgver"
|
||||
|
||||
Reference in New Issue
Block a user