pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-certbot-dns-google



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.

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@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"
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



Home | Main Index | Thread Index | Old Index