head	1.6;
access;
symbols
	pkgsrc-2026Q2:1.6.0.2
	pkgsrc-2026Q2-base:1.6
	pkgsrc-2026Q1:1.5.0.2
	pkgsrc-2026Q1-base:1.5
	pkgsrc-2025Q4:1.4.0.2
	pkgsrc-2025Q4-base:1.4
	pkgsrc-2025Q3:1.2.0.2
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.1.0.2
	pkgsrc-2025Q2-base:1.1;
locks; strict;
comment	@# @;


1.6
date	2026.05.12.08.10.19;	author adam;	state Exp;
branches;
next	1.5;
commitid	ujxqwPd9MPcg2vFG;

1.5
date	2025.12.26.12.48.22;	author adam;	state Exp;
branches;
next	1.4;
commitid	lANo4Tvf7jQEYUnG;

1.4
date	2025.11.30.08.19.08;	author adam;	state Exp;
branches;
next	1.3;
commitid	u0dUONtcs1sbkykG;

1.3
date	2025.09.22.17.56.29;	author adam;	state Exp;
branches;
next	1.2;
commitid	wsmqzrl3xpCKJJbG;

1.2
date	2025.07.15.07.45.56;	author adam;	state Exp;
branches;
next	1.1;
commitid	FawDSMOY3fTNzO2G;

1.1
date	2025.04.17.15.45.50;	author adam;	state Exp;
branches;
next	;
commitid	1x6RmkAiDD3K5qRF;


desc
@@


1.6
log
@py-cxxheaderparser: updated to 1.7.1

1.7.1
Add support for explicit-expressions.

1.7.0
Add parse_typename function to simple API
@
text
@# $NetBSD: Makefile,v 1.5 2025/12/26 12:48:22 adam Exp $

DISTNAME=	cxxheaderparser-1.7.1
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	lang python
MASTER_SITES=	${MASTER_SITE_PYPI:=c/cxxheaderparser/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/robotpy/cxxheaderparser
COMMENT=	Parse C++ header files and generate a data structure
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatch-vcs>0:../../devel/py-hatch-vcs
TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling>0:../../devel/py-hatchling

USE_LANGUAGES=	# none

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


1.5
log
@py-cxxheaderparser: updated to 1.6.2

1.6.2
Merge pull request 131 from robotpy/nullptr_t_fn
Remove nullptr_t as a special token
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2025/11/30 08:19:08 adam Exp $
d3 1
a3 1
DISTNAME=	cxxheaderparser-1.6.2
@


1.4
log
@py-cxxheaderparser: updated to 1.6.1

1.6.1
Improve requires clause parsing
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2025/09/22 17:56:29 adam Exp $
d3 1
a3 1
DISTNAME=	cxxheaderparser-1.6.1
@


1.3
log
@py-cxxheaderparser: updated to 1.6.0

1.6.0
Support bitfields that contain constant integral expressions
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2025/07/15 07:45:56 adam Exp $
d3 1
a3 1
DISTNAME=	cxxheaderparser-1.6.0
d13 2
a14 1
TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
@


1.2
log
@py-cxxheaderparser: updated to 1.5.4

1.5.4
Unknown changes
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2025/04/17 15:45:50 adam Exp $
d3 1
a3 1
DISTNAME=	cxxheaderparser-1.5.4
@


1.1
log
@py-cxxheaderparser: added version 1.5.0

A pure python C++ header parser that parses C++ headers in a mildly naive
manner that allows it to handle many C++ constructs, including many modern
(C++11 and beyond) features.

This is a complete rewrite of the CppHeaderParser library. CppHeaderParser is
really useful for some tasks, but it's implementation is a truly terrible ugly
hack built on top of other terrible hacks. This rewrite tries to learn from
CppHeaderParser and leave its ugly baggage behind.
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	cxxheaderparser-1.5.0
@

