Received: by mail.netbsd.org (Postfix, from userid 605) id 903A684DB2; Tue, 11 Jun 2019 21:07:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1915C84D3F for ; Tue, 11 Jun 2019 21:07:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id DOOSSomIFzDF for ; Tue, 11 Jun 2019 21:06:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8138484CDF for ; Tue, 11 Jun 2019 21:06:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7F682FBF4; Tue, 11 Jun 2019 21:06:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1560287219162310" MIME-Version: 1.0 Date: Tue, 11 Jun 2019 21:06:59 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/py-certbot-dns-google To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20190611210659.7F682FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1560287219162310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Tue Jun 11 21:06:59 UTC 2019 Added Files: pkgsrc/security/py-certbot-dns-google: DESCR Makefile PLIST distinfo Log Message: py-certbot-dns-google: import version 0.35.0 To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-google/DESCR \ pkgsrc/security/py-certbot-dns-google/Makefile \ pkgsrc/security/py-certbot-dns-google/PLIST \ pkgsrc/security/py-certbot-dns-google/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1560287219162310 Content-Disposition: inline Content-Length: 3423 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/py-certbot-dns-google/DESCR diff -u /dev/null pkgsrc/security/py-certbot-dns-google/DESCR:1.1 --- /dev/null Tue Jun 11 21:06:59 2019 +++ pkgsrc/security/py-certbot-dns-google/DESCR Tue Jun 11 21:06:59 2019 @@ -0,0 +1,3 @@ +The dns_google plugin automates the process of completing a dns-01 challenge +(DNS01) by creating, and subsequently removing, TXT records using the Google +Cloud DNS API. Index: pkgsrc/security/py-certbot-dns-google/Makefile diff -u /dev/null pkgsrc/security/py-certbot-dns-google/Makefile:1.1 --- /dev/null Tue Jun 11 21:06:59 2019 +++ pkgsrc/security/py-certbot-dns-google/Makefile Tue Jun 11 21:06:59 2019 @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2019/06/11 21:06:59 triaxx Exp $ + +DISTNAME= certbot-dns-google-${CERTBOT_VERSION} +MASTER_SITES= ${MASTER_SITE_PYPI:=c/certbot-dns-google/} + +MAINTAINER= triaxx@NetBSD.org +COMMENT= Google Cloud DNS Authenticator plugin for Certbot + +.include "../../security/py-certbot/Makefile.common" + +DEPENDS+= ${PYPKGPREFIX}-acme>=0.29.0:../../security/py-acme +DEPENDS+= ${PYPKGPREFIX}-certbot>=0.34.0:../../security/py-certbot +DEPENDS+= ${PYPKGPREFIX}-google-api-python-client>=1.5:../../www/py-google-api-python-client +DEPENDS+= ${PYPKGPREFIX}-httplib2-[0-9]*:../../www/py-httplib2 +DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +DEPENDS+= ${PYPKGPREFIX}-oauth2client>=2.0:../../security/py-oauth2client +DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-certbot-dns-google/PLIST diff -u /dev/null pkgsrc/security/py-certbot-dns-google/PLIST:1.1 --- /dev/null Tue Jun 11 21:06:59 2019 +++ pkgsrc/security/py-certbot-dns-google/PLIST Tue Jun 11 21:06:59 2019 @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2019/06/11 21:06:59 triaxx Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/entry_points.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/certbot_dns_google/__init__.py +${PYSITELIB}/certbot_dns_google/__init__.pyo +${PYSITELIB}/certbot_dns_google/__init__.pyc +${PYSITELIB}/certbot_dns_google/dns_google.pyo +${PYSITELIB}/certbot_dns_google/dns_google.pyc +${PYSITELIB}/certbot_dns_google/dns_google_test.pyo +${PYSITELIB}/certbot_dns_google/dns_google_test.pyc +${PYSITELIB}/certbot_dns_google/dns_google.py +${PYSITELIB}/certbot_dns_google/dns_google_test.py +${PYSITELIB}/certbot_dns_google/testdata/discovery.json Index: pkgsrc/security/py-certbot-dns-google/distinfo diff -u /dev/null pkgsrc/security/py-certbot-dns-google/distinfo:1.1 --- /dev/null Tue Jun 11 21:06:59 2019 +++ pkgsrc/security/py-certbot-dns-google/distinfo Tue Jun 11 21:06:59 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/06/11 21:06:59 triaxx Exp $ + +SHA1 (certbot-dns-google-0.35.0.tar.gz) = 01074e463054b9ef9c200847772fb0018de0bbdb +RMD160 (certbot-dns-google-0.35.0.tar.gz) = 8963c36f80e929d8390e05757a16e67f945b10ef +SHA512 (certbot-dns-google-0.35.0.tar.gz) = db61f4e17891fbc76a9ea022f7c73fd2e23349814131a7dfe9a75f2aaa4225722d6a7b8935b5a130448da6e09ca2d0a23c76e1b422851913ddd2971aae5e8ac1 +Size (certbot-dns-google-0.35.0.tar.gz) = 22393 bytes --_----------=_1560287219162310--