summaryrefslogtreecommitdiff
path: root/devel/py-protobuf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-protobuf/Makefile')
-rw-r--r--devel/py-protobuf/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile
index 274ebb70f57..b928f1cfefc 100644
--- a/devel/py-protobuf/Makefile
+++ b/devel/py-protobuf/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.43 2021/06/09 04:57:10 adam Exp $
+# $NetBSD: Makefile,v 1.44 2021/09/30 18:59:47 adam Exp $
-DISTNAME= protobuf-3.17.3
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
+DISTNAME= protobuf-3.18.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/protobuf/}
@@ -10,13 +10,9 @@ HOMEPAGE= https://developers.google.com/protocol-buffers/
COMMENT= Python bindings for protobuf
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
-DEPENDS+= ${PYPKGPREFIX}-six>=1.9:../../lang/py-six
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.32.0:../../devel/py-wheel
-
USE_LANGUAGES+= c c++11
-PYTHON_VERSIONED_DEPENDENCIES+= setuptools
+PYTHON_VERSIONS_INCOMPATIBLE= 27
MAKE_ENV+= PROTOC=${PREFIX}/bin/protoc
PYSETUPBUILDARGS= --cpp_implementation
@@ -24,5 +20,4 @@ PYSETUPINSTALLARGS= --cpp_implementation
.include "../../devel/protobuf/buildlink3.mk"
.include "../../lang/python/egg.mk"
-.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"