gns3-server: update to 2.1.6.
This commit is contained in:
parent
25ecbbbfae
commit
f0ac86641a
|
@ -0,0 +1,9 @@
|
|||
--- requirements.txt 2018-05-22 14:11:48.000000000 +0200
|
||||
+++ - 2018-05-27 14:37:55.136872861 +0200
|
||||
@@ -8,4 +8,4 @@
|
||||
zipstream>=1.1.4
|
||||
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
|
||||
prompt-toolkit
|
||||
-async-timeout<3.0.0 # pyup: ignore; 3.0 drops support for python 3.4
|
||||
\ No newline at end of file
|
||||
+async-timeout
|
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'gns3-server'
|
||||
pkgname=gns3-server
|
||||
version=2.1.5
|
||||
version=2.1.6
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
pycompile_module="gns3server"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
|
||||
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors2 python3-yarl
|
||||
python3-Jinja2 python3-raven python3-psutil python3-zipstream python3-prompt_toolkit
|
||||
dynamips"
|
||||
short_desc="Graphical Network Simulator 3 - Server"
|
||||
|
@ -13,9 +13,7 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://gns3.com"
|
||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||
checksum=73ce2528dfbdc5478fc8bd6f5687f4c9bf30043ce6554d822a1f79b51dfd7381
|
||||
|
||||
broken="aiohttp 2.2.x or 2.3.x is required to run the GNS3 server"
|
||||
checksum=a292be8f0a4ea970e43ea980383f046b2417e7412ff00e171a44453bde8f3463
|
||||
|
||||
pre_build() {
|
||||
# relax requirements
|
||||
|
@ -33,4 +31,8 @@ post_install() {
|
|||
# modules that are used to drive additional virtualization backends
|
||||
# for gns3. For more information, see this ticket:
|
||||
# https://github.com/GNS3/gns3-server/issues/970
|
||||
only_for_archs="x86_64"
|
||||
# only_for_archs="x86_64"
|
||||
|
||||
case "$XBPS_TARGET_ARCH" in
|
||||
i686*) broken="https://travis-ci.org/voidlinux/void-packages/jobs/384402938"
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue