head	1.13;
access;
symbols
	pkgsrc-2026Q1:1.12.0.2
	pkgsrc-2026Q1-base:1.12
	pkgsrc-2025Q4:1.10.0.2
	pkgsrc-2025Q4-base:1.10
	pkgsrc-2025Q3:1.9.0.2
	pkgsrc-2025Q3-base:1.9
	pkgsrc-2025Q2:1.8.0.2
	pkgsrc-2025Q2-base:1.8
	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.4
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.2
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.1.0.2
	pkgsrc-2024Q1-base:1.1;
locks; strict;
comment	@# @;


1.13
date	2026.05.14.16.42.31;	author ryoon;	state Exp;
branches;
next	1.12;
commitid	tKipFjQKzke3NNFG;

1.12
date	2026.02.06.10.06.18;	author wiz;	state Exp;
branches;
next	1.11;
commitid	MwQEYCXeWSFvIitG;

1.11
date	2026.01.07.08.49.41;	author wiz;	state Exp;
branches;
next	1.10;
commitid	1wQ3ICD8eebefrpG;

1.10
date	2025.10.23.20.40.11;	author wiz;	state Exp;
branches;
next	1.9;
commitid	1V2hBZn9ypXaCJfG;

1.9
date	2025.07.22.05.03.20;	author adam;	state Exp;
branches;
next	1.8;
commitid	yWs1rCMN4V18sH3G;

1.8
date	2025.04.24.14.16.25;	author wiz;	state Exp;
branches;
next	1.7;
commitid	A3VBjL8Zdd4LljSF;

1.7
date	2025.04.17.21.53.05;	author wiz;	state Exp;
branches;
next	1.6;
commitid	xcIXAVA292fk6sRF;

1.6
date	2024.11.14.22.22.25;	author wiz;	state Exp;
branches;
next	1.5;
commitid	JmuDYqwL4erbdFxF;

1.5
date	2024.11.01.12.55.10;	author wiz;	state Exp;
branches;
next	1.4;
commitid	QB4Wk02mZPuBuWvF;

1.4
date	2024.11.01.00.54.24;	author wiz;	state Exp;
branches;
next	1.3;
commitid	QT27BdVP362gvSvF;

1.3
date	2024.05.29.16.35.09;	author adam;	state Exp;
branches;
next	1.2;
commitid	n8aFyEjEVZA0JUbF;

1.2
date	2024.04.06.08.07.08;	author wiz;	state Exp;
branches;
next	1.1;
commitid	xuM7fEJrv2TOC35F;

1.1
date	2024.03.24.12.44.57;	author adam;	state Exp;
branches;
next	;
commitid	vN8QKl6HDK63Bp3F;


desc
@@


1.13
log
@*: Recursive revbump from security/nettle-4.0
@
text
@# $NetBSD: Makefile,v 1.12 2026/02/06 10:06:18 wiz Exp $

PKGREVISION= 12
.include "../../x11/qt6-qscintilla/Makefile.common"

PKGNAME=	${PYPKGPREFIX}-qt6-${DISTNAME:S/_src//:tl}
COMMENT=	QScintilla -- Python bindings

TOOL_DEPENDS+=	${PYPKGPREFIX}-sip6>=6.0.2:../../x11/py-sip6
TOOL_DEPENDS+=	${PYPKGPREFIX}-qt-builder>=1.6:../../x11/py-qt-builder
DEPENDS+=	${PYPKGPREFIX}-qt6-[0-9]*:../../x11/py-qt6

WRKSRC=		${WRKDIR}/${DISTNAME}/Python

WHEEL_NAME=	pyqt6_${DISTNAME:S/_src//:tl}

post-extract:
	cd ${WRKSRC} && ${CP} pyproject-qt6.toml pyproject.toml

pre-configure:
	${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/

.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Darwin"
post-install:
	install_name_tool -id ${PREFIX}/${PYSITELIB}/PyQt6/Qsci.abi3.so \
	${DESTDIR}${PREFIX}/${PYSITELIB}/PyQt6/Qsci.abi3.so
.endif

.include "../../lang/python/wheel.mk"
BUILDLINK_API_DEPENDS.qt6-qscintilla+=	qt6-qscintilla>=${PKGVERSION_NOREV}
.include "../../x11/qt6-qscintilla/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.12
log
@*: recursive bump for nettle 4.0 shlib major bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.11 2026/01/07 08:49:41 wiz Exp $
d3 1
a3 1
PKGREVISION= 11
@


1.11
log
@*: recursive bump for icu 78.1
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2025/10/23 20:40:11 wiz Exp $
d3 1
a3 1
PKGREVISION= 10
@


1.10
log
@*: recursive bump for pcre2

Running an old binary against the new pcre doesn't work:
/usr/pkg/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/pkg/lib/libglib-2.0.so.0 not defined
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2025/07/22 05:03:20 adam Exp $
d3 1
a3 1
PKGREVISION= 9
@


1.9
log
@py-qt6-qscintilla: use corret WHEEL_NAME as py-sip6 now conforms to PyPA standards
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2025/04/24 14:16:25 wiz Exp $
d3 1
a3 1
PKGREVISION= 8
@


1.8
log
@*: recursive bump for jpeg -> libjpeg-turbo switch
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2025/04/17 21:53:05 wiz Exp $
d3 1
a3 1
PKGREVISION= 7
d15 1
a15 3
PYTHON_VERSIONS_INCOMPATIBLE=	27

WHEEL_NAME=	PyQt6_${DISTNAME:S/_src//}
@


1.7
log
@*: recursive bump for icu 77 and libxml2 2.14
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2024/11/14 22:22:25 wiz Exp $
d3 1
a3 1
PKGREVISION= 6
@


1.6
log
@*: recursive bump for icu 76 shlib major version bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2024/11/01 12:55:10 wiz Exp $
d3 1
a3 1
PKGREVISION= 5
@


1.5
log
@*: revbump for icu downgrade
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2024/11/01 00:54:24 wiz Exp $
d3 1
a3 1
PKGREVISION= 4
@


1.4
log
@*: recursive bump for icu 76.1 shlib bump
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2024/05/29 16:35:09 adam Exp $
d3 1
a3 1
PKGREVISION= 3
@


1.3
log
@revbump after icu and protobuf updates
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2024/04/06 08:07:08 wiz Exp $
d3 1
a3 1
PKGREVISION= 2
@


1.2
log
@* recursive bump for libxkbcommon 1.7.0

Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2024/03/24 12:44:57 adam Exp $
d3 1
a3 1
PKGREVISION= 1
@


1.1
log
@[py-]qt6-qscintilla: added version 2.14.1; same functionality as qt5 version, but linked against qt6
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
@

