diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 21:49:52 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-03-09 22:06:14 +0800 |
commit | 14b7df3751d0b57ad6077a228066d1e4577bac6e (patch) | |
tree | c56893eb322d21dd41cc1b59c01a8ad8c9908695 /science | |
parent | d3b1bccb24d832e3dbe51bdf73dcc2653e6994d7 (diff) | |
download | freebsd-ports-14b7df3751d0b57ad6077a228066d1e4577bac6e.zip |
science/py-pyteomics: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'science')
-rw-r--r-- | science/py-pyteomics/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/science/py-pyteomics/Makefile b/science/py-pyteomics/Makefile index 93ac72fefdc2..5866d95c9675 100644 --- a/science/py-pyteomics/Makefile +++ b/science/py-pyteomics/Makefile @@ -1,5 +1,6 @@ PORTNAME= pyteomics PORTVERSION= 4.7.1 +PORTREVISION= 1 CATEGORIES= science python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +12,11 @@ WWW= https://pyteomics.readthedocs.io/en/latest/ \ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |