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-rfc2136 security/py-certbot-dn...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8065596921a
branches: trunk
changeset: 383155:b8065596921a
user: triaxx <triaxx%pkgsrc.org@localhost>
date: Tue Jul 24 09:15:07 2018 +0000
description:
security/py-certbot-dns-rfc2136: import to 0.26.0
diffstat:
security/py-certbot-dns-rfc2136/DESCR | 1 +
security/py-certbot-dns-rfc2136/Makefile | 23 +++++++++++++++++++++++
security/py-certbot-dns-rfc2136/PLIST | 16 ++++++++++++++++
3 files changed, 40 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r 7af4da971e77 -r b8065596921a security/py-certbot-dns-rfc2136/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-rfc2136/DESCR Tue Jul 24 09:15:07 2018 +0000
@@ -0,0 +1,1 @@
+RFC 2136 DNS Authenticator plugin for Certbot.
diff -r 7af4da971e77 -r b8065596921a security/py-certbot-dns-rfc2136/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-rfc2136/Makefile Tue Jul 24 09:15:07 2018 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2018/07/24 09:15:07 triaxx Exp $
+
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/certbot/certbot-dns-rfc2136/}
+CATEGORIES= security
+
+COMMENT= RFC 2136 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}-dns-[0-9]*:../../net/py-dns
+DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+DEPENDS+= ${PYPKGPREFIX}-ZopeInterface-[0-9]*:../../devel/py-ZopeInterface
+
+EGG_NAME= ${DISTNAME:S/certbot/certbot-dns-rfc2136/}
+
+PYSETUPSUBDIR= certbot-dns-rfc2136
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7af4da971e77 -r b8065596921a security/py-certbot-dns-rfc2136/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-certbot-dns-rfc2136/PLIST Tue Jul 24 09:15:07 2018 +0000
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2018/07/24 09:15:07 triaxx Exp $
+${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO
+${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/SOURCES.txt
+${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/dependency_links.txt
+${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/entry_points.txt
+${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/requires.txt
+${PYSITELIB}/certbot_dns_rfc2136-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/top_level.txt
+${PYSITELIB}/certbot_dns_rfc2136/__init__.py
+${PYSITELIB}/certbot_dns_rfc2136/__init__.pyc
+${PYSITELIB}/certbot_dns_rfc2136/__init__.pyo
+${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136.py
+${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136.pyc
+${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136.pyo
+${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136_test.py
+${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136_test.pyc
+${PYSITELIB}/certbot_dns_rfc2136/dns_rfc2136_test.pyo
Home |
Main Index |
Thread Index |
Old Index