aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:14:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:58 +0000
commit771ebe3caef9540ba345416e98e53ca5b96e013d (patch)
tree0565fdbc77cf41269abd08167d3c63d468011044
parent7c6fa1b1210fa8d4ce1324b05686dc5f8b9caf58 (diff)
downloadports-771ebe3caef9540ba345416e98e53ca5b96e013d.tar.gz
ports-771ebe3caef9540ba345416e98e53ca5b96e013d.zip
devel/py-graphql-relay: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-graphql-relay/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-graphql-relay/Makefile b/devel/py-graphql-relay/Makefile
index a3d4eb10a0df..c3e8ec7db3b9 100644
--- a/devel/py-graphql-relay/Makefile
+++ b/devel/py-graphql-relay/Makefile
@@ -1,5 +1,6 @@
PORTNAME= graphql-relay
PORTVERSION= 3.2.0
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,10 +12,12 @@ WWW= https://github.com/graphql-python/graphql-relay-py
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1<2:devel/py-poetry-core@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}setuptools>=59<70:devel/py-setuptools@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.2<3.3:devel/py-graphql-core@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes