pkgsrc/net/py-grpcio/Makefile
adam a47f118f30 py-grpcio py-grpcio-testing py-grpcio-tools: updated to 1.37.1
Release v1.37.1

Python

Also build python3.6 aarch64 manylinux2014 wheel (backport to v1.37.x).
2021-04-30 10:38:25 +00:00

26 lines
734 B
Makefile

# $NetBSD: Makefile,v 1.32 2021/04/30 10:38:25 adam Exp $
DISTNAME= grpcio-1.37.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=g/grpcio/}
MAINTAINER= kethzer.dr@gmail.com
HOMEPAGE= https://grpc.io/
COMMENT= HTTP/2-based RPC framework
LICENSE= apache-2.0
DEPENDS+= ${PYPKGPREFIX}-six>=1.5.2:../../lang/py-six
PYTHON_VERSIONS_INCOMPATIBLE= 27
USE_LANGUAGES= c99 c++11
USE_TOOLS+= gmake pkg-config
.include "../../devel/abseil/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../net/grpc/buildlink3.mk"
.include "../../net/libcares/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"