head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.6 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.4 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.2 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.3.0.14 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.12 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.10 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.8 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.6 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.4 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.2.0.2 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2025.07.25.11.15.43; author adam; state Exp; branches; next 1.3; commitid jTfiUUw7xAtMp74G; 1.3 date 2023.10.28.19.57.01; author wiz; state Exp; branches; next 1.2; commitid jP8MYROLWZ3yJqKE; 1.2 date 2023.09.18.08.00.07; author adam; state Exp; branches; next 1.1; commitid 3m1h971JYXjR3eFE; 1.1 date 2023.02.09.12.49.42; author adam; state Exp; branches; next ; commitid c0hQcAAM42nFLQcE; desc @@ 1.4 log @py-hatch-nodejs-version: updated to 0.4.0 0.4.0 Enhancements made - ENH: Accept dev prerelease versions Bugs fixed - chore: fix check-release workflow Documentation improvements - DOCS: drop installation link @ text @# $NetBSD: Makefile,v 1.3 2023/10/28 19:57:01 wiz Exp $ DISTNAME= hatch_nodejs_version-0.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=h/hatch-nodejs-version/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/agoose77/hatch-nodejs-version COMMENT= Hatch plugin for versioning from a package.json file LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.21.0:../../devel/py-hatchling TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0.1:../../devel/py-test USE_LANGUAGES= # none .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @python/wheel.mk: simplify a lot, and switch to 'installer' for installation This follows the recommended bootstrap method (flit_core, build, installer). However, installer installs different files than pip, so update PLISTs for all packages using wheel.mk and bump their PKGREVISIONs. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/09/18 08:00:07 adam Exp $ d3 1 a3 1 DISTNAME= hatch_nodejs_version-0.3.2 a4 1 PKGREVISION= 1 a17 5 PYTHON_VERSIONS_INCOMPATIBLE= 27 do-test: cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests @ 1.2 log @py-hatch-nodejs-version: updated to 0.3.2 0.3.2 Bugs fixed - Add a trailing newline to package.json when appropriate Other merged PRs - Assume NPM person can be string @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/02/09 12:49:42 adam Exp $ d5 1 @ 1.1 log @py-hatch-nodejs-version: added version 0.3.1 This package provides two Hatch plugins: * version source plugin that reads/writes the package version from the version field of the Node.js package.json file. * metadata hook plugin that reads PEP 621 metadata from the Node.js package.json file. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= hatch_nodejs_version-0.3.1 @