From 1cd55e25ef8156b38932a1319c87623b8f6f88b3 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Tue, 2 May 2017 14:29:04 +0000 Subject: community/gns3-server: upgrade to 2.0.0 --- community/gns3-server/APKBUILD | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'community/gns3-server/APKBUILD') diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD index ad94e6369a..d0556c4a64 100644 --- a/community/gns3-server/APKBUILD +++ b/community/gns3-server/APKBUILD @@ -1,15 +1,15 @@ # Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=gns3-server -pkgver=1.5.4 +pkgver=2.0.0 pkgrel=0 pkgdesc="GNS3 network simulator. Server package." url="https://github.com/GNS3/gns3-server" arch="all" license="GPL3" -depends="busybox dynamips python3 py3-psutil py3-jinja2 py3-aiohttp py3-pytest - py3-netifaces py3-ws4py py3-zipstream py3-raven py3-jsonschema" -makedepends="$depends_dev py-setuptools python3-dev linux-headers py3-pytest" +depends="busybox dynamips python3 py3-psutil py3-jinja2 py3-aiohttp py3-aiohttp-cors + py3-pytest py3-netifaces py3-ws4py py3-zipstream py3-raven py3-jsonschema" +makedepends="py-setuptools python3-dev linux-headers py3-pytest" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/GNS3/$pkgname/archive/v$pkgver.tar.gz" @@ -20,14 +20,6 @@ check() { python3 setup.py check } -prepare() { - cd "$builddir" - # Current upstream contains arch dependent (x86) binaries in the - # source package. Replacing it with the binary from the build server. - # https://github.com/GNS3/gns3-server/issues/970 - cp /bin/busybox gns3server/modules/docker/resources/bin/busybox -} - build() { cd "$builddir" python3 setup.py build @@ -51,4 +43,4 @@ EOF } -sha512sums="43c737b45c6a5f8591e190ab788a716e74732ea3526e5868d411b81528520c825880f5179c6978e4939707fa7e037fbbcd857384f364acd1f6b0a4952e8e30c8 gns3-server-1.5.4.tar.gz" +sha512sums="af08e49241f3aa5f67c97a19391893e9a79a446883f843128d6da5c0b3ffcb8bf1a1b1386ceb166f3729a54c8a9b774197b94f8cd7f242c72289ffe47762563e gns3-server-2.0.0.tar.gz" -- cgit v1.2.3