pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-isc_dhcp_leases Initial import of textproc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ea69f821a1f
branches:  trunk
changeset: 317406:3ea69f821a1f
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sun Jan 06 01:48:50 2019 +0000

description:
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.

diffstat:

 textproc/py-isc_dhcp_leases/DESCR    |   1 +
 textproc/py-isc_dhcp_leases/Makefile |  19 +++++++++++++++++++
 textproc/py-isc_dhcp_leases/PLIST    |  17 +++++++++++++++++
 textproc/py-isc_dhcp_leases/distinfo |   6 ++++++
 4 files changed, 43 insertions(+), 0 deletions(-)

diffs (59 lines):

diff -r 2be7af7f39a7 -r 3ea69f821a1f textproc/py-isc_dhcp_leases/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-isc_dhcp_leases/DESCR Sun Jan 06 01:48:50 2019 +0000
@@ -0,0 +1,1 @@
+A small Python module for reading ISC dhcpd lease files.
diff -r 2be7af7f39a7 -r 3ea69f821a1f textproc/py-isc_dhcp_leases/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-isc_dhcp_leases/Makefile      Sun Jan 06 01:48:50 2019 +0000
@@ -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@localhost
+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 -r 2be7af7f39a7 -r 3ea69f821a1f textproc/py-isc_dhcp_leases/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-isc_dhcp_leases/PLIST Sun Jan 06 01:48:50 2019 +0000
@@ -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 -r 2be7af7f39a7 -r 3ea69f821a1f textproc/py-isc_dhcp_leases/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-isc_dhcp_leases/distinfo      Sun Jan 06 01:48:50 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index