pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-isc_dhcp_leases



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jan  6 01:48:50 UTC 2019

Added Files:
        pkgsrc/textproc/py-isc_dhcp_leases: DESCR Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/py-isc_dhcp_leases/DESCR \
    pkgsrc/textproc/py-isc_dhcp_leases/Makefile \
    pkgsrc/textproc/py-isc_dhcp_leases/PLIST \
    pkgsrc/textproc/py-isc_dhcp_leases/distinfo

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

Added files:

Index: pkgsrc/textproc/py-isc_dhcp_leases/DESCR
diff -u /dev/null pkgsrc/textproc/py-isc_dhcp_leases/DESCR:1.1
--- /dev/null   Sun Jan  6 01:48:50 2019
+++ pkgsrc/textproc/py-isc_dhcp_leases/DESCR    Sun Jan  6 01:48:50 2019
@@ -0,0 +1 @@
+A small Python module for reading ISC dhcpd lease files.
Index: pkgsrc/textproc/py-isc_dhcp_leases/Makefile
diff -u /dev/null pkgsrc/textproc/py-isc_dhcp_leases/Makefile:1.1
--- /dev/null   Sun Jan  6 01:48:50 2019
+++ pkgsrc/textproc/py-isc_dhcp_leases/Makefile Sun Jan  6 01:48:50 2019
@@ -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"
Index: pkgsrc/textproc/py-isc_dhcp_leases/PLIST
diff -u /dev/null pkgsrc/textproc/py-isc_dhcp_leases/PLIST:1.1
--- /dev/null   Sun Jan  6 01:48:50 2019
+++ pkgsrc/textproc/py-isc_dhcp_leases/PLIST    Sun Jan  6 01:48:50 2019
@@ -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
Index: pkgsrc/textproc/py-isc_dhcp_leases/distinfo
diff -u /dev/null pkgsrc/textproc/py-isc_dhcp_leases/distinfo:1.1
--- /dev/null   Sun Jan  6 01:48:50 2019
+++ pkgsrc/textproc/py-isc_dhcp_leases/distinfo Sun Jan  6 01:48:50 2019
@@ -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