Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyilmbase/
Date: Sun, 21 Jul 2019 11:58:53
Message-Id: 1563710314.e89eefd82b786790ea755dd9e732be5e512d0602.asturm@gentoo
1 commit: e89eefd82b786790ea755dd9e732be5e512d0602
2 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
3 AuthorDate: Sun Jul 21 07:47:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 21 11:58:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89eefd8
7
8 dev-python/pyilmbase: fix some typos
9
10 Fix typos in ${PYTHON_DEPS} (see
11 https://archives.gentoo.org/gentoo-dev/message/f3cb3874a817fddd850f62dec1b01fc3)
12 Also patch the casing in DESCRIPTION and use https for HOMEPAGE.
13
14 Package-Manager: Portage-2.3.69, Repoman-2.3.16
15 Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
16 Closes: https://github.com/gentoo/gentoo/pull/12489
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 dev-python/pyilmbase/pyilmbase-2.3.0.ebuild | 8 ++++----
20 1 file changed, 4 insertions(+), 4 deletions(-)
21
22 diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
23 index 7516ec8323e..82c39de2cb6 100644
24 --- a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
25 +++ b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
26 @@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 )
27
28 inherit autotools python-single-r1
29
30 -DESCRIPTION="ilmbase Python bindings"
31 -HOMEPAGE="http://www.openexr.com"
32 +DESCRIPTION="IlmBase Python bindings"
33 +HOMEPAGE="https://www.openexr.com"
34 SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz"
35 LICENSE="BSD"
36
37 @@ -17,12 +17,12 @@ IUSE="+numpy"
38
39 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
40
41 -RDEPEND="${PYTHON_DEP}
42 +RDEPEND="${PYTHON_DEPS}
43 >=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_USEDEP}]
44 ~media-libs/ilmbase-${PV}:=
45 numpy? ( >=dev-python/numpy-1.10.4 )"
46 DEPEND="${RDEPEND}
47 - ${PYTHON_DEP}
48 + ${PYTHON_DEPS}
49 >=virtual/pkgconfig-0-r1"
50
51 PATCHES=(