Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hcloud-python/
Date: Thu, 30 May 2019 18:41:29
Message-Id: 1559241673.c9d5138266f92ffa381dd96415bc11ae7a93e6ca.ago@gentoo
1 commit: c9d5138266f92ffa381dd96415bc11ae7a93e6ca
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 30 18:41:13 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Thu May 30 18:41:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9d51382
7
8 dev-python/hcloud-python: use PV
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/hcloud-python/hcloud-python-1.2.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/hcloud-python/hcloud-python-1.2.1.ebuild b/dev-python/hcloud-python/hcloud-python-1.2.1.ebuild
17 index 79c12ac6fa4..e9d98103d9c 100644
18 --- a/dev-python/hcloud-python/hcloud-python-1.2.1.ebuild
19 +++ b/dev-python/hcloud-python/hcloud-python-1.2.1.ebuild
20 @@ -9,7 +9,7 @@ inherit distutils-r1
21
22 DESCRIPTION="Official Hetzner Cloud python library"
23 HOMEPAGE="https://github.com/hetznercloud/hcloud-python"
24 -SRC_URI="https://github.com/hetznercloud/${PN}/archive/v1.2.1.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="MIT"
28 SLOT="0"