head	1.7;
access;
symbols
	pkgsrc-2026Q1:1.7.0.10
	pkgsrc-2026Q1-base:1.7
	pkgsrc-2025Q4:1.7.0.8
	pkgsrc-2025Q4-base:1.7
	pkgsrc-2025Q3:1.7.0.6
	pkgsrc-2025Q3-base:1.7
	pkgsrc-2025Q2:1.7.0.4
	pkgsrc-2025Q2-base:1.7
	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.5.0.4
	pkgsrc-2024Q3-base:1.5
	pkgsrc-2024Q2:1.5.0.2
	pkgsrc-2024Q2-base:1.5
	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
	pkgsrc-2023Q1:1.1.0.2
	pkgsrc-2023Q1-base:1.1;
locks; strict;
comment	@# @;


1.7
date	2025.02.23.18.08.21;	author wiz;	state Exp;
branches;
next	1.6;
commitid	gMCer9ukQIBdACKF;

1.6
date	2024.10.12.11.04.07;	author wiz;	state Exp;
branches;
next	1.5;
commitid	VeaokoW92XRSxmtF;

1.5
date	2024.05.01.05.23.56;	author adam;	state Exp;
branches;
next	1.4;
commitid	bkMgxWrK1MO1Wf8F;

1.4
date	2024.04.30.03.57.55;	author adam;	state Exp;
branches;
next	1.3;
commitid	xbTSaMXRFfcsu78F;

1.3
date	2023.10.25.22.27.13;	author wiz;	state Exp;
branches;
next	1.2;
commitid	7lXjxki46QPGF3KE;

1.2
date	2023.03.29.09.34.09;	author wiz;	state Exp;
branches;
next	1.1;
commitid	dE79P0WicMkX80jE;

1.1
date	2023.02.14.17.42.54;	author adam;	state Exp;
branches;
next	;
commitid	PnAqfVE9UypjewdE;


desc
@@


1.7
log
@py-pyproject_hooks: adapt for flit_core 3.11

Bump PKGREVISION
@
text
@# $NetBSD: Makefile,v 1.6 2024/10/12 11:04:07 wiz Exp $

DISTNAME=	pyproject_hooks-1.2.0
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
PKGREVISION=	1
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=p/pyproject_hooks/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://pyproject-hooks.readthedocs.io/
COMMENT=	Wrappers to call pyproject.toml-based build backend hooks
LICENSE=	mit

USE_LANGUAGES=	# none

.include "../../lang/python/pyversion.mk"

.if ${PYTHON_VERSION} < 311
DEPENDS+=	${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
.endif

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


1.6
log
@py-pyproject_hooks: update to 1.2.0.

v1.2
----

- Improve interoperability with ``importlib.metadata``, fixing a regression
  in setuptools compatibility in 1.1 (#199).
- Clean up the ``_in_process`` directory inside the package from ``sys.path``
  before imporing the backend (#193).

v1.1
----

- Add type annotations to the public API.
- More careful handling of the ``backend-path`` key from ``pyproject.toml``.
  Previous versions would load the backend and then check that it was loaded
  from the specified path; the new version only loads it from the specified path.
  The ``BackendInvalid`` exception is now a synonym for :exc:`BackendUnavailable`,
  and code should move to using the latter name.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/05/01 05:23:56 adam Exp $
d5 1
@


1.5
log
@py-pyproject_hooks: revert to 1.0.0
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2023/10/25 22:27:13 wiz Exp $
d3 1
a3 2
# 1.1.0 breaks py-setuptools: https://github.com/pypa/setuptools/issues/4333
DISTNAME=	pyproject_hooks-1.0.0
a4 1
PKGREVISION=	1
a14 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

@


1.4
log
@py-pyproject_hooks: updated to 1.1.0

v1.1

Add type annotations to the public API.
More careful handling of the backend-path key from pyproject.toml. Previous versions would load the backend and then check that it was loaded from the specified path; the new version only loads it from the specified path. The BackendInvalid exception is now a synonym for BackendUnavailable, and code should move to using the latter name.
@
text
@d3 2
a4 1
DISTNAME=	pyproject_hooks-1.1.0
d6 1
d19 6
@


1.3
log
@py-pyproject_hooks: use bootstrap.mk

Bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2023/03/29 09:34:09 wiz Exp $
d3 1
a3 1
DISTNAME=	pyproject_hooks-1.0.0
a4 1
PKGREVISION=	1
a16 6
.include "../../lang/python/pyversion.mk"

.if ${PYTHON_VERSION} < 311
DEPENDS+=	${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
.endif

@


1.2
log
@*: use PYTHON_VERSION instead of _PYTHON_VERSION
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2023/02/14 17:42:54 adam Exp $
d5 1
a15 2
USE_PKG_RESOURCES=	yes

d24 1
a24 5
# Generated setup.py; don't use wheel.mk as py-build depends on this package.
pre-configure:
	${CP} ${FILESDIR}/setup.py ${WRKSRC}/

.include "../../lang/python/egg.mk"
@


1.1
log
@py-pyproject_hooks: added version 1.0.0

This is a low-level library for calling build-backends in pyproject.toml-based
project. It provides the basic functionality to help write tooling that
generates distribution files from Python projects.
@
text
@d1 1
a1 1
# $NetBSD$
d20 2
a21 1
.if ${_PYTHON_VERSION} != 311
@

