mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 05:07:01 +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'
|
||||
pkgname=configshell-fb
|
||||
version=1.1.29
|
||||
revision=5
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
version=2.0.0
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="hatchling hatch-vcs"
|
||||
depends="python3-six python3-urwid python3-parsing"
|
||||
checkdepends="$depends"
|
||||
short_desc="Python library for building configuration shells"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="Apache-2.0"
|
||||
homepage="https://github.com/open-iscsi/configshell-fb"
|
||||
distfiles="https://github.com/open-iscsi/configshell-fb/archive/v${version}.tar.gz"
|
||||
checksum=24b47284b463dcfb9ee0c1558827e13442127e62fa279b6e0253f136cf49058c
|
||||
distfiles="${PYPI_SITE}/c/configshell-fb/configshell_fb-${version}.tar.gz"
|
||||
checksum=65b032cc17bf4f037328b286048074345b3db534dcc5a58048ef28c3a170c081
|
||||
|
|
Loading…
Add table
Reference in a new issue