diff options
Diffstat (limited to 'devel/py-types-protobuf/Makefile')
| -rw-r--r-- | devel/py-types-protobuf/Makefile | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile index 54ae3496d681..4c77e00fc2fe 100644 --- a/devel/py-types-protobuf/Makefile +++ b/devel/py-types-protobuf/Makefile @@ -1,18 +1,23 @@ PORTNAME= types-protobuf -PORTVERSION= 5.29.1.20250315 +PORTVERSION= 6.30.2.20250914 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= types_protobuf-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Typing stubs for protobuf -WWW= https://pypi.org/project/types-protobuf/ +WWW= https://github.com/python/typeshed/tree/main/stubs/protobuf LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 + NO_ARCH= yes .include <bsd.port.mk> |
