782847b5e9
v1.53.0 Features add google.api.ResourceDescriptor.Style add API method signatures to longrunning operations add gapic_metadata_pb2 add UNORDERED_LIST to field options add WaitOperation method to longrunning operations require python >=3.6 and Bug Fixes add create_key to FieldDescriptors Generate gRPC files for long-running operations Documentation add link to PyPI
20 lines
611 B
Makefile
20 lines
611 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/03/05 19:29:58 adam Exp $
|
|
|
|
DISTNAME= googleapis-common-protos-1.53.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=g/googleapis-common-protos/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/googleapis/python-api-common-protos
|
|
COMMENT= Python support for Public interface definitions of Google APIs
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-protobuf>=3.6.0:../../devel/py-protobuf
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 27
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|