mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
configshell-fb: update to 2.0.0.
This commit is contained in:
parent
7cb63ac10f
commit
437dc0ac55
1 changed files with 6 additions and 6 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'configshell-fb'
|
# Template file for 'configshell-fb'
|
||||||
pkgname=configshell-fb
|
pkgname=configshell-fb
|
||||||
version=1.1.29
|
version=2.0.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="python3-six python3-urwid python3-parsing"
|
depends="python3-six python3-urwid python3-parsing"
|
||||||
checkdepends="$depends"
|
checkdepends="$depends"
|
||||||
short_desc="Python library for building configuration shells"
|
short_desc="Python library for building configuration shells"
|
||||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/open-iscsi/configshell-fb"
|
homepage="https://github.com/open-iscsi/configshell-fb"
|
||||||
distfiles="https://github.com/open-iscsi/configshell-fb/archive/v${version}.tar.gz"
|
distfiles="${PYPI_SITE}/c/configshell-fb/configshell_fb-${version}.tar.gz"
|
||||||
checksum=24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c
|
checksum=65b032cc17bf4f037328b286048074345b3db534dcc5a58048ef28c3a170c081
|
||||||
|
|
Loading…
Add table
Reference in a new issue