pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-tortoisehg py-tortoisehg: switch to latest py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfa85549866c
branches:  trunk
changeset: 389234:dfa85549866c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Dec 02 15:41:30 2022 +0000

description:
py-tortoisehg: switch to latest py-qt5

This adds support for python 3.11.

diffstat:

 devel/py-tortoisehg/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r a860303d7f94 -r dfa85549866c devel/py-tortoisehg/Makefile
--- a/devel/py-tortoisehg/Makefile      Fri Dec 02 15:40:24 2022 +0000
+++ b/devel/py-tortoisehg/Makefile      Fri Dec 02 15:41:30 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.89 2022/11/25 13:31:34 wiz Exp $
+# $NetBSD: Makefile,v 1.90 2022/12/02 15:41:30 wiz Exp $
 
 DISTNAME=              tortoisehg-6.2.3
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            devel python
 MASTER_SITES=          https://www.mercurial-scm.org/release/tortoisehg/targz/
 
@@ -15,6 +15,8 @@
 DEPENDS+=      ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
 DEPENDS+=      ${PYPKGPREFIX}-mercurial>=5.0.0:../../devel/py-mercurial
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      ${PYPKGPREFIX}-qt5-qscintilla-[0-9]*:../../x11/py-qt5-qscintilla
+DEPENDS+=      ${PYPKGPREFIX}-sip-qt5-[0-9]*:../../x11/py-sip-qt5
 
 USE_TOOLS+=            pax
 
@@ -33,7 +35,6 @@
 PYTHON_SELF_CONFLICT=  yes
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
-PYTHON_VERSIONS_INCOMPATIBLE+= 311 # py-sip via py-qt5-qscintilla
 
 pre-build:
        ${RUN} cd ${WRKSRC}/doc && ${MAKE_PROGRAM} SPHINXBUILD=sphinx-build-${PYVERSSUFFIX} html
@@ -50,5 +51,4 @@
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../x11/py-qt5-qscintilla/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index