dev-python/linode-metadata: add 0.3.3

Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
Viorel Munteanu
2026-01-08 07:48:46 +02:00
parent d5792bc8c8
commit efcedea429
2 changed files with 23 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST linode_metadata-0.3.2.tar.gz 17727 BLAKE2B 719b6e5201adce4d933d59264ba462efd9153fbb7684ca833a3f569396e0816dbf6b3518b22f7d8ee376109adf388e3a5e5d701c0265635c746f033eb8b55135 SHA512 bdc042bd0eeebfe8bc12532b239f1771adcb511a470921c6fdd5d64d526489cd83336f95db42b2d4430f954aa4f850bbe4326789d0156e99600633d63598c3f7
DIST linode_metadata-0.3.3.tar.gz 17746 BLAKE2B a71d5c91ed46171035f96112cb60a9db5b9412016753b72331c103fe363dc1fc06d0c2da011f0c8848d6f776e7d2549c14cbb41664918cc022a3121e9987b735 SHA512 92b9ded85ec7d34af023d68eea70b5fba91ac4189f8f7bcb2f7b435c40f2c0e4ab355aebef329c1cb882c11ec23c47a853aaf7018feeb248650a3252bafdcf5e

View File

@@ -0,0 +1,22 @@
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Python bindings for the Linode Metadata Service"
HOMEPAGE="https://github.com/linode/py-metadata https://www.linode.com/"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
# Tests require network, a linode account, an API key and a ssh key.
RESTRICT="test"
RDEPEND="
dev-python/httpx[${PYTHON_USEDEP}]
"