diff --git a/python/python-setuptools-rust/.SRCINFO b/python/python-setuptools-rust/.SRCINFO new file mode 100644 index 0000000000..d7491c50a4 --- /dev/null +++ b/python/python-setuptools-rust/.SRCINFO @@ -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 diff --git a/python/python-setuptools-rust/.nvchecker.toml b/python/python-setuptools-rust/.nvchecker.toml new file mode 100644 index 0000000000..74e81e0531 --- /dev/null +++ b/python/python-setuptools-rust/.nvchecker.toml @@ -0,0 +1,4 @@ +[python-setuptools-rust] +source = "git" +git = "https://github.com/PyO3/setuptools-rust.git" +prefix = "v" diff --git a/python/python-setuptools-rust/PKGBUILD b/python/python-setuptools-rust/PKGBUILD index 92123608ce..ed8463264b 100644 --- a/python/python-setuptools-rust/PKGBUILD +++ b/python/python-setuptools-rust/PKGBUILD @@ -5,9 +5,8 @@ # Contributor: Clayton Craft 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