pkgsrc-WIP-changes archive

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

Import py-dns-clientsubnetoption-2.0.0 as wip/py-dns-clientsubnetoption



Module Name:	pkgsrc-wip
Committed By:	Jeremy C. Reed <reed%reedmedia.net@localhost>
Pushed By:	reed
Date:		Wed Apr 6 14:04:36 2016 -0500
Changeset:	7cd13272674d283b286c59140214ce16446faea3

Added Files:
	py-dns-clientsubnetoption/DESCR
	py-dns-clientsubnetoption/Makefile
	py-dns-clientsubnetoption/PLIST
	py-dns-clientsubnetoption/distinfo

Log Message:
Import py-dns-clientsubnetoption-2.0.0 as wip/py-dns-clientsubnetoption

This is a Python Class to add EDNS client subnet support to the
dnsypthon (py-dns) DNS toolkit for Python.  This is a EDNS0 extension
that is in active use to carry information about the network that
originated a DNS query.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7cd13272674d283b286c59140214ce16446faea3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-dns-clientsubnetoption/DESCR    |  4 ++++
 py-dns-clientsubnetoption/Makefile | 20 ++++++++++++++++++++
 py-dns-clientsubnetoption/PLIST    |  5 +++++
 py-dns-clientsubnetoption/distinfo |  6 ++++++
 4 files changed, 35 insertions(+)

diffs:
diff --git a/py-dns-clientsubnetoption/DESCR b/py-dns-clientsubnetoption/DESCR
new file mode 100644
index 0000000..ca5326a
--- /dev/null
+++ b/py-dns-clientsubnetoption/DESCR
@@ -0,0 +1,4 @@
+This is a Python Class to add EDNS client subnet support to the
+dnsypthon (py-dns) DNS toolkit for Python.  This is a EDNS0 extension
+that is in active use to carry information about the network that
+originated a DNS query.
diff --git a/py-dns-clientsubnetoption/Makefile b/py-dns-clientsubnetoption/Makefile
new file mode 100644
index 0000000..b9cc051
--- /dev/null
+++ b/py-dns-clientsubnetoption/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=       dnspython-clientsubnetoption-2.0.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/python-/-/}
+CATEGORIES=	net
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=opendns/}
+GITHUB_PROJECT=	dnspython-clientsubnetoption
+GITHUB_TAG=	v${PKGVERSION_NOREV}
+
+MAINTAINER=	reed%reedmedia.net@localhost
+HOMEPAGE= 	https://github.com/opendns/dnspython-clientsubnetoption
+COMMENT=	EDNS Client Subnet support for python
+LICENSE=	modified-bsd
+# note the LICENSE document is missing part of final sentence
+# I reported this to them.
+
+DEPENDS+=	${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-dns-clientsubnetoption/PLIST b/py-dns-clientsubnetoption/PLIST
new file mode 100644
index 0000000..47b3686
--- /dev/null
+++ b/py-dns-clientsubnetoption/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/clientsubnetoption-${PKGVERSION}-py2.7.egg-info
+${PYSITELIB}/clientsubnetoption.py
+${PYSITELIB}/clientsubnetoption.pyc
+${PYSITELIB}/clientsubnetoption.pyo
diff --git a/py-dns-clientsubnetoption/distinfo b/py-dns-clientsubnetoption/distinfo
new file mode 100644
index 0000000..224f714
--- /dev/null
+++ b/py-dns-clientsubnetoption/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (dnspython-clientsubnetoption-2.0.0.tar.gz) = 886f06230eebf2a7f5e9000bcb12ff9cb850eec6
+RMD160 (dnspython-clientsubnetoption-2.0.0.tar.gz) = 76e8af2fc5cc86f75850b476ca5a020bef7bd745
+SHA512 (dnspython-clientsubnetoption-2.0.0.tar.gz) = bd85911758dad05b0a3fa1b90712aa15756338fb620feea63b52429d6574b2ab3b89220604d3af0ff411d6352e1014bc11ae50d53d3feb6be48414ccb8f10655
+Size (dnspython-clientsubnetoption-2.0.0.tar.gz) = 4935 bytes


Home | Main Index | Thread Index | Old Index