From: "Agostino Sarubbo" <ago@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/
Date: Tue, 10 Nov 2020 07:44:33 +0000 (UTC) [thread overview]
Message-ID: <1604994266.f4d5db77c4812431fc9c0c02672ddd2fc204f87a.ago@gentoo> (raw)
commit: f4d5db77c4812431fc9c0c02672ddd2fc204f87a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 07:44:26 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 07:44:26 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d5db77
dev-python/hcloud-python: version bump to 1.10.0
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-python/hcloud-python/Manifest | 1 +
.../hcloud-python/hcloud-python-1.10.0.ebuild | 55 ++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-python/hcloud-python/Manifest b/dev-python/hcloud-python/Manifest
index 950767a687a..821ff7c7cd4 100644
--- a/dev-python/hcloud-python/Manifest
+++ b/dev-python/hcloud-python/Manifest
@@ -1 +1,2 @@
+DIST hcloud-python-1.10.0.tar.gz 82155 BLAKE2B a22ad24863f416b039a04d9e82675fa7923303d73aff6045a2247fc755db1740cfd98418a84758a15eb96ff666bc6e395a969cf59a234571414087fb03cd533f SHA512 c16e070c39e514faf002f7c78ed8fca6ac762775a75bb1a04f3033f6cd9ca6424b595dbd636ad451bce1eb5b52214373ddd29513937c42c84b4a0a7d2e84fb3f
DIST hcloud-python-1.9.0.tar.gz 88885 BLAKE2B 455f955caddd8e72d02df57da2e08f395b9845f9658b73dd9f96b1fd73d7793fa13319d8365903599c000a803c9374dee7b50c5ad2a9ba449027d3dc602601fe SHA512 6da2a3eb7e4a4d7f13137167199f01f370210e6c139f0cd8a8e447ea3f14101d4b37b104ed387b1713ad62351ae72c8add7970e878571caa4242e6e347ef8833
diff --git a/dev-python/hcloud-python/hcloud-python-1.10.0.ebuild b/dev-python/hcloud-python/hcloud-python-1.10.0.ebuild
new file mode 100644
index 00000000000..38732655eab
--- /dev/null
+++ b/dev-python/hcloud-python/hcloud-python-1.10.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+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}]"
+
+BDEPEND="${COMMON_DEPEND}
+ doc? (
+ dev-python/sphinx[${PYTHON_USEDEP}]
+ dev-python/sphinx_rtd_theme
+ )
+ test? (
+ dev-python/flake8[${PYTHON_USEDEP}]
+ dev-python/isort[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/tox[${PYTHON_USEDEP}]
+ )"
+
+RDEPEND="${COMMON_DEPEND}
+ >=dev-python/future-0.17.1[${PYTHON_USEDEP}]"
+
+python_compile_all() {
+ use doc && emake -C docs html
+}
+
+python_install_all() {
+ use examples && dodoc -r examples
+ use doc && local HTML_DOCS=( docs/_build/html/. )
+
+ distutils-r1_python_install_all
+}
+
+distutils_enable_tests pytest
+
+src_test() {
+ # Integration tests need docker:
+ # https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
+ rm -fr tests/integration
+ default
+}
next reply other threads:[~2020-11-10 7:44 UTC|newest]
Thread overview: 72+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-10 7:44 Agostino Sarubbo [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-07-23 14:15 [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/ Michał Górny
2023-07-23 13:43 Sam James
2023-07-23 6:53 Michał Górny
2023-07-15 3:04 Michał Górny
2023-07-04 2:59 Michał Górny
2023-07-01 5:22 Michał Górny
2023-06-30 13:06 Michał Górny
2023-06-30 2:56 Michał Górny
2023-06-23 6:06 Michał Górny
2023-06-20 5:48 Michał Górny
2023-06-20 5:38 Michał Górny
2023-06-18 17:21 Michał Górny
2023-06-18 16:23 Sam James
2023-05-13 16:04 Michał Górny
2023-05-13 10:42 Arthur Zamarin
2023-05-13 4:46 Michał Górny
2023-04-13 6:04 Michał Górny
2023-02-01 13:53 Agostino Sarubbo
2023-02-01 13:53 Agostino Sarubbo
2022-12-28 8:17 Michał Górny
2022-11-25 20:33 Arthur Zamarin
2022-11-25 19:11 Sam James
2022-10-25 20:30 Arthur Zamarin
2022-09-20 5:37 Michał Górny
2022-09-20 0:07 Sam James
2022-08-17 18:28 Arthur Zamarin
2022-08-17 18:28 Arthur Zamarin
2022-08-02 14:59 Agostino Sarubbo
2022-08-02 14:59 Agostino Sarubbo
2022-06-29 17:08 Arthur Zamarin
2021-09-18 19:43 Michał Górny
2021-09-18 17:18 Sam James
2021-08-26 8:24 Michał Górny
2021-08-26 8:24 Michał Górny
2021-08-26 4:41 Agostino Sarubbo
2021-08-18 6:56 Michał Górny
2021-08-17 7:28 Michał Górny
2021-08-11 7:06 Michał Górny
2021-07-17 7:03 Michał Górny
2021-05-05 7:21 Agostino Sarubbo
2021-05-05 7:20 Agostino Sarubbo
2021-04-06 21:26 Michał Górny
2021-04-06 21:26 Michał Górny
2020-12-17 17:09 Michał Górny
2020-09-16 6:54 Agostino Sarubbo
2020-09-16 6:54 Agostino Sarubbo
2020-08-22 11:37 Agostino Sarubbo
2020-08-11 13:54 Agostino Sarubbo
2020-08-11 11:05 Agostino Sarubbo
2020-07-22 13:14 Agostino Sarubbo
2020-07-20 15:15 Agostino Sarubbo
2020-07-20 15:15 Agostino Sarubbo
2020-07-10 15:14 Agostino Sarubbo
2020-06-09 13:39 Agostino Sarubbo
2020-05-18 15:19 Agostino Sarubbo
2020-05-06 7:22 Agostino Sarubbo
2020-03-04 10:29 Agostino Sarubbo
2020-02-21 12:52 Agostino Sarubbo
2020-01-11 14:01 Agostino Sarubbo
2020-01-11 13:56 Agostino Sarubbo
2019-11-20 12:00 Agostino Sarubbo
2019-11-12 13:47 Agostino Sarubbo
2019-10-09 13:47 Agostino Sarubbo
2019-10-09 13:46 Agostino Sarubbo
2019-09-16 9:46 Agostino Sarubbo
2019-09-02 11:52 Agostino Sarubbo
2019-07-19 15:20 Agostino Sarubbo
2019-06-26 8:32 Agostino Sarubbo
2019-05-30 18:41 Agostino Sarubbo
2019-04-29 8:26 Agostino Sarubbo
2019-04-29 7:34 Agostino Sarubbo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1604994266.f4d5db77c4812431fc9c0c02672ddd2fc204f87a.ago@gentoo \
--to=ago@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox