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.
This commit is contained in:
gutteridge 2019-01-06 01:48:50 +00:00
parent bb846d4cce
commit 6e3ffb97e4
4 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1 @@
A small Python module for reading ISC dhcpd lease files.

View file

@ -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"

View file

@ -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

View file

@ -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