pkgsrc/textproc/py-isc_dhcp_leases/Makefile
gutteridge de3336bed8 py-isc_dhcp_leases: update to 0.10.0
No change log published, but changes are:

Fix timezone awareness for Python 2.7.x
Support working with historical dhcpd.leases files
Use timezone-aware datetime objects
Refactor keyword argument passing to BaseLease

All those changes were previously included in pkgsrc patches, so there
is no new functionality, this is simply aligning with the new upstream
release state.
2023-06-21 22:20:22 +00:00

21 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.5 2023/06/21 22:20:22 gutteridge Exp $
DISTNAME= isc_dhcp_leases-0.10.0
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
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"