head 1.7; access; symbols pkgsrc-2026Q1:1.7.0.8 pkgsrc-2026Q1-base:1.7 pkgsrc-2025Q4:1.7.0.6 pkgsrc-2025Q4-base:1.7 pkgsrc-2025Q3:1.7.0.4 pkgsrc-2025Q3-base:1.7 pkgsrc-2025Q2:1.7.0.2 pkgsrc-2025Q2-base:1.7 pkgsrc-2025Q1:1.6.0.4 pkgsrc-2025Q1-base:1.6 pkgsrc-2024Q4:1.6.0.2 pkgsrc-2024Q4-base:1.6 pkgsrc-2024Q3:1.3.0.2 pkgsrc-2024Q3-base:1.3; locks; strict; comment @# @; 1.7 date 2025.04.12.21.37.07; author adam; state Exp; branches; next 1.6; commitid IJnVw0oumzhkcOQF; 1.6 date 2024.11.24.10.41.01; author wiz; state Exp; branches; next 1.5; commitid HRyz8WITP5hf2TyF; 1.5 date 2024.11.11.07.28.30; author wiz; state Exp; branches; next 1.4; commitid 1fBDq3LwS98NncxF; 1.4 date 2024.11.04.08.17.33; author adam; state Exp; branches; next 1.3; commitid NGGNznrpStiSSiwF; 1.3 date 2024.08.21.08.59.57; author adam; state Exp; branches; next 1.2; commitid UbG0TlttBfjTwFmF; 1.2 date 2024.08.04.13.07.35; author adam; state Exp; branches; next 1.1; commitid EPLIAQTjsnSFrvkF; 1.1 date 2024.07.28.09.40.03; author wiz; state Exp; branches; next ; commitid nS4C9qdHFiSvwAjF; desc @@ 1.7 log @Fix PLIST after py-setuptools update; bump depends and revision @ text @# $NetBSD: Makefile,v 1.6 2024/11/24 10:41:01 wiz Exp $ DISTNAME= wat_inspector-0.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=w/wat-inspector/} MAINTAINER= pkgsrc-users@@NetBSD.org HOMEPAGE= https://github.com/igrek51/wat COMMENT= Deep inspection of Python objects LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools USE_LANGUAGES= # none .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" @ 1.6 log @py-wat-inspector: update to 0.4.3. Changes not documented. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2024/11/11 07:28:30 wiz Exp $ d5 1 d14 1 a14 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools @ 1.5 log @py-*: remove unused tool dependency py-setuptools includes the py-wheel functionality nowadays @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2024/11/04 08:17:33 adam Exp $ d3 1 a3 1 DISTNAME= wat_inspector-0.4.2 @ 1.4 log @py-wat-inspector: updated to 0.4.2 0.4.2 Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2024/08/21 08:59:57 adam Exp $ a13 1 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel @ 1.3 log @py-wat-inspector: updated to 0.4.0 0.4.0 Unknown changes @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/08/04 13:07:35 adam Exp $ d3 1 a3 1 DISTNAME= wat_inspector-0.4.0 @ 1.2 log @py-wat-inspector: updated to 0.3.3 0.3.3 Export Insta-Load code without type hints @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/07/28 09:40:03 wiz Exp $ d3 1 a3 1 DISTNAME= wat_inspector-0.3.3 a17 2 PYTHON_VERSIONS_INCOMPATIBLE= 27 @ 1.1 log @devel/py-wat-inspector: import py-wat-inspector-0.2.1 WAT is a powerful inspection tool that allows you to delve into and examine unknown objects at runtime. If you find yourself deep within the Python console, feeling dazed and confused, wondering "WAT? What's that thing?", that's where the `wat` inspector comes in handy. @ text @d1 1 a1 1 # $NetBSD$ d3 1 a3 1 DISTNAME= wat_inspector-0.2.1 d6 1 a6 1 MASTER_SITES= ${MASTER_SITE_PYPI:=w/wat_inspector/} d9 1 a9 1 HOMEPAGE= https://pypi.org/project/wat_inspector/ @