mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
net-misc/gns3-gui: drop 2.2.51
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
42eaa5403b
commit
19f8e7374c
@ -1,2 +1 @@
|
||||
DIST gns3-gui-2.2.51.tar.gz 5065488 BLAKE2B 4eca5abcdc24d8493aa40aa0afc2a58ccc3adce71321fd6d27b8f950b9c04ada60081ec57ea128304b53f9d26b4d104358be984baa12a9f11d9a5d333d22170d SHA512 0558540f30c6f34555612d0188592b60844c4aa58cc0fd823b8cbc067620f3beb1e9a343ebc8f82a71a0abdd1af73511043142000c5f443ce86399781bd3581e
|
||||
DIST gns3-gui-2.2.52.tar.gz 5065074 BLAKE2B b05a7b9326ddb09bc98dda51a4efd201cc4d64aafcdbc3602be087d16ac8e9c4879a7c2a484ca0d0c2d44a73ee4a0bedb390ab2353813b9a9da2c4592b7c7f2e SHA512 62e53dbf7aa7744539c0792f7af251e978481defbe65619b7e8f4569f24e367acbfca9454e0f2c50edeb220d242d43959942f8ff0937616c74a9940a65dc4f3a
|
||||
|
||||
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
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.23.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/psutil-6.1.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/truststore-0.10.0[${PYTHON_USEDEP}]
|
||||
~net-misc/gns3-server-${PV}[${PYTHON_USEDEP}]
|
||||
dev-python/pyqt5[gui,network,svg,websockets,widgets,${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user