gns3-gui: update to 2.2.25.
This commit is contained in:
parent
6b568d3e4d
commit
22c8bab031
2 changed files with 12 additions and 15 deletions
8
srcpkgs/gns3-gui/patches/requirements.patch
Normal file
8
srcpkgs/gns3-gui/patches/requirements.patch
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
diff --git a/requirements.txt b/requirements.txt
|
||||||
|
--- a/requirements.txt
|
||||||
|
+++ b/requirements.txt
|
||||||
|
@@ -1,4 +1,3 @@
|
||||||
|
jsonschema==3.2.0
|
||||||
|
-sentry-sdk==1.3.1
|
||||||
|
psutil==5.8.0
|
||||||
|
distro==1.6.0
|
|
@ -1,30 +1,19 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.2.21
|
version=2.2.25
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
|
depends="python3-setuptools python3-psutil python3-jsonschema
|
||||||
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
|
python3-PyQt5-svg python3-PyQt5-websockets xterm inetutils-telnet
|
||||||
gns3-net-converter python3-distro"
|
gns3-net-converter python3-distro"
|
||||||
checkdepends="${depends}"
|
checkdepends="${depends} python3-pytest python3-wheel"
|
||||||
short_desc="Graphical Network Simulator 3 - GUI"
|
short_desc="Graphical Network Simulator 3 - GUI"
|
||||||
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||||
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=@58b12add3fa29a095f14bbf4c61f54f41fdee45c8ca490c651d9ccb37b9884fe
|
checksum=a49bfe7756403e8fddfe19382780c95ae28e1eab7e63b48140655212f91612ba
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
# relax requirements
|
|
||||||
vsed -e 's|jsonschema.*|jsonschema>=2.6.0|' -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
Add a link
Reference in a new issue