diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-20 21:58:22 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-04-20 21:58:22 +0000 |
| commit | d75923386974bda25bdd93f95ec56f0400a88ae3 (patch) | |
| tree | 7c2d7bea2fb99a4e1be3be7e19c3a1a9d9cba71b /dev-python/hcloud | |
| parent | b8c9caf2bd64aead0023dbd2aa53d0c794d81dc2 (diff) | |
| download | baldeagleos-repo-d75923386974bda25bdd93f95ec56f0400a88ae3.tar.gz baldeagleos-repo-d75923386974bda25bdd93f95ec56f0400a88ae3.tar.xz baldeagleos-repo-d75923386974bda25bdd93f95ec56f0400a88ae3.zip | |
Adding metadata
Diffstat (limited to 'dev-python/hcloud')
| -rw-r--r-- | dev-python/hcloud/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/hcloud/hcloud-1.34.0.ebuild | 49 | ||||
| -rw-r--r-- | dev-python/hcloud/hcloud-1.35.0.ebuild | 2 |
3 files changed, 1 insertions, 51 deletions
diff --git a/dev-python/hcloud/Manifest b/dev-python/hcloud/Manifest index 77ff91cd8b81..3a1b5910da43 100644 --- a/dev-python/hcloud/Manifest +++ b/dev-python/hcloud/Manifest @@ -1,2 +1 @@ -DIST hcloud-python-1.34.0.gh.tar.gz 114383 BLAKE2B bc1976205c8d9c6ee92bfaf818052eced54bb871fbb83f794d3a56367964dd060530912879332e13abc7dbf5fa868d0b0350bd1ce05f185d7c0fa6fed75cbcf4 SHA512 813eba0619dbb27671001d9692cfc5034c7345e148ca560ad8379901f88f30bd657ce06e8cf5e5de3ecc4f614335f6dae570d154a6293ea4a3ffa1355adb3f40 DIST hcloud-python-1.35.0.gh.tar.gz 114672 BLAKE2B 1742d571fccc369245d9bf9c8f85da1c37061a13368dfe928b666e4f514ed5bf9f87f61bc4e5859ec7a759f5dfa6364c60ff851572071b46b2df21c0fe6f02a6 SHA512 48cee279b4f0025c61662304e67b8cee6a718c071f801daac440054439dedb21ab656c244f486860b056edd8bdc9330d3134ec936085297f24442a93cbbcc9e4 diff --git a/dev-python/hcloud/hcloud-1.34.0.ebuild b/dev-python/hcloud/hcloud-1.34.0.ebuild deleted file mode 100644 index f0a67912d850..000000000000 --- a/dev-python/hcloud/hcloud-1.34.0.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8,9,10,11,12} ) - -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-1.35.0.ebuild b/dev-python/hcloud/hcloud-1.35.0.ebuild index 31e0f64be85a..f0a67912d850 100644 --- a/dev-python/hcloud/hcloud-1.35.0.ebuild +++ b/dev-python/hcloud/hcloud-1.35.0.ebuild @@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P} LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="examples" RDEPEND=" |
