mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
app-admin/linode-cli: new package, add 5.41.2
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
1
app-admin/linode-cli/Manifest
Normal file
1
app-admin/linode-cli/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST linode-cli-5.41.2.tar.gz 105869 BLAKE2B df982837014c688e054282fff4595cb5a2acc308414a9ba7abdc47f21f26a9e3f9ce6beeb8105e114c97be0742a494d5281f7539469817e83baff730eaf3bdfa SHA512 94876d5b5c13b1f21eadf9cd4e7044d9fbec996c1386e2b9a0d5126281acdbb93cd8558b65835f5bd650f63a41be67a979d76505d13fc399f9c6964539f5ec42
|
||||
27
app-admin/linode-cli/linode-cli-5.41.2.ebuild
Normal file
27
app-admin/linode-cli/linode-cli-5.41.2.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYPI_NO_NORMALIZE=1
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Linode Command Line Interface"
|
||||
HOMEPAGE="https://github.com/linode/linode-cli https://www.linode.com/"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="
|
||||
dev-python/requests
|
||||
dev-python/pyyaml
|
||||
dev-python/packaging
|
||||
dev-python/rich
|
||||
<dev-python/urllib3-2
|
||||
dev-python/boto3
|
||||
"
|
||||
|
||||
BDEPEND=""
|
||||
12
app-admin/linode-cli/metadata.xml
Normal file
12
app-admin/linode-cli/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ceamac@gentoo.org</email>
|
||||
<name>Viorel Munteanu</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">linode/linode-cli</remote-id>
|
||||
<remote-id type="pypi">linode-cli</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user