gns3-net-converter: fix template

- noarch=yes
- add missing pycompile_module and depends
This commit is contained in:
Alessio Sergi 2017-08-25 08:00:00 +02:00
parent 78a4153c4b
commit 4e8d59364e

View File

@ -1,13 +1,15 @@
# Template file for 'gns3-net-converter' # Template file for 'gns3-net-converter'
pkgname=gns3-net-converter pkgname=gns3-net-converter
version=1.3.0 version=1.3.0
revision=1 revision=2
noarch=yes
build_style=python3-module build_style=python3-module
hostmakedepends="python3 python3-setuptools" pycompile_module="gns3converter"
depends="python3" hostmakedepends="python3-setuptools"
short_desc="Convert old ini-style GNS3 topologies to the newer version" depends="python3-setuptools python3-configobj"
short_desc="Convert old ini-style GNS3 topologies to v1+ JSON format"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>" maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="GPL-3" license="GPL-3"
homepage="http://gns3-converter.readthedocs.io/en/latest/" homepage="https://github.com/gns3/gns3-converter"
distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz" distfiles="${PYPI_SITE}/g/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=0d189874a299af3853e97e88e41f089cad2949251ef0a68c9b217485ccc76ac6 checksum=0d189874a299af3853e97e88e41f089cad2949251ef0a68c9b217485ccc76ac6