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-luadns: add version 0.31.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee3f96c9bcc5
branches:  trunk
changeset: 319885:ee3f96c9bcc5
user:      triaxx <triaxx%pkgsrc.org@localhost>
date:      Sat Feb 23 20:33:16 2019 +0000

description:
py-certbot-dns-luadns: add version 0.31.0

LuaDNS Authenticator plugin for Certbot

diffstat:

 security/Makefile                       |   3 ++-
 security/py-certbot-dns-luadns/DESCR    |   3 +++
 security/py-certbot-dns-luadns/Makefile |  23 +++++++++++++++++++++++
 security/py-certbot-dns-luadns/PLIST    |  16 ++++++++++++++++
 security/py-certbot-dns-luadns/distinfo |   6 ++++++
 5 files changed, 50 insertions(+), 1 deletions(-)

diffs (81 lines):

diff -r 1a8548dde6c0 -r ee3f96c9bcc5 security/Makefile
--- a/security/Makefile Sat Feb 23 20:28:34 2019 +0000
+++ b/security/Makefile Sat Feb 23 20:33:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.697 2019/02/23 20:27:47 triaxx Exp $
+# $NetBSD: Makefile,v 1.698 2019/02/23 20:33:16 triaxx Exp $
 #
 
 COMMENT=       Security tools
@@ -405,6 +405,7 @@
 SUBDIR+=       py-bcrypt
 SUBDIR+=       py-certbot
 SUBDIR+=       py-certbot-apache
+SUBDIR+=       py-certbot-dns-luadns
 SUBDIR+=       py-certbot-dns-nsone
 SUBDIR+=       py-certbot-dns-ovh
 SUBDIR+=       py-certbot-dns-rfc2136
diff -r 1a8548dde6c0 -r ee3f96c9bcc5 security/py-certbot-dns-luadns/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-luadns/DESCR      Sat Feb 23 20:33:16 2019 +0000
@@ -0,0 +1,3 @@
+The dns_luadns plugin automates the process of completing a dns-01 challenge
+(DNS01) by creating, and subsequently removing, TXT records using the LuaDNS
+API.
diff -r 1a8548dde6c0 -r ee3f96c9bcc5 security/py-certbot-dns-luadns/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-luadns/Makefile   Sat Feb 23 20:33:16 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/02/23 20:33:16 triaxx Exp $
+
+DISTNAME=      certbot-dns-luadns-0.31.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=c/certbot-dns-luadns/}
+
+MAINTAINER=    triaxx%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/certbot/certbot
+COMMENT=       LuaDNS Authenticator plugin for Certbot
+LICENSE=       apache-2.0
+
+DEPENDS+=      ${PYPKGPREFIX}-acme>=0.31.0:../../security/py-acme
+DEPENDS+=      ${PYPKGPREFIX}-certbot>=0.31.0:../../security/py-certbot
+DEPENDS+=      ${PYPKGPREFIX}-lexicon>=2.2.1:../../net/py-lexicon
+DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+=      ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1a8548dde6c0 -r ee3f96c9bcc5 security/py-certbot-dns-luadns/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-luadns/PLIST      Sat Feb 23 20:33:16 2019 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2019/02/23 20:33:16 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_luadns/__init__.py
+${PYSITELIB}/certbot_dns_luadns/__init__.pyo
+${PYSITELIB}/certbot_dns_luadns/__init__.pyc
+${PYSITELIB}/certbot_dns_luadns/dns_luadns.pyo
+${PYSITELIB}/certbot_dns_luadns/dns_luadns.pyc
+${PYSITELIB}/certbot_dns_luadns/dns_luadns_test.pyo
+${PYSITELIB}/certbot_dns_luadns/dns_luadns_test.pyc
+${PYSITELIB}/certbot_dns_luadns/dns_luadns.py
+${PYSITELIB}/certbot_dns_luadns/dns_luadns_test.py
diff -r 1a8548dde6c0 -r ee3f96c9bcc5 security/py-certbot-dns-luadns/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-luadns/distinfo   Sat Feb 23 20:33:16 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/02/23 20:33:16 triaxx Exp $
+
+SHA1 (certbot-dns-luadns-0.31.0.tar.gz) = b68ee2a62b24bdf143f3e4962fd16490067f1ead
+RMD160 (certbot-dns-luadns-0.31.0.tar.gz) = 6bf8731b2e08ed0201b04169adce13398552fa70
+SHA512 (certbot-dns-luadns-0.31.0.tar.gz) = 7dc39edf9bcdadc899f09f5eb963b84135580764e0eb416d1b719441d2b4eb93584c7617b9004d49493f6090dc96112632c31fc7979c9f5d8f3017ef6e0b4385
+Size (certbot-dns-luadns-0.31.0.tar.gz) = 11614 bytes



Home | Main Index | Thread Index | Old Index