head	1.11;
access;
symbols
	pkgsrc-2026Q1:1.11.0.12
	pkgsrc-2026Q1-base:1.11
	pkgsrc-2025Q4:1.11.0.10
	pkgsrc-2025Q4-base:1.11
	pkgsrc-2025Q3:1.11.0.8
	pkgsrc-2025Q3-base:1.11
	pkgsrc-2025Q2:1.11.0.6
	pkgsrc-2025Q2-base:1.11
	pkgsrc-2025Q1:1.11.0.4
	pkgsrc-2025Q1-base:1.11
	pkgsrc-2024Q4:1.11.0.2
	pkgsrc-2024Q4-base:1.11
	pkgsrc-2024Q3:1.9.0.8
	pkgsrc-2024Q3-base:1.9
	pkgsrc-2024Q2:1.9.0.6
	pkgsrc-2024Q2-base:1.9
	pkgsrc-2024Q1:1.9.0.4
	pkgsrc-2024Q1-base:1.9
	pkgsrc-2023Q4:1.9.0.2
	pkgsrc-2023Q4-base:1.9
	pkgsrc-2023Q3:1.8.0.2
	pkgsrc-2023Q3-base:1.8
	pkgsrc-2023Q2:1.7.0.8
	pkgsrc-2023Q2-base:1.7
	pkgsrc-2023Q1:1.7.0.6
	pkgsrc-2023Q1-base:1.7
	pkgsrc-2022Q4:1.7.0.4
	pkgsrc-2022Q4-base:1.7
	pkgsrc-2022Q3:1.7.0.2
	pkgsrc-2022Q3-base:1.7
	pkgsrc-2022Q2:1.6.0.4
	pkgsrc-2022Q2-base:1.6
	pkgsrc-2022Q1:1.6.0.2
	pkgsrc-2022Q1-base:1.6
	pkgsrc-2021Q4:1.4.0.10
	pkgsrc-2021Q4-base:1.4
	pkgsrc-2021Q3:1.4.0.8
	pkgsrc-2021Q3-base:1.4
	pkgsrc-2021Q2:1.4.0.6
	pkgsrc-2021Q2-base:1.4
	pkgsrc-2021Q1:1.4.0.4
	pkgsrc-2021Q1-base:1.4
	pkgsrc-2020Q4:1.4.0.2
	pkgsrc-2020Q4-base:1.4
	pkgsrc-2020Q3:1.3.0.8
	pkgsrc-2020Q3-base:1.3
	pkgsrc-2020Q2:1.3.0.6
	pkgsrc-2020Q2-base:1.3
	pkgsrc-2020Q1:1.3.0.2
	pkgsrc-2020Q1-base:1.3
	pkgsrc-2019Q4:1.3.0.4
	pkgsrc-2019Q4-base:1.3;
locks; strict;
comment	@# @;


1.11
date	2024.10.16.02.15.01;	author markd;	state Exp;
branches;
next	1.10;
commitid	juqe9KRuZU3huPtF;

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

1.9
date	2023.11.07.22.38.01;	author wiz;	state Exp;
branches;
next	1.8;
commitid	0SUcCzviRXnrjJLE;

1.8
date	2023.08.14.05.24.20;	author wiz;	state Exp;
branches;
next	1.7;
commitid	LOSB79OLVxvXjIAE;

1.7
date	2022.06.30.11.18.22;	author nia;	state Exp;
branches;
next	1.6;
commitid	AhctUV91Vubws3KD;

1.6
date	2022.01.05.15.41.09;	author wiz;	state Exp;
branches;
next	1.5;
commitid	FQ77UruBIUsgzsnD;

1.5
date	2022.01.04.20.53.51;	author wiz;	state Exp;
branches;
next	1.4;
commitid	CYyhdK9qtoffkmnD;

1.4
date	2020.12.04.20.45.16;	author nia;	state Exp;
branches;
next	1.3;
commitid	FPz71MqRX3WN0tyC;

1.3
date	2019.12.20.18.37.50;	author markd;	state Exp;
branches;
next	1.2;
commitid	nefPdNV15l5YytPB;

1.2
date	2019.12.19.21.22.02;	author markd;	state Exp;
branches;
next	1.1;
commitid	iUfq7EPFjYAivmPB;

1.1
date	2019.11.03.01.33.51;	author markd;	state Exp;
branches;
next	;
commitid	QiizcIagsdVNolJB;


desc
@@


1.11
log
@gns3-gui: update to 2.2.49

5 years worth of updates
@
text
@# $NetBSD: Makefile,v 1.10 2024/10/14 06:45:42 wiz Exp $

DISTNAME=	gns3-gui-2.2.49
CATEGORIES=	emulators
MASTER_SITES=	${MASTER_SITE_PYPI:=g/gns3-gui/}

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/GNS3/gns3-gui
COMMENT=	GNS3 network simulator - Graphical user interface package
LICENSE=	gnu-gpl-v3

DEPENDS+=	${PYPKGPREFIX}-distro>=1.9.0:../../devel/py-distro
DEPENDS+=	${PYPKGPREFIX}-psutil>=6.0.0:../../sysutils/py-psutil
DEPENDS+=	${PYPKGPREFIX}-jsonschema>=4.23:../../textproc/py-jsonschema
DEPENDS+=	${PYPKGPREFIX}-sentry-sdk>=2.12:../../devel/py-sentry-sdk
DEPENDS+=	${PYPKGPREFIX}-truststore>=0.9.1:../../security/py-truststore
DEPENDS+=	${PYPKGPREFIX}-qt5-[0-9]*:../../x11/py-qt5

USE_PKG_RESOURCES=	yes

post-install:
	chmod go-w,a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/gns3/ui/*.ui
	chmod go-w,a-x ${DESTDIR}${PREFIX}/${PYSITELIB}/gns3/modules/*/ui/*.ui

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

.include "../../mk/bsd.pkg.mk"
@


1.10
log
@*: clean-up after python38 removal
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.9 2023/11/07 22:38:01 wiz Exp $
d3 1
a3 2
DISTNAME=	gns3-gui-2.2.1
PKGREVISION=	6
d7 1
a7 1
MAINTAINER=	markd@@NetBSD.org
d12 5
a16 4
DEPENDS+=	${PYPKGPREFIX}-distro>=1.3.0:../../devel/py-distro
DEPENDS+=	${PYPKGPREFIX}-psutil>=2.2.1:../../sysutils/py-psutil
DEPENDS+=	${PYPKGPREFIX}-jsonschema>=2.6.0:../../textproc/py-jsonschema
DEPENDS+=	${PYPKGPREFIX}-raven>=5.23.0:../../www/py-raven
a20 6
# we have newer jsonschema and it seems fine
SUBST_CLASSES+=		inst
SUBST_STAGE.inst=	pre-configure
SUBST_FILES.inst=	requirements.txt
SUBST_SED.inst=		-e "s:jsonschema==2.6.0:jsonschema:"

@


1.9
log
@*: latest py-sphinx only support Python 3.9+
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.8 2023/08/14 05:24:20 wiz Exp $
a18 2
PYTHON_VERSIONS_INCOMPATIBLE=	27 38

@


1.8
log
@*: recursive bump for Python 3.11 as new default
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.7 2022/06/30 11:18:22 nia Exp $
d19 1
a19 1
PYTHON_VERSIONS_INCOMPATIBLE=	27
@


1.7
log
@*: Revbump packages that use Python at runtime without a PKGNAME prefix
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.6 2022/01/05 15:41:09 wiz Exp $
d4 1
a4 1
PKGREVISION=	5
@


1.6
log
@python: egg.mk: add USE_PKG_RESOURCES flag

This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:51 wiz Exp $
d4 1
a4 1
PKGREVISION=	4
@


1.5
log
@*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.4 2020/12/04 20:45:16 nia Exp $
d4 1
a4 1
PKGREVISION=	3
a12 2
PYTHON_VERSIONS_INCOMPATIBLE=	27

d19 4
@


1.4
log
@Revbump packages with a runtime Python dep but no version prefix.

For the Python 3.8 default switch.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2019/12/20 18:37:50 markd Exp $
d4 1
a4 1
PKGREVISION=	2
@


1.3
log
@gns3-gui: PKGREVISION bump for permissions change
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2019/12/19 21:22:02 markd Exp $
d4 1
a4 1
PKGREVISION=	1
@


1.2
log
@gns3-gui: fix permissions of installed files
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1 2019/11/03 01:33:51 markd Exp $
d4 1
@


1.1
log
@gns3-gui: add versiom 2.2.1

GNS3 network simulator. Graphical user interface package.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.10 2015/12/12 20:20:04 markd Exp $
d26 4
@

