mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
targetcli-fb: update to 3.0.1.
This commit is contained in:
parent
ff840faaae
commit
311ae8764c
1 changed files with 6 additions and 6 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'targetcli-fb'
|
# Template file for 'targetcli-fb'
|
||||||
pkgname=targetcli-fb
|
pkgname=targetcli-fb
|
||||||
version=2.1.54
|
version=3.0.1
|
||||||
revision=5
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling hatch-vcs"
|
||||||
depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
|
depends="configshell-fb python3-six rtslib-fb python3-parsing python3-gobject"
|
||||||
checkdepends="$depends"
|
checkdepends="$depends"
|
||||||
short_desc="CLI for configuring the LIO generic SCSI target"
|
short_desc="CLI for configuring the LIO generic SCSI target"
|
||||||
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/targetcli-fb"
|
homepage="https://github.com/open-iscsi/targetcli-fb"
|
||||||
distfiles="https://github.com/open-iscsi/targetcli-fb/archive/v${version}.tar.gz"
|
distfiles="${PYPI_SITE}/t/targetcli/targetcli-${version}.tar.gz"
|
||||||
checksum=7ae4120a54f24b13263b4b85c43952a03546f8b9fc9bd15fe87678f68245a33f
|
checksum=f50223ec1d429024a790e6792f8df22f88dcd1e1d07acbb7c78399097f48cb9d
|
||||||
make_dirs="
|
make_dirs="
|
||||||
/etc/target 0755 root root
|
/etc/target 0755 root root
|
||||||
/etc/target/backup 0755 root root"
|
/etc/target/backup 0755 root root"
|
||||||
|
|
Loading…
Add table
Reference in a new issue