pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-certbot-dns-google py-certbot-dns-google: ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f21614b43b4
branches:  trunk
changeset: 335048:8f21614b43b4
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Tue Jun 11 21:06:59 2019 +0000

description:
py-certbot-dns-google: import version 0.35.0

diffstat:

 security/py-certbot-dns-google/DESCR    |   3 +++
 security/py-certbot-dns-google/Makefile |  21 +++++++++++++++++++++
 security/py-certbot-dns-google/PLIST    |  17 +++++++++++++++++
 security/py-certbot-dns-google/distinfo |   6 ++++++
 4 files changed, 47 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r 70911e1b056b -r 8f21614b43b4 security/py-certbot-dns-google/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-google/DESCR      Tue Jun 11 21:06:59 2019 +0000
@@ -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.
diff -r 70911e1b056b -r 8f21614b43b4 security/py-certbot-dns-google/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-google/Makefile   Tue Jun 11 21:06:59 2019 +0000
@@ -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@localhost
+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"
diff -r 70911e1b056b -r 8f21614b43b4 security/py-certbot-dns-google/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-google/PLIST      Tue Jun 11 21:06:59 2019 +0000
@@ -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
diff -r 70911e1b056b -r 8f21614b43b4 security/py-certbot-dns-google/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-google/distinfo   Tue Jun 11 21:06:59 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index