new ebuild app-admin/truenas-api-client-25.04.1

This commit is contained in:
root 2025-06-05 15:29:15 +02:00
parent 0efb65291a
commit d462012f02
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST truenas-api-client-25.04.1.tar.gz 25243 BLAKE2B 7da891214c2eee897f4b137d31b5beb32dc700fb864f7fde212f7bcadc427cd0b9210760a02b7aeeb77ca2b62a857a22b9598b20c28e80f3299766453b5f0c7e SHA512 c2dd4d44fb6ca1bc171e3af41e44e3fe279f4f60f4cf31a19e404866ab5d79c00751138469180a06822305ff84a5970644996755b107d35ae30365c8862b0e36

View File

@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1
DESCRIPTION="TrueNAS Websocket Client"
HOMEPAGE="https://github.com/truenas/api_client"
SRC_URI="https://github.com/truenas/api_client/archive/refs/tags/TS-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86"
RDEPEND=""
BDEPEND=""
S="${WORKDIR}/api_client-TS-${PV}"