mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
net-misc/gns3-gui: add 2.2.59
Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST gns3-gui-2.2.56.tar.gz 5067051 BLAKE2B b58e40633be20ddbf4dc0826fbc2df2beba096761907dd07c11f4a41a96f03fa2f1a73d8fd5e598e763939a7181659fa4ffe89e7e16c68d7240376ca112f0f1e SHA512 8c7fa16814f54a1fc51392982b88a5c1220a066aa1e4259b38b0cb5198bd7a7f3daa81b8653e5ff72a732e071bfa59412940d70e90e099c56ea1820e6b3baffb
|
||||
DIST gns3-gui-2.2.59.tar.gz 5062337 BLAKE2B 5f31b3cf965544b79ddaeca09bcb311c33b5ae23f92fcdbf6992d7e84596d7a3fc63af76bfd08a3cb5b69f1274273332312f76896e32aaa2c814704464ab8487 SHA512 85d9aa117211282f10fb8e3ef334252fdd46a0f8d44cf40df2f6524a5c7a85f70955f1316473b45e3b8268433f60f31ac09277ba187e6bc4ffecfd7ed48b97ae
|
||||
|
||||
44
net-misc/gns3-gui/gns3-gui-2.2.59.ebuild
Normal file
44
net-misc/gns3-gui/gns3-gui-2.2.59.ebuild
Normal file
@@ -0,0 +1,44 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..14} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1 virtualx xdg
|
||||
|
||||
DESCRIPTION="Graphical Network Simulator"
|
||||
HOMEPAGE="https://www.gns3.com https://github.com/GNS3/gns3-gui"
|
||||
SRC_URI="https://github.com/GNS3/gns3-gui/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
#net-misc/gns3-server version should always match gns3-gui version
|
||||
RDEPEND="
|
||||
>=dev-python/distro-1.9.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/jsonschema-4.25.1[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-7.2.2[${PYTHON_USEDEP}]
|
||||
>=dev-python/truststore-0.10.4[${PYTHON_USEDEP}]
|
||||
>=dev-python/qdarkstyle-3.2.3[${PYTHON_USEDEP}]
|
||||
~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}]
|
||||
dev-python/pyqt6[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/pyqt6[testlib] )
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# newer python packages are fine
|
||||
sed -i -e 's/[<>=].*//' requirements.txt || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx distutils-r1_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user