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-ovh py-certbot-dns-ovh: add ov...
details: https://anonhg.NetBSD.org/pkgsrc/rev/700806c181e1
branches: trunk
changeset: 328008:700806c181e1
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Jan 15 11:59:58 2019 +0000
description:
py-certbot-dns-ovh: add ovh cerbot plugin
diffstat:
security/py-certbot-dns-ovh/DESCR | 2 ++
security/py-certbot-dns-ovh/Makefile | 23 +++++++++++++++++++++++
security/py-certbot-dns-ovh/PLIST | 16 ++++++++++++++++
3 files changed, 41 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 9cbba176d766 -r 700806c181e1 security/py-certbot-dns-ovh/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-ovh/DESCR Tue Jan 15 11:59:58 2019 +0000
@@ -0,0 +1,2 @@
+The dns_ovh plugin automates the process of completing a dns-01 challenge
+(DNS01) by creating, and subsequently removing, TXT records using the OVH API.
diff -r 9cbba176d766 -r 700806c181e1 security/py-certbot-dns-ovh/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-ovh/Makefile Tue Jan 15 11:59:58 2019 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2019/01/15 11:59:58 triaxx Exp $
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-ovh/}
+CATEGORIES= security
+
+COMMENT= OVH DNS Authenticator plugin for Certbot
+MAINTAINER= triaxx%NetBSD.org@localhost
+LICENSE= apache-2.0
+
+.include "../../security/py-certbot/Makefile.common"
+
+DEPENDS+= ${PYPKGPREFIX}-acme>=0.21.1:../../security/py-acme
+DEPENDS+= ${PYPKGPREFIX}-certbot>=0.21.1:../../security/py-certbot
+DEPENDS+= ${PYPKGPREFIX}-lexicon-[0-9]*:../../net/py-lexicon
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+
+EGG_NAME= ${DISTNAME:S/certbot/certbot_dns_ovh/}
+
+PYSETUPSUBDIR= certbot-dns-ovh
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9cbba176d766 -r 700806c181e1 security/py-certbot-dns-ovh/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-ovh/PLIST Tue Jan 15 11:59:58 2019 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2019/01/15 11:59:58 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_ovh/__init__.py
+${PYSITELIB}/certbot_dns_ovh/__init__.pyo
+${PYSITELIB}/certbot_dns_ovh/__init__.pyc
+${PYSITELIB}/certbot_dns_ovh/dns_ovh.pyo
+${PYSITELIB}/certbot_dns_ovh/dns_ovh.pyc
+${PYSITELIB}/certbot_dns_ovh/dns_ovh_test.pyo
+${PYSITELIB}/certbot_dns_ovh/dns_ovh_test.pyc
+${PYSITELIB}/certbot_dns_ovh/dns_ovh.py
+${PYSITELIB}/certbot_dns_ovh/dns_ovh_test.py
Home |
Main Index |
Thread Index |
Old Index