diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-29 06:58:48 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-06-29 06:58:48 +0000 |
| commit | c779228f42906796535ca2432a567fe667d1c695 (patch) | |
| tree | 08d075ad74b4c07f1504646234d1dcb15b968115 /dev-python/hcloud | |
| parent | d2cafdb36f694043a53602c09e8cefcb61ca6ae4 (diff) | |
| download | baldeagleos-repo-c779228f42906796535ca2432a567fe667d1c695.tar.gz baldeagleos-repo-c779228f42906796535ca2432a567fe667d1c695.tar.xz baldeagleos-repo-c779228f42906796535ca2432a567fe667d1c695.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hcloud')
| -rw-r--r-- | dev-python/hcloud/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/hcloud/hcloud-2.5.2.ebuild | 49 | ||||
| -rw-r--r-- | dev-python/hcloud/hcloud-2.5.3.ebuild | 2 |
3 files changed, 1 insertions, 51 deletions
diff --git a/dev-python/hcloud/Manifest b/dev-python/hcloud/Manifest index 15a9e3ad9fd0..8b525c235b23 100644 --- a/dev-python/hcloud/Manifest +++ b/dev-python/hcloud/Manifest @@ -1,2 +1 @@ -DIST hcloud-python-2.5.2.gh.tar.gz 121398 BLAKE2B 7872e13cbaff1f010cfd93f4512320644d062e117573a29ec0e995ffa704a08620e0a66321bf1082a9cf1772f2870a55aa317477cbac1a9911c049ed7d985684 SHA512 0a0b9abfc4e7127f3ffc4acd9932b1b5f11d432a54ea1b10c612e1eb450f9107afd37f49fc4332267e84d26d96349852b8953400f358b9f91fe55d7cedcf4f20 DIST hcloud-python-2.5.3.gh.tar.gz 121515 BLAKE2B 39294ffa2b7a5d10de5228f5d20bfb3b9298aee507c38e76470f0a12c95e9c05165e644b03c5ef2b5b3fd1e0a2fb268611dcd463dfa76c680ae12580925c7531 SHA512 6095762a0970f0bdea55f4453f47b6f5634d032e15a1148d0681c65c59a34c538fca45f2fa70acb4872f16a321f6c38bb7b4520f9c88165306cb2c29ba3dac7e diff --git a/dev-python/hcloud/hcloud-2.5.2.ebuild b/dev-python/hcloud/hcloud-2.5.2.ebuild deleted file mode 100644 index e74526ac8c42..000000000000 --- a/dev-python/hcloud/hcloud-2.5.2.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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_{9,10,11,12,13} ) - -inherit distutils-r1 - -MY_P=hcloud-python-${PV} -DESCRIPTION="Official Hetzner Cloud python library" -HOMEPAGE=" - https://github.com/hetznercloud/hcloud-python/ - https://pypi.org/project/hcloud/ -" -# sdist is missing doc assets as of 1.19.0 -# https://github.com/hetznercloud/hcloud-python/pull/183 -SRC_URI=" - https://github.com/hetznercloud/hcloud-python/archive/v${PV}.tar.gz - -> ${MY_P}.gh.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" -IUSE="examples" - -RDEPEND=" - >=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}] - >=dev-python/requests-2.20[${PYTHON_USEDEP}] -" - -distutils_enable_sphinx docs \ - dev-python/myst-parser \ - dev-python/sphinx-rtd-theme -distutils_enable_tests pytest - -EPYTEST_IGNORE=( - # Integration tests need docker: - # https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16 - tests/integration -) - -python_install_all() { - use examples && dodoc -r examples - distutils-r1_python_install_all -} diff --git a/dev-python/hcloud/hcloud-2.5.3.ebuild b/dev-python/hcloud/hcloud-2.5.3.ebuild index 4dec20f2ed8c..e74526ac8c42 100644 --- a/dev-python/hcloud/hcloud-2.5.3.ebuild +++ b/dev-python/hcloud/hcloud-2.5.3.ebuild @@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples" RDEPEND=" |
