diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-07-17 20:16:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-07-17 20:53:09 -0400 |
commit | 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch) | |
tree | 0832832e213e743859eba3931e1ecc8d3b1aba54 /devel/py-setuptools-rust/Makefile | |
parent | security/veracrypt: Fix build on 14.x (diff) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358
Diffstat (limited to 'devel/py-setuptools-rust/Makefile')
-rw-r--r-- | devel/py-setuptools-rust/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-setuptools-rust/Makefile b/devel/py-setuptools-rust/Makefile index 8ef152392b03..b561c7e72449 100644 --- a/devel/py-setuptools-rust/Makefile +++ b/devel/py-setuptools-rust/Makefile @@ -11,10 +11,10 @@ WWW= https://github.com/PyO3/setuptools-rust LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=62.4:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${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_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4.3:devel/py-typing-extensions@${PY_FLAVOR} \ cargo:lang/rust |