aboutsummaryrefslogtreecommitdiff
path: root/science/py-pyteomics
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:49:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:06:14 +0000
commit14b7df3751d0b57ad6077a228066d1e4577bac6e (patch)
treec56893eb322d21dd41cc1b59c01a8ad8c9908695 /science/py-pyteomics
parentd3b1bccb24d832e3dbe51bdf73dcc2653e6994d7 (diff)
downloadports-14b7df3751d0b57ad6077a228066d1e4577bac6e.tar.gz
ports-14b7df3751d0b57ad6077a228066d1e4577bac6e.zip
science/py-pyteomics: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
Diffstat (limited to 'science/py-pyteomics')
-rw-r--r--science/py-pyteomics/Makefile6
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