public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 11 Jan 2020 13:56:34 +0000 (UTC)	[thread overview]
Message-ID: <1578750989.4b21181dfbdcb599b6293a74daf59ee08491a057.ago@gentoo> (raw)

commit:     4b21181dfbdcb599b6293a74daf59ee08491a057
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 13:56:29 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 13:56:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b21181d

dev-python/hcloud-python: version bump to 1.6.3

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-python/hcloud-python/Manifest                  |  1 +
 .../hcloud-python/hcloud-python-1.6.3.ebuild       | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/hcloud-python/Manifest b/dev-python/hcloud-python/Manifest
index 32b4c2880af..4200f6a3ea9 100644
--- a/dev-python/hcloud-python/Manifest
+++ b/dev-python/hcloud-python/Manifest
@@ -1,3 +1,4 @@
 DIST hcloud-python-1.2.1.tar.gz 63592 BLAKE2B 9a6d2dae97ff405ebd9b92bc833c9d953c13840e68be4eb43fed375a60e55cf4bf9b4b742b26fb03401f631b7f7127815961861cb673adf4839c829141c8ed00 SHA512 cb70d190350457fc3c6e474bc6c943070102762595dac2f386041956f64255f390a928a2f2411be861645cd65b015ab9e0c931b36aeed0076b06d9f67ac72d1c
 DIST hcloud-python-1.6.1.tar.gz 71866 BLAKE2B 0a1d37d4dc8be4e28595385ec7622ec65367c40f9cdd455e03827a5ee2983f43026b1dbb7e9bd20d241ed9a4748015d33bdcb53b15ce148c401984960e158716 SHA512 0b2ecaa311b4dac44b3122a45a38f76f8377bc189b1550f21327ea3f56fefad624ea6809c4abd6bbaf5c8fc23dfa5e6edd352dcbbcfae6c87af897ff376ce2cf
 DIST hcloud-python-1.6.2.tar.gz 71887 BLAKE2B 2c423b0b83cc8c7bd5f0d4ef7db59516f125ff975e8cb82f38b340a0f448c20dd374a1edc7a486d18af3d438722b77f32f4ab6191966e3ada13f437f2d8a29a4 SHA512 ae2da263a038add593c7e302057d6e5e34258f180bddf67fc23edcc8c287c67d91aa190efeb1190af2596017b8964f4623d9cc03c4f1788c71c7d251f2a5422d
+DIST hcloud-python-1.6.3.tar.gz 71575 BLAKE2B a6c969d713d1351bba0cebef8752abbbf0805b4a39eedc918767ccf60d590ac8259e1405a25c2c563923146d52ae1318d6362cbaee311bfe04bea5afcc18951b SHA512 dec3f16197de9f02c2707601e1cad40289d3ccbd6256887da50b84fb8fe6b0fb98f708c9ba0cfc2ff1308a53b9997cfda579df3ec79a1d28686a3c43f4124e74

diff --git a/dev-python/hcloud-python/hcloud-python-1.6.3.ebuild b/dev-python/hcloud-python/hcloud-python-1.6.3.ebuild
new file mode 100644
index 00000000000..e1e37a93f17
--- /dev/null
+++ b/dev-python/hcloud-python/hcloud-python-1.6.3.ebuild
@@ -0,0 +1,40 @@
+# 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/python-dateutil-2.9[${PYTHON_USEDEP}]
+	>=dev-python/requests-2.20[${PYTHON_USEDEP}]
+	<dev-python/requests-2.23[${PYTHON_USEDEP}]"
+
+DEPEND="${COMMON_DEPEND}
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+RDEPEND="${COMMON_DEPEND}
+	>=dev-python/future-0.17.1[${PYTHON_USEDEP}]
+	<dev-python/future-0.19[${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
+}


             reply	other threads:[~2020-01-11 13:56 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-11 13:56 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-11-10  7:44 Agostino Sarubbo
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
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=1578750989.4b21181dfbdcb599b6293a74daf59ee08491a057.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