mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gns3-gui: update to 2.2.10.
This commit is contained in:
parent
3e61a1a68d
commit
af7854df0d
1 changed files with 16 additions and 4 deletions
|
@ -1,20 +1,32 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.2.5
|
version=2.2.10
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gns3"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-psutil python3-jsonschema python3-raven
|
depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
|
||||||
python3-PyQt5-svg python3-PyQt5-websockets python3-sip xterm inetutils-telnet
|
python3-PyQt5-svg python3-PyQt5-websockets python3-sip xterm inetutils-telnet
|
||||||
gns3-net-converter python3-distro"
|
gns3-net-converter python3-distro"
|
||||||
|
checkdepends="${depends}"
|
||||||
short_desc="Graphical Network Simulator 3 - GUI"
|
short_desc="Graphical Network Simulator 3 - GUI"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://gns3.com"
|
homepage="https://gns3.com"
|
||||||
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=643dbd35f1e017d59508067b872a51f6a636073276dfa8b9920b5b8c692e0704
|
checksum=0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# relax requirements
|
||||||
|
vsed -e 's|jsonschema.*|jsonschema>=2.6.0|' \
|
||||||
|
-e 's|psutil.*|psutil>=5.6.7|' -i requirements.txt
|
||||||
|
}
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
# uses tox, broken
|
||||||
|
cd build/lib
|
||||||
|
python3 -c 'import gns3 as m; print(m)'
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall gns3-gui.desktop 644 usr/share/applications
|
vinstall gns3-gui.desktop 644 usr/share/applications
|
||||||
|
|
Loading…
Add table
Reference in a new issue