Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/elasticsearch-py/
Date: Thu, 30 Nov 2017 14:47:16
Message-Id: 1512053188.504daef4d2ec612593d63281338f27d8532079bf.monsieurp@gentoo
1 commit: 504daef4d2ec612593d63281338f27d8532079bf
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 17 20:25:23 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 30 14:46:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=504daef4
7
8 dev-python/elasticsearch-py: update homepage.
9
10 dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild | 2 +-
11 dev-python/elasticsearch-py/elasticsearch-py-5.5.1.ebuild | 2 +-
12 dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild | 2 +-
13 3 files changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
16 index 9cdf3bbff42..b0206130984 100644
17 --- a/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
18 +++ b/dev-python/elasticsearch-py/elasticsearch-py-5.4.0.ebuild
19 @@ -16,7 +16,7 @@ RESTRICT="test"
20 MY_PN=${PN/-py/}
21
22 DESCRIPTION="official Python low-level client for Elasticsearch"
23 -HOMEPAGE="http://elasticsearch-py.rtfd.org/"
24 +HOMEPAGE="https://github.com/elastic/elasticsearch-py"
25 SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
26 test? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz )"
27
28
29 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-5.5.1.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-5.5.1.ebuild
30 index a956d12f839..e6383930c48 100644
31 --- a/dev-python/elasticsearch-py/elasticsearch-py-5.5.1.ebuild
32 +++ b/dev-python/elasticsearch-py/elasticsearch-py-5.5.1.ebuild
33 @@ -16,7 +16,7 @@ RESTRICT="test"
34 MY_PN=${PN/-py/}
35
36 DESCRIPTION="official Python low-level client for Elasticsearch"
37 -HOMEPAGE="http://elasticsearch-py.rtfd.org/"
38 +HOMEPAGE="https://github.com/elastic/elasticsearch-py"
39 SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
40 test? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz )"
41
42
43 diff --git a/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild b/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
44 index 327274043bc..66f5a900752 100644
45 --- a/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
46 +++ b/dev-python/elasticsearch-py/elasticsearch-py-6.0.0.ebuild
47 @@ -16,7 +16,7 @@ RESTRICT="test"
48 MY_PN=${PN/-py/}
49
50 DESCRIPTION="official Python low-level client for Elasticsearch"
51 -HOMEPAGE="http://elasticsearch-py.rtfd.org/"
52 +HOMEPAGE="https://github.com/elastic/elasticsearch-py"
53 SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz
54 test? ( https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-${ES_VERSION}.tar.gz )"