gns3-gui: update to 2.2.32.
This commit is contained in:
parent
af4e3d9638
commit
c2c9366ba0
2 changed files with 9 additions and 17 deletions
|
@ -1,14 +0,0 @@
|
|||
diff --git a/requirements.txt b/requirements.txt
|
||||
--- a/requirements.txt
|
||||
+++ b/requirements.txt
|
||||
@@ -1,6 +1,5 @@
|
||||
-jsonschema==3.2.0
|
||||
+jsonschema>=3.2.0
|
||||
-sentry-sdk==1.5.4
|
||||
-psutil==5.9.0
|
||||
+psutil>=5.9.0
|
||||
-distro==1.6.0
|
||||
+distro>=1.6.0
|
||||
-setuptools==60.6.0; python_version >= '3.7' # don't upgrade because of https://github.com/pypa/setuptools/issues/3084
|
||||
+setuptools>=60.5.0; python_version >= '3.7' # don't upgrade because of https://github.com/pypa/setuptools/issues/3084
|
||||
setuptools==59.6.0; python_version < '3.7' # v59.7.0 dropped support for Python 3.6
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gns3-gui'
|
||||
pkgname=gns3-gui
|
||||
version=2.2.31
|
||||
revision=2
|
||||
version=2.2.32
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-psutil python3-jsonschema
|
||||
|
@ -14,7 +14,13 @@ license="GPL-3.0-or-later"
|
|||
homepage="https://gns3.com"
|
||||
changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG"
|
||||
distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=7b6f041f88a63dc44e33680ea489556abc7d96d1c3d4bb5d85dd15b15db6d036
|
||||
checksum=a43f51567ac69db894d2ac6e41edf1549bc992ddf98979e1576c59b08571d943
|
||||
|
||||
|
||||
post_patch() {
|
||||
# comment out requirements since versions are usually out of sync with Void packages
|
||||
vsed -e 's|^|#|' -i requirements.txt
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall gns3-gui.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Add table
Reference in a new issue