head	1.13;
access;
symbols
	pkgsrc-2026Q3:1.13.0.6
	pkgsrc-2026Q3-base:1.13
	pkgsrc-2026Q2:1.13.0.4
	pkgsrc-2026Q2-base:1.13
	pkgsrc-2026Q1:1.13.0.2
	pkgsrc-2026Q1-base:1.13
	pkgsrc-2025Q4:1.12.0.2
	pkgsrc-2025Q4-base:1.12
	pkgsrc-2025Q3:1.11.0.6
	pkgsrc-2025Q3-base:1.11
	pkgsrc-2025Q2:1.11.0.4
	pkgsrc-2025Q2-base:1.11
	pkgsrc-2025Q1:1.11.0.2
	pkgsrc-2025Q1-base:1.11
	pkgsrc-2024Q4:1.10.0.2
	pkgsrc-2024Q4-base:1.10
	pkgsrc-2024Q3:1.9.0.2
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.7.0.4
	pkgsrc-2024Q2-base:1.7
	pkgsrc-2024Q1:1.7.0.2
	pkgsrc-2024Q1-base:1.7
	pkgsrc-2023Q4:1.6.0.2
	pkgsrc-2023Q4-base:1.6
	pkgsrc-2023Q3:1.3.0.2
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.2.0.2
	pkgsrc-2023Q2-base:1.2;
locks; strict;
comment	@# @;


1.13
date	2026.01.06.11.18.15;	author wiz;	state Exp;
branches;
next	1.12;
commitid	QYYWSGaNrkjQ7kpG;

1.12
date	2025.10.09.07.57.36;	author wiz;	state Exp;
branches;
next	1.11;
commitid	t4nMY0Dt3rBjSRdG;

1.11
date	2025.02.23.16.59.19;	author wiz;	state Exp;
branches;
next	1.10;
commitid	kbo5dPTmHbFBcCKF;

1.10
date	2024.10.14.06.45.42;	author wiz;	state Exp;
branches;
next	1.9;
commitid	ynDJEEQamKd33BtF;

1.9
date	2024.09.23.06.32.56;	author wiz;	state Exp;
branches;
next	1.8;
commitid	cQPM1lvvWgfFETqF;

1.8
date	2024.08.10.06.45.55;	author adam;	state Exp;
branches;
next	1.7;
commitid	bMZL1YnxZs6S8flF;

1.7
date	2024.01.14.09.46.37;	author wiz;	state Exp;
branches;
next	1.6;
commitid	U4pac6vewB0kRoUE;

1.6
date	2023.11.07.22.38.01;	author wiz;	state Exp;
branches;
next	1.5;
commitid	0SUcCzviRXnrjJLE;

1.5
date	2023.10.30.09.07.53;	author adam;	state Exp;
branches;
next	1.4;
commitid	7aM964Sn79ut5DKE;

1.4
date	2023.10.28.19.57.07;	author wiz;	state Exp;
branches;
next	1.3;
commitid	jP8MYROLWZ3yJqKE;

1.3
date	2023.07.30.15.32.48;	author adam;	state Exp;
branches;
next	1.2;
commitid	SIXcZSzMn5vWaQyE;

1.2
date	2023.05.04.10.02.30;	author adam;	state Exp;
branches;
next	1.1;
commitid	q9DoMvb87PS09DnE;

1.1
date	2023.05.04.09.38.36;	author wiz;	state Exp;
branches;
next	;
commitid	0e9fG2LmJEpO0DnE;


desc
@@


1.13
log
@*: forbid Python 3.11 for sphinx users

list from 'bob scan'
@
text
@# $NetBSD: Makefile,v 1.12 2025/10/09 07:57:36 wiz Exp $

DISTNAME=	pytoolconfig-1.3.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/^py//}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pytoolconfig/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/bageljrkhanofemus/pytoolconfig
COMMENT=	Python tool configuration
LICENSE=	gnu-lgpl-v3

TOOL_DEPENDS+=	${PYPKGPREFIX}-pdm_backend>=1.0.5:../../devel/py-pdm_backend
DEPENDS+=	${PYPKGPREFIX}-packaging>=22.0:../../devel/py-packaging
# global
DEPENDS+=	${PYPKGPREFIX}-platformdirs>=1.4.4:../../misc/py-platformdirs
# doc
DEPENDS+=	${PYPKGPREFIX}-sphinx>=4.5.0:../../textproc/py-sphinx
DEPENDS+=	${PYPKGPREFIX}-tabulate>=0.8.9:../../textproc/py-tabulate
TEST_DEPENDS+=	${PYPKGPREFIX}-mypy>=0.991:../../lang/py-mypy

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	310 311 # py-sphinx

.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
DEPENDS+=	${PYPKGPREFIX}-tomli>=2.0.1:../../textproc/py-tomli
.endif

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@*: remove reference to (removed) Python 3.9
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2025/02/23 16:59:19 wiz Exp $
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	310 # py-sphinx
@


1.11
log
@*: py-sphinx 8.2 drops support for Python 3.10
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2024/10/14 06:45:42 wiz Exp $
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	39 310 # py-sphinx
@


1.10
log
@*: clean-up after python38 removal
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2024/09/23 06:32:56 wiz Exp $
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	39 # py-sphinx
@


1.9
log
@py-toolconfig: fix PLIST for pdm(?) update

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2024/08/10 06:45:55 adam Exp $
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	38 39 # py-sphinx
@


1.8
log
@py-toolconfig: not for Python 3.9
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2024/01/14 09:46:37 wiz Exp $
d5 1
d25 1
a25 1
PYTHON_VERSIONS_INCOMPATIBLE=	27 38 39 # py-sphinx
@


1.7
log
@py-toolconfig: update to 1.3.1.

v1.3.1

Changes

    Drop 3.7 support by @@bagel897 in #28
    do sys path hack by @@bagel897 in #31

Misc

    Update deps by @@bagel897 in #29
    Update docs by @@bagel897 in #30

v.1.3.0

Features

    Enum Support by @@bagel897 in #19

Misc

    Use trusted publishing by @@bagel897 in #17
    deduplicate ci by @@bagel897 in #20
    chore: Configure Renovate by @@renovate in #21
    chore(deps): update pre-commit hook hadialqattan/pycln to v2.4.0 by @@renovate in #23
    chore(deps): update pre-commit hook pre-commit/mirrors-prettier to v3.1.0 by @@renovate in #25
    chore(deps): update pre-commit hook psf/black to v23.12.1 by @@renovate in #26
    chore(deps): update pre-commit hook charliermarsh/ruff-pre-commit to v0.1.11 by @@renovate in #22
    chore(deps): update actions/checkout action to v4 by @@renovate in #27
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2023/11/07 22:38:01 wiz Exp $
d24 1
a24 1
PYTHON_VERSIONS_INCOMPATIBLE=	27 38
@


1.6
log
@*: latest py-sphinx only support Python 3.9+
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2023/10/30 09:07:53 adam Exp $
d3 1
a3 1
DISTNAME=	pytoolconfig-1.2.6
@


1.5
log
@py-toolconfig: updated to 1.2.6

v.1.2.6
update workflows and tests
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2023/10/28 19:57:07 wiz Exp $
d24 1
a24 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.4
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.3 2023/07/30 15:32:48 adam Exp $
d3 1
a3 1
DISTNAME=	pytoolconfig-1.2.5
a4 1
PKGREVISION=	1
d13 1
d15 1
a15 1
DEPENDS+=	${PYPKGPREFIX}-docutils>=0:../../textproc/py-docutils
d17 2
a19 3
DEPENDS+=	${PYPKGPREFIX}-sphinx>=4.5.0:../../textproc/py-sphinx
TOOL_DEPENDS+=	${PYPKGPREFIX}-pdm_backend-[0-9]*:../../devel/py-pdm_backend
TEST_DEPENDS+=	${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
a30 3
do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}

@


1.3
log
@Remove dependencies for Python 3.7
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/05/04 10:02:30 adam Exp $
d5 1
@


1.2
log
@py-toolconfig: add python to CATEGORIES
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/05/04 09:38:36 wiz Exp $
a26 1

a29 3
.if ${PYTHON_VERSION} < 308
DEPENDS+=	${PYPKGPREFIX}-typing-extensions>=4.4.0:../../devel/py-typing-extensions
.endif
@


1.1
log
@devel/py-toolconfig: import py-toolconfig-1.2.5

The goal of this project is to manage configuration for python
tools, such as black and rope and add support for a pyproject.toml
configuration file.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
a5 1
CATEGORIES=	devel
@

