Edit

IABSD.fr/ports/net/py-googleapis-common-protos/Makefile

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2026-09-14 17:26:41
    Hash : 4ed679cd
    Message : import net/py-googleapis-common-protos 1.75.2 (dep for new net/py-yandexcloud) Python idiomatic clients for Google Cloud Platform services. OK kirill

  • net/py-googleapis-common-protos/Makefile
  • COMMENT =		common protobufs used in Google APIs
    
    MODPY_DISTV =		1.75.2
    DISTNAME =		googleapis_common_protos-${MODPY_DISTV}
    PKGNAME =		py-${DISTNAME:S/_/-/g}
    CATEGORIES =		net
    
    HOMEPAGE =		https://docs.cloud.google.com/python/docs/reference
    
    MAINTAINER =		Klemens Nanni <kn@openbsd.org>
    
    # Apache-2.0
    PERMIT_PACKAGE =	Yes
    
    MODULES =		lang/python
    
    MODPY_PI =		Yes
    MODPY_PYBUILD =		setuptools
    
    RUN_DEPENDS =		devel/py-protobuf
    
    .include <bsd.port.mk>