head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.2 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.3.0.6 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.4 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.2 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.2.0.4 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.2 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.1.0.2 pkgsrc-2024Q3-base:1.1; locks; strict; comment @# @; 1.4 date 2026.01.30.09.16.23; author wiz; state Exp; branches; next 1.3; commitid qVPtYuOoixMiGosG; 1.3 date 2025.04.14.08.49.20; author adam; state Exp; branches; next 1.2; commitid xdUhwj9cKt4XSZQF; 1.2 date 2024.11.11.07.29.13; author wiz; state Exp; branches; next 1.1; commitid 1fBDq3LwS98NncxF; 1.1 date 2024.08.10.09.12.33; author wiz; state Exp; branches; next ; commitid lu7CFM8TkaGaXflF; desc @@ 1.4 log @py-strict-rfc3339: comment out dead link @ text @# $NetBSD: Makefile,v 1.3 2025/04/14 08:49:20 adam Exp $ DISTNAME= strict-rfc3339-0.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= time python MASTER_SITES= ${MASTER_SITE_PYPI:=s/strict-rfc3339/} MAINTAINER= pkgsrc-users@@NetBSD.org #HOMEPAGE= http://www.danielrichman.co.uk/libraries/strict-rfc3339.html COMMENT= Strict, simple, lightweight RFC3339 functions LICENSE= gnu-gpl-v3 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools #DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz USE_LANGUAGES= # none .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @Fix PLIST after py-setuptools update; bump depends and revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/11/11 07:29:13 wiz Exp $ d10 1 a10 1 HOMEPAGE= http://www.danielrichman.co.uk/libraries/strict-rfc3339.html @ 1.2 log @py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/08/10 09:12:33 wiz Exp $ d5 1 d14 1 a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools @ 1.1 log @time/py-strict-rfc3339: import py-strict-rfc3339-0.7 Strict, simple, lightweight RFC3339 functions Goals ----- - Convert unix timestamps to and from RFC3339. - Either produce RFC3339 strings with a UTC offset (Z) or with the offset that the C time module reports is the local timezone offset. - Simple with minimal dependencies/libraries. - Avoid timezones as much as possible. - Be very strict and follow RFC3339. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2022/01/04 20:55:13 wiz Exp $ a13 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel @