* update python-setuptools-rust to 1.10.1-1
This commit is contained in:
parent
aee99a3b8e
commit
17326f5bdb
24
python/python-setuptools-rust/.SRCINFO
Normal file
24
python/python-setuptools-rust/.SRCINFO
Normal file
@ -0,0 +1,24 @@
|
||||
pkgbase = python-setuptools-rust
|
||||
pkgdesc = Compile and distribute Python extensions written in rust as easily as if they were written in C.
|
||||
pkgver = 1.10.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/PyO3/setuptools-rust
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = python-pytest
|
||||
checkdepends = python-pytest-benchmark
|
||||
checkdepends = python-beautifulsoup4
|
||||
checkdepends = python-lxml
|
||||
checkdepends = python-cffi
|
||||
makedepends = git
|
||||
makedepends = python-build
|
||||
makedepends = python-installer
|
||||
makedepends = python-wheel
|
||||
makedepends = python-setuptools-scm
|
||||
depends = rust
|
||||
depends = python-setuptools
|
||||
depends = python-semantic-version
|
||||
source = git+https://github.com/PyO3/setuptools-rust.git#tag=v1.10.1
|
||||
sha512sums = 2d31c1720117714d5b5fcc4b06410d0738d640459902a882c1655c93296bfa249087a333acdd3f5bd7a7a8147a4d3197124c6dc47fced39ef2927cd51ca37cfa
|
||||
|
||||
pkgname = python-setuptools-rust
|
4
python/python-setuptools-rust/.nvchecker.toml
Normal file
4
python/python-setuptools-rust/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[python-setuptools-rust]
|
||||
source = "git"
|
||||
git = "https://github.com/PyO3/setuptools-rust.git"
|
||||
prefix = "v"
|
@ -5,9 +5,8 @@
|
||||
# Contributor: Clayton Craft <clayton at craftyguy dot net>
|
||||
|
||||
pkgname=python-setuptools-rust
|
||||
pkgver=1.9.0
|
||||
_commit=2e4ed40063c0f00bb1e3aa77a8b41ae8b67bff90
|
||||
pkgrel=3
|
||||
pkgver=1.10.1
|
||||
pkgrel=1
|
||||
pkgdesc="Compile and distribute Python extensions written in rust as easily as if they were written in C."
|
||||
arch=(any)
|
||||
license=('MIT')
|
||||
@ -15,8 +14,8 @@ url="https://github.com/PyO3/setuptools-rust"
|
||||
depends=('rust' 'python-setuptools' 'python-semantic-version')
|
||||
makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-setuptools-scm')
|
||||
checkdepends=('python-pytest' 'python-pytest-benchmark' 'python-beautifulsoup4' 'python-lxml' 'python-cffi')
|
||||
source=("git+https://github.com/PyO3/setuptools-rust.git#commit=$_commit")
|
||||
sha512sums=('SKIP')
|
||||
source=("git+https://github.com/PyO3/setuptools-rust.git#tag=v$pkgver")
|
||||
sha512sums=('2d31c1720117714d5b5fcc4b06410d0738d640459902a882c1655c93296bfa249087a333acdd3f5bd7a7a8147a4d3197124c6dc47fced39ef2927cd51ca37cfa')
|
||||
|
||||
build() {
|
||||
cd setuptools-rust
|
||||
|
Loading…
x
Reference in New Issue
Block a user