diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-01-06 01:48:50 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-01-06 01:48:50 +0000 |
commit | c8e92f9ab46abc9133b194093acf924bbbba1ab5 (patch) | |
tree | 0bc2b2f450d61fe44e733c0d656f344dae5c43ed | |
parent | fe55f737317dc813dcae5d59637a642191efb554 (diff) | |
download | pkgsrc-c8e92f9ab46abc9133b194093acf924bbbba1ab5.tar.gz |
Initial import of textproc/py-isc_dhcp_leases
py-isc_dhcp_leases is a small Python module for reading ISC dhcpd lease
files. Addresses PR pkg/53667.
-rw-r--r-- | textproc/py-isc_dhcp_leases/DESCR | 1 | ||||
-rw-r--r-- | textproc/py-isc_dhcp_leases/Makefile | 19 | ||||
-rw-r--r-- | textproc/py-isc_dhcp_leases/PLIST | 17 | ||||
-rw-r--r-- | textproc/py-isc_dhcp_leases/distinfo | 6 |
4 files changed, 43 insertions, 0 deletions
diff --git a/textproc/py-isc_dhcp_leases/DESCR b/textproc/py-isc_dhcp_leases/DESCR new file mode 100644 index 00000000000..7f30e84374d --- /dev/null +++ b/textproc/py-isc_dhcp_leases/DESCR @@ -0,0 +1 @@ +A small Python module for reading ISC dhcpd lease files. diff --git a/textproc/py-isc_dhcp_leases/Makefile b/textproc/py-isc_dhcp_leases/Makefile new file mode 100644 index 00000000000..f6b73277a03 --- /dev/null +++ b/textproc/py-isc_dhcp_leases/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2019/01/06 01:48:50 gutteridge Exp $ + +DISTNAME= isc_dhcp_leases-0.9.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= textproc python +MASTER_SITES= ${MASTER_SITE_PYPI:=i/isc_dhcp_leases/} + +MAINTAINER= gutteridge@NetBSD.org +HOMEPAGE= https://github.com/MartijnBraam/python-isc-dhcp-leases +COMMENT= Python module for parsing ISC dhcpd lease files +LICENSE= mit + +DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six +TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun-[0-9]*:../../devel/py-freezegun + +USE_LANGUAGES= # none + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/py-isc_dhcp_leases/PLIST b/textproc/py-isc_dhcp_leases/PLIST new file mode 100644 index 00000000000..bc5d7b0fda0 --- /dev/null +++ b/textproc/py-isc_dhcp_leases/PLIST @@ -0,0 +1,17 @@ +@comment $NetBSD: PLIST,v 1.1 2019/01/06 01:48:50 gutteridge Exp $ +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/isc_dhcp_leases/__init__.py +${PYSITELIB}/isc_dhcp_leases/__init__.pyc +${PYSITELIB}/isc_dhcp_leases/__init__.pyo +${PYSITELIB}/isc_dhcp_leases/iscdhcpleases.py +${PYSITELIB}/isc_dhcp_leases/iscdhcpleases.pyc +${PYSITELIB}/isc_dhcp_leases/iscdhcpleases.pyo +${PYSITELIB}/isc_dhcp_leases/test_iscDhcpLeases.py +${PYSITELIB}/isc_dhcp_leases/test_iscDhcpLeases.pyc +${PYSITELIB}/isc_dhcp_leases/test_iscDhcpLeases.pyo +${PYSITELIB}/isc_dhcp_leases/test_lease.py +${PYSITELIB}/isc_dhcp_leases/test_lease.pyc +${PYSITELIB}/isc_dhcp_leases/test_lease.pyo +${PYSITELIB}/isc_dhcp_leases/test_lease6.py +${PYSITELIB}/isc_dhcp_leases/test_lease6.pyc +${PYSITELIB}/isc_dhcp_leases/test_lease6.pyo diff --git a/textproc/py-isc_dhcp_leases/distinfo b/textproc/py-isc_dhcp_leases/distinfo new file mode 100644 index 00000000000..ab12fd6577c --- /dev/null +++ b/textproc/py-isc_dhcp_leases/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/01/06 01:48:50 gutteridge Exp $ + +SHA1 (isc_dhcp_leases-0.9.1.tar.gz) = ade9f209438045c1cb01b6b3e21587511a914309 +RMD160 (isc_dhcp_leases-0.9.1.tar.gz) = e2db1a5675ecba7ba7178e3ae5508a3d40bf11ad +SHA512 (isc_dhcp_leases-0.9.1.tar.gz) = 271b449ae9c90e399596dea986042dd85eac3634005ad602dadcf0489b4213ee3e6845d9ddf69373ce1577da907a74f4d2568394e9dae0dad60ff24c4e9be6f3 +Size (isc_dhcp_leases-0.9.1.tar.gz) = 6798 bytes |