pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   triaxx
Date:           Tue Jul 24 09:15:07 UTC 2018

Added Files:
        pkgsrc/security/py-certbot-dns-rfc2136: DESCR Makefile PLIST

Log Message:
security/py-certbot-dns-rfc2136: import to 0.26.0


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-certbot-dns-rfc2136/DESCR \
    pkgsrc/security/py-certbot-dns-rfc2136/Makefile \
    pkgsrc/security/py-certbot-dns-rfc2136/PLIST

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-rfc2136/DESCR
diff -u /dev/null pkgsrc/security/py-certbot-dns-rfc2136/DESCR:1.1
--- /dev/null   Tue Jul 24 09:15:07 2018
+++ pkgsrc/security/py-certbot-dns-rfc2136/DESCR        Tue Jul 24 09:15:07 2018
@@ -0,0 +1 @@
+RFC 2136 DNS Authenticator plugin for Certbot.
Index: pkgsrc/security/py-certbot-dns-rfc2136/Makefile
diff -u /dev/null pkgsrc/security/py-certbot-dns-rfc2136/Makefile:1.1
--- /dev/null   Tue Jul 24 09:15:07 2018
+++ pkgsrc/security/py-certbot-dns-rfc2136/Makefile     Tue Jul 24 09:15:07 2018
@@ -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"
Index: pkgsrc/security/py-certbot-dns-rfc2136/PLIST
diff -u /dev/null pkgsrc/security/py-certbot-dns-rfc2136/PLIST:1.1
--- /dev/null   Tue Jul 24 09:15:07 2018
+++ pkgsrc/security/py-certbot-dns-rfc2136/PLIST        Tue Jul 24 09:15:07 2018
@@ -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