head 1.10; access; symbols pkgsrc-2026Q1:1.10.0.2 pkgsrc-2026Q1-base:1.10 pkgsrc-2025Q4:1.9.0.2 pkgsrc-2025Q4-base:1.9 pkgsrc-2025Q3:1.8.0.4 pkgsrc-2025Q3-base:1.8 pkgsrc-2025Q2:1.8.0.2 pkgsrc-2025Q2-base:1.8 pkgsrc-2025Q1:1.7.0.2 pkgsrc-2025Q1-base:1.7 pkgsrc-2024Q4:1.6.0.2 pkgsrc-2024Q4-base:1.6 pkgsrc-2024Q3:1.4.0.2 pkgsrc-2024Q3-base:1.4 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.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2; locks; strict; comment @# @; 1.10 date 2026.01.06.11.18.42; author wiz; state Exp; branches; next 1.9; commitid KwiZcHB9zKU08kpG; 1.9 date 2025.10.09.07.57.31; author wiz; state Exp; branches; next 1.8; commitid t4nMY0Dt3rBjSRdG; 1.8 date 2025.04.12.10.24.31; author adam; state Exp; branches; next 1.7; commitid pTUTvTiL4O8BtKQF; 1.7 date 2025.02.23.16.59.18; author wiz; state Exp; branches; next 1.6; commitid kbo5dPTmHbFBcCKF; 1.6 date 2024.11.11.07.28.06; author wiz; state Exp; branches; next 1.5; commitid 1fBDq3LwS98NncxF; 1.5 date 2024.10.14.06.45.38; author wiz; state Exp; branches; next 1.4; commitid ynDJEEQamKd33BtF; 1.4 date 2024.08.10.06.42.57; author wiz; state Exp; branches; next 1.3; commitid xVQykgm0uOwM7flF; 1.3 date 2023.11.07.22.37.59; author wiz; state Exp; branches; next 1.2; commitid 0SUcCzviRXnrjJLE; 1.2 date 2023.06.06.12.41.12; author riastradh; state Exp; branches; next 1.1; commitid xhspr6Z8JLQOWSrE; 1.1 date 2023.05.06.08.59.03; author wiz; state Exp; branches; next ; commitid Wedb3anJfgWfJSnE; desc @@ 1.10 log @*: forbid some more Python 3.11 for sphinx users List from grep @ text @# $NetBSD: Makefile,v 1.9 2025/10/09 07:57:31 wiz Exp $ DISTNAME= dictdiffer-0.9.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dictdiffer/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/inveniosoftware/dictdiffer COMMENT= Library that helps you to diff and patch dictionaries LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.1.0:../../devel/py-setuptools_scm #TEST_DEPENDS+= ${PYPKGPREFIX}-check-manifest>=0.42:../../wip/py-check-manifest TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=1.3.0:../../devel/py-mock TEST_DEPENDS+= ${PYPKGPREFIX}-test>6:../../devel/py-test TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.10.1:../../devel/py-test-cov TEST_DEPENDS+= ${PYPKGPREFIX}-test-isort>=1.2.0:../../devel/py-test-isort # unpackaged #TEST_DEPENDS+= ${PYPKGPREFIX}-test-codestyle>=2.2.0:../../devel/py-test-codestyle #TEST_DEPENDS+= ${PYPKGPREFIX}-test-docstyle>=2.2.0:../../devel/py-test-docstyle TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx>=3:../../textproc/py-sphinx TEST_DEPENDS+= ${PYPKGPREFIX}-tox>=3.7.0:../../devel/py-tox USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 310 311 # py-sphinx .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @*: remove reference to (removed) Python 3.9 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/04/12 10:24:31 adam Exp $ d29 1 a29 1 PYTHON_VERSIONS_INCOMPATIBLE= 310 # py-sphinx @ 1.8 log @Fix PLIST after py-setuptools update; bump depends and revision @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/02/23 16:59:18 wiz Exp $ d29 1 a29 1 PYTHON_VERSIONS_INCOMPATIBLE= 39 310 # py-sphinx @ 1.7 log @*: py-sphinx 8.2 drops support for Python 3.10 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2024/11/11 07:28:06 wiz Exp $ d5 1 @ 1.6 log @py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/10/14 06:45:38 wiz Exp $ d28 2 @ 1.5 log @*: clean-up after python38 removal @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/08/10 06:42:57 wiz Exp $ a13 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel @ 1.4 log @py-dictdiffer: convert to wheel.mk Remove unused test-runner dependency. Bump PKGREVISION. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/11/07 22:37:59 wiz Exp $ a28 2 PYTHON_VERSIONS_INCOMPATIBLE= 27 38 @ 1.3 log @*: latest py-sphinx only support Python 3.9+ @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/06/06 12:41:12 riastradh Exp $ d13 2 a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.7:../../devel/py-test-runner d31 1 a31 1 .include "../../lang/python/egg.mk" @ 1.2 log @Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/05/06 08:59:03 wiz Exp $ d28 1 a28 1 PYTHON_VERSIONS_INCOMPATIBLE= 27 @ 1.1 log @devel/py-dictdiffer: import py-dictdiffer-0.9.0 Dictdiffer is a helper module that helps you to diff and patch dictionaries. @ text @d1 1 a1 1 # $NetBSD$ d13 1 a13 1 BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner>=2.7:../../devel/py-test-runner @