forked from Lainports/opnsense-ports
devel/py-setuptools-rust: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
40fc40c6e7
commit
2d8fff67dc
2 changed files with 9 additions and 8 deletions
|
|
@ -1,12 +1,14 @@
|
|||
PORTNAME= setuptools-rust
|
||||
PORTVERSION= 1.9.0
|
||||
PORTVERSION= 1.10.1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= setuptools_rust-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Setuptools Rust extension plugin
|
||||
WWW= https://github.com/PyO3/setuptools-rust
|
||||
WWW= https://setuptools-rust.readthedocs.io/en/latest/ \
|
||||
https://github.com/PyO3/setuptools-rust
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
@ -14,10 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62.4:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
RUN_DEPENDS= cargo:lang/rust \
|
||||
RUN_DEPENDS= cargo:lang/${RUST_DEFAULT} \
|
||||
${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.2<3:devel/py-semantic-version@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=62.4:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PY_TOMLI}
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools>=62.4:devel/py-setuptools@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1709390658
|
||||
SHA256 (setuptools-rust-1.9.0.tar.gz) = 704df0948f2e4cc60c2596ad6e840ea679f4f43e58ed4ad0c1857807240eab96
|
||||
SIZE (setuptools-rust-1.9.0.tar.gz) = 311733
|
||||
TIMESTAMP = 1723201083
|
||||
SHA256 (setuptools_rust-1.10.1.tar.gz) = d79035fc54cdf9342e9edf4b009491ecab06c3a652b37c3c137c7ba85547d3e6
|
||||
SIZE (setuptools_rust-1.10.1.tar.gz) = 309276
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue