head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.4 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.2 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.3.0.2 pkgsrc-2025Q3-base:1.3; locks; strict; comment @# @; 1.4 date 2025.10.25.13.18.16; author gdt; state Exp; branches; next 1.3; commitid 9J7Hf9DKz2sB8XfG; 1.3 date 2025.09.08.10.11.22; author gdt; state Exp; branches; next 1.2; commitid tqbZtzIsL2r4BT9G; 1.2 date 2025.09.08.10.06.20; author gdt; state Exp; branches; next 1.1; commitid 9SU40r45UsAbAT9G; 1.1 date 2025.09.04.13.57.53; author gdt; state Exp; branches; next ; commitid UoVtrRMHviHPZo9G; desc @@ 1.4 log @geography/py-ubxutils: Update to 1.0.5 Upstream NEWS: Drop active support for Python 3.9, add Python 3.14. @ text @# $NetBSD: Makefile,v 1.3 2025/09/08 10:11:22 gdt Exp $ VERSION= 1.0.5 DISTTAIL= ubxutils DISTNAME= py${DISTTAIL}-${VERSION} PKGNAME= ${PYPKGPREFIX}-${DISTTAIL}-${VERSION} GITHUB_PROJECT= py${DISTTAIL} GITHUB_TAG= v${PKGVERSION_NOREV} CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_GITHUB:=semuconsulting/} MAINTAINER= gdt@@NetBSD.org HOMEPAGE= https://github.com/semuconsulting/pyubxutils/ COMMENT= Python utilities for u-blox configuration LICENSE= modified-bsd USE_LANGUAGES= # none TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=70.1:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-ubx2-[0-9]*:../../geography/py-ubx2 .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @geography/py-[semu*]: Make HOMEPAGE not have variables I previously did CSE across these Makefiles, which are from separate repos but maintained identically, as part of being able to diff across packages to find unintended variance. However, people cut-and-paste URLS from HOMEPAGE, and using variables makes that harder, needing make show-var. Plus, the URLs are extremely unlikely to change the last component. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/09/08 10:06:20 gdt Exp $ d3 1 a3 1 VERSION= 1.0.3 @ 1.2 log @geography/py-[semu*]: TOOL_DEPEND on setuptools @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/09/04 13:57:53 gdt Exp $ d13 1 a13 1 HOMEPAGE= https://github.com/semuconsulting/py${DISTTAIL}/ @ 1.1 log @geography/py-ubxutils: Add version 1.0.3 pyubxutils is a series of Python u-blox UBX protocol utility classes for loading, saving, and comparing configurations, and making configuration changes. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/09/04 13:50:48 gdt Exp $ d19 2 @