From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D77751382C5 for ; Mon, 18 May 2020 15:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C5BE086F; Mon, 18 May 2020 15:19:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E7F6E086F for ; Mon, 18 May 2020 15:19:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 34F2F34F085 for ; Mon, 18 May 2020 15:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B2778175 for ; Mon, 18 May 2020 15:19:15 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1589815151.8d89f513c4d66019af15e740178ff40cf53f976c.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hcloud-python/hcloud-python-1.6.3-r2.ebuild X-VCS-Directories: dev-python/hcloud-python/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 8d89f513c4d66019af15e740178ff40cf53f976c X-VCS-Branch: master Date: Mon, 18 May 2020 15:19:15 +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: 878fb016-cce9-42db-bcd4-f30b01da8689 X-Archives-Hash: 6c256650a8952b267d9c4a134e6cc467 commit: 8d89f513c4d66019af15e740178ff40cf53f976c Author: Agostino Sarubbo gentoo org> AuthorDate: Mon May 18 15:19:03 2020 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Mon May 18 15:19:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d89f513 dev-python/hcloud-python: add test dep Closes: https://bugs.gentoo.org/723572 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Agostino Sarubbo gentoo.org> .../hcloud-python/hcloud-python-1.6.3-r2.ebuild | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/dev-python/hcloud-python/hcloud-python-1.6.3-r2.ebuild b/dev-python/hcloud-python/hcloud-python-1.6.3-r2.ebuild new file mode 100644 index 00000000000..b07faa5569e --- /dev/null +++ b/dev-python/hcloud-python/hcloud-python-1.6.3-r2.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) + +inherit distutils-r1 + +DESCRIPTION="Official Hetzner Cloud python library" +HOMEPAGE="https://github.com/hetznercloud/hcloud-python" +SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc examples" + +COMMON_DEPEND=">=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}] + =dev-python/requests-2.20[${PYTHON_USEDEP}] +