diff --git a/devel/py-graphql-core/Makefile b/devel/py-graphql-core/Makefile index 735ebcdda7a2..f39e098e53be 100644 --- a/devel/py-graphql-core/Makefile +++ b/devel/py-graphql-core/Makefile @@ -1,23 +1,23 @@ PORTNAME= graphql-core PORTVERSION= 3.2.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= graphql_core-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= GraphQL implementation for Python WWW= https://github.com/graphql-python/graphql-core-next LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1<3:devel/py-poetry-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=59<76:devel/py-setuptools@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}setuptools>=59<81:devel/py-setuptools@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include