gns3-gui: update to 2.2.17, adopt
This commit is contained in:
parent
651f29d531
commit
d012da6bda
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.2.10
|
version=2.2.17
|
||||||
revision=2
|
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-sentry
|
||||||
|
@ -9,13 +9,13 @@ depends="python3-setuptools python3-psutil python3-jsonschema python3-sentry
|
||||||
gns3-net-converter python3-distro"
|
gns3-net-converter python3-distro"
|
||||||
checkdepends="${depends}"
|
checkdepends="${depends}"
|
||||||
short_desc="Graphical Network Simulator 3 - GUI"
|
short_desc="Graphical Network Simulator 3 - GUI"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
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=0f04fe1b3b328bab5ee80755ea90e18e0d25828fbf4a644f3fbec29189f19bc8
|
checksum=@2200216046969000e6f076707d2ea3938a0777dc82e3d940cc41dc26c7fd46b5
|
||||||
|
|
||||||
pre_build() {
|
post_patch() {
|
||||||
# relax requirements
|
# relax requirements
|
||||||
vsed -e 's|jsonschema.*|jsonschema>=2.6.0|' \
|
vsed -e 's|jsonschema.*|jsonschema>=2.6.0|' \
|
||||||
-e 's|psutil.*|psutil>=5.6.7|' -i requirements.txt
|
-e 's|psutil.*|psutil>=5.6.7|' -i requirements.txt
|
||||||
|
|
|
@ -15,7 +15,7 @@ homepage="https://gns3.com"
|
||||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||||
checksum=@476c23fc41c0f92c816557f56e8a8184009b4cf0477c4d94156d9ff06db9256b
|
checksum=@476c23fc41c0f92c816557f56e8a8184009b4cf0477c4d94156d9ff06db9256b
|
||||||
|
|
||||||
pre_build() {
|
post_patch() {
|
||||||
# relax requirements
|
# relax requirements
|
||||||
vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
|
vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
|
||||||
-e 's|aiohttp-cors.*|aiohttp-cors>=0.7.0|' \
|
-e 's|aiohttp-cors.*|aiohttp-cors>=0.7.0|' \
|
||||||
|
|
Loading…
Reference in a new issue