head 1.5; access; symbols pkgsrc-2023Q4:1.5.0.6 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.5.0.4 pkgsrc-2023Q3-base:1.5 pkgsrc-2023Q2:1.5.0.2 pkgsrc-2023Q2-base:1.5 pkgsrc-2023Q1:1.4.0.10 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.8 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.6 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.4 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.2 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.2.0.4 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.2 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.1.0.20 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.18 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.16 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.14 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.12 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.8 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.10 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.6 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.4 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.2 pkgsrc-2019Q1-base:1.1; locks; strict; comment @# @; 1.5 date 2023.06.21.22.20.22; author gutteridge; state Exp; branches; next 1.4; commitid sRhe9zHAw1r6GRtE; 1.4 date 2022.01.04.20.54.56; author wiz; state Exp; branches; next 1.3; commitid CYyhdK9qtoffkmnD; 1.3 date 2022.01.02.00.01.09; author wiz; state Exp; branches; next 1.2; commitid kWkDwG5AAfvctZmD; 1.2 date 2021.09.09.00.21.13; author gutteridge; state Exp; branches; next 1.1; commitid VMQIWlPc5Bt7hd8D; 1.1 date 2019.01.06.01.48.50; author gutteridge; state Exp; branches; next ; commitid sZKayOPvKoi6aF6B; desc @@ 1.5 log @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. @ text @# $NetBSD: Makefile,v 1.4 2022/01/04 20:54:56 wiz 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" @ 1.4 log @*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2022/01/02 00:01:09 wiz Exp $ d3 1 a3 1 DISTNAME= isc_dhcp_leases-0.9.1 a4 1 PKGREVISION= 3 @ 1.3 log @*: convert more to egg.mk @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2021/09/09 00:21:13 gutteridge Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.2 log @py-isc_dhcp_leases: improve historical lease analysis support Add two PRs that have been merged in the upstream project. (It simply hasn't had a release cut since 2018.) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2019/01/06 01:48:50 gutteridge Exp $ d5 1 a5 1 PKGREVISION= 1 d19 3 a21 1 .include "../../lang/python/distutils.mk" @ 1.1 log @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. @ text @d1 1 a1 1 # $NetBSD$ d5 1 @