summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl@gmail.com>2019-07-21 09:47:15 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-21 13:58:34 +0200
commite89eefd82b786790ea755dd9e732be5e512d0602 (patch)
tree79f08a8181d22c39fa187ccda75a06fdb9ccfa5c /dev-python/pyilmbase
parentdev-ml/llvm-ocaml: Fix branch in 9.0.9999 (diff)
downloadgentoo-e89eefd82b786790ea755dd9e732be5e512d0602.tar.gz
gentoo-e89eefd82b786790ea755dd9e732be5e512d0602.tar.bz2
gentoo-e89eefd82b786790ea755dd9e732be5e512d0602.zip
dev-python/pyilmbase: fix some typos
Fix typos in ${PYTHON_DEPS} (see https://archives.gentoo.org/gentoo-dev/message/f3cb3874a817fddd850f62dec1b01fc3) Also patch the casing in DESCRIPTION and use https for HOMEPAGE. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12489 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/pyilmbase')
-rw-r--r--dev-python/pyilmbase/pyilmbase-2.3.0.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
index 7516ec8323e2..82c39de2cb6c 100644
--- a/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
+++ b/dev-python/pyilmbase/pyilmbase-2.3.0.ebuild
@@ -6,8 +6,8 @@ PYTHON_COMPAT=( python2_7 )
inherit autotools python-single-r1
-DESCRIPTION="ilmbase Python bindings"
-HOMEPAGE="http://www.openexr.com"
+DESCRIPTION="IlmBase Python bindings"
+HOMEPAGE="https://www.openexr.com"
SRC_URI="https://github.com/openexr/openexr/releases/download/v${PV}/${P}.tar.gz"
LICENSE="BSD"
@@ -17,12 +17,12 @@ IUSE="+numpy"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="${PYTHON_DEP}
+RDEPEND="${PYTHON_DEPS}
>=dev-libs/boost-1.62.0-r1[python(+),${PYTHON_USEDEP}]
~media-libs/ilmbase-${PV}:=
numpy? ( >=dev-python/numpy-1.10.4 )"
DEPEND="${RDEPEND}
- ${PYTHON_DEP}
+ ${PYTHON_DEPS}
>=virtual/pkgconfig-0-r1"
PATCHES=(