Received: by mail.netbsd.org (Postfix, from userid 605) id 870C384D36; Tue, 15 Jan 2019 09:38:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7671184D36 for ; Tue, 15 Jan 2019 09:38:11 +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 bTXIjCxUufr1 for ; Tue, 15 Jan 2019 09:38:10 +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 9B92E84C82 for ; Tue, 15 Jan 2019 09:38:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 89B9AFB16; Tue, 15 Jan 2019 09:38:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1547545090244800" MIME-Version: 1.0 Date: Tue, 15 Jan 2019 09:38:10 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/security/py-certbot-dns-route53 To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20190115093810.89B9AFB16@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. --_----------=_1547545090244800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: triaxx Date: Tue Jan 15 09:38:10 UTC 2019 Added Files: pkgsrc/security/py-certbot-dns-route53: DESCR Makefile PLIST Log Message: py-certbot-dns-route53: add certbot route53 plugin To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-route53/DESCR \ pkgsrc/security/py-certbot-dns-route53/Makefile \ pkgsrc/security/py-certbot-dns-route53/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1547545090244800 Content-Disposition: inline Content-Length: 2700 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/py-certbot-dns-route53/DESCR diff -u /dev/null pkgsrc/security/py-certbot-dns-route53/DESCR:1.1 --- /dev/null Tue Jan 15 09:38:10 2019 +++ pkgsrc/security/py-certbot-dns-route53/DESCR Tue Jan 15 09:38:10 2019 @@ -0,0 +1,3 @@ +The dns_route53 plugin automates the process of completing a dns-01 challenge +(DNS01) by creating, and subsequently removing, TXT records using the Amazon +Web Services Route 53 API. Index: pkgsrc/security/py-certbot-dns-route53/Makefile diff -u /dev/null pkgsrc/security/py-certbot-dns-route53/Makefile:1.1 --- /dev/null Tue Jan 15 09:38:10 2019 +++ pkgsrc/security/py-certbot-dns-route53/Makefile Tue Jan 15 09:38:10 2019 @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1 2019/01/15 09:38:10 triaxx Exp $ + +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-route53/} +CATEGORIES= security + +COMMENT= Amazon Web Services Route 53 API plugin for Certbot +MAINTAINER= triaxx@NetBSD.org +LICENSE= apache-2.0 + +.include "../../security/py-certbot/Makefile.common" + +DEPENDS+= ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme +DEPENDS+= ${PYPKGPREFIX}-boto3-[0-9]*:../../net/py-boto3 +DEPENDS+= ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot +DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface + +EGG_NAME= ${DISTNAME:S/certbot/certbot_dns_route53/} + +PYSETUPSUBDIR= certbot-dns-route53 + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/py-certbot-dns-route53/PLIST diff -u /dev/null pkgsrc/security/py-certbot-dns-route53/PLIST:1.1 --- /dev/null Tue Jan 15 09:38:10 2019 +++ pkgsrc/security/py-certbot-dns-route53/PLIST Tue Jan 15 09:38:10 2019 @@ -0,0 +1,19 @@ +@comment $NetBSD: PLIST,v 1.1 2019/01/15 09:38:10 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_route53/__init__.py +${PYSITELIB}/certbot_dns_route53/__init__.pyo +${PYSITELIB}/certbot_dns_route53/__init__.pyc +${PYSITELIB}/certbot_dns_route53/authenticator.pyo +${PYSITELIB}/certbot_dns_route53/authenticator.pyc +${PYSITELIB}/certbot_dns_route53/dns_route53.pyo +${PYSITELIB}/certbot_dns_route53/dns_route53.pyc +${PYSITELIB}/certbot_dns_route53/dns_route53_test.pyo +${PYSITELIB}/certbot_dns_route53/dns_route53_test.pyc +${PYSITELIB}/certbot_dns_route53/authenticator.py +${PYSITELIB}/certbot_dns_route53/dns_route53.py +${PYSITELIB}/certbot_dns_route53/dns_route53_test.py --_----------=_1547545090244800--