gns3-net-converter: fix template
- noarch=yes - add missing pycompile_module and depends
This commit is contained in:
parent
78a4153c4b
commit
4e8d59364e
1 changed files with 7 additions and 5 deletions
|
@ -1,13 +1,15 @@
|
|||
# Template file for 'gns3-net-converter'
|
||||
pkgname=gns3-net-converter
|
||||
version=1.3.0
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3 python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Convert old ini-style GNS3 topologies to the newer version"
|
||||
pycompile_module="gns3converter"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-configobj"
|
||||
short_desc="Convert old ini-style GNS3 topologies to v1+ JSON format"
|
||||
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
||||
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"
|
||||
checksum=0d189874a299af3853e97e88e41f089cad2949251ef0a68c9b217485ccc76ac6
|
||||
|
|
Loading…
Reference in a new issue