From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C3E31580EB for ; Fri, 23 May 2025 16:04:21 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 37BE13435E2 for ; Fri, 23 May 2025 16:04:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E5F93110480; Fri, 23 May 2025 16:04:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DC84F110480 for ; Fri, 23 May 2025 16:04:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 946323431CC for ; Fri, 23 May 2025 16:04:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 326A527A7 for ; Fri, 23 May 2025 16:04:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1748016242.f23e5d4a736a20e33fb8b01cdef11f2cc34b252b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hcloud/Manifest dev-python/hcloud/hcloud-2.5.2.ebuild X-VCS-Directories: dev-python/hcloud/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: f23e5d4a736a20e33fb8b01cdef11f2cc34b252b X-VCS-Branch: master Date: Fri, 23 May 2025 16:04:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7eb21e7b-1f96-4984-a414-07ec410bb4d5 X-Archives-Hash: 019c5841edd35493fde327d18d34f80f commit: f23e5d4a736a20e33fb8b01cdef11f2cc34b252b Author: Michał Górny gentoo org> AuthorDate: Fri May 23 15:29:44 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 23 16:04:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f23e5d4a dev-python/hcloud: Bump to 2.5.2 Signed-off-by: Michał Górny gentoo.org> dev-python/hcloud/Manifest | 1 + dev-python/hcloud/hcloud-2.5.2.ebuild | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/dev-python/hcloud/Manifest b/dev-python/hcloud/Manifest index e3246014ebdc..eb51d8a5a3ee 100644 --- a/dev-python/hcloud/Manifest +++ b/dev-python/hcloud/Manifest @@ -1 +1,2 @@ DIST hcloud-python-2.5.1.gh.tar.gz 121374 BLAKE2B 08f936960415252e2fb980d2f1175e94ae8d148fa9699e1fc2885204240a5588754064375a4e40be6fbbcf4b40a699052b1c6637ce6760fa5cfb6cb5bce0e342 SHA512 9f54bc0f0eca3aad3dabe0187d9ce2612c5d9b806ceb3c04311e6794a0f21538a6ac65d0ebc74b4702f3a3b179f686950148f6d21cfb0cf3596eea41efb69a64 +DIST hcloud-python-2.5.2.gh.tar.gz 121398 BLAKE2B 7872e13cbaff1f010cfd93f4512320644d062e117573a29ec0e995ffa704a08620e0a66321bf1082a9cf1772f2870a55aa317477cbac1a9911c049ed7d985684 SHA512 0a0b9abfc4e7127f3ffc4acd9932b1b5f11d432a54ea1b10c612e1eb450f9107afd37f49fc4332267e84d26d96349852b8953400f358b9f91fe55d7cedcf4f20 diff --git a/dev-python/hcloud/hcloud-2.5.2.ebuild b/dev-python/hcloud/hcloud-2.5.2.ebuild new file mode 100644 index 000000000000..67a5b89183c0 --- /dev/null +++ b/dev-python/hcloud/hcloud-2.5.2.ebuild @@ -0,0 +1,49 @@ +# 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_{11..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 +}