void-packages/srcpkgs/gns3-server/template
2021-11-14 04:03:08 -03:00

26 lines
1.3 KiB
Bash

# Template file for 'gns3-server'
pkgname=gns3-server
version=2.2.27
revision=1
build_style=python3-module
# Skip tests/compute/docker/test_docker_vm.py::test_stop test that wasn't updated with the code https://github.com/GNS3/gns3-server/commit/b1a62dfd
make_check_args="-k-test_stop"
hostmakedepends="python3-setuptools"
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
python3-Jinja2 python3-psutil python3-aiofiles
python3-py-cpuinfo python3-distro python3-async-timeout dynamips"
checkdepends="${depends} python3-pytest python3-flake8 python3-pytest-timeout python3-pytest-aiohttp"
short_desc="Graphical Network Simulator 3 - Server"
maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://gns3.com"
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
checksum=ed45ab788ee976474289e9e73c5bbe78cab26ebfcdcc5d2eee086908d14d0c9f
# The source archive contains statically linked artifacts for x86_64
# glibc, since this is the only architecture supported by upstream, we
# mirror that requirement here. The artifacts in questions are the C
# 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
archs="x86_64"