From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3EC33138334 for ; Sun, 21 Jul 2019 11:58:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 71026E0828; Sun, 21 Jul 2019 11:58:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56AACE0825 for ; Sun, 21 Jul 2019 11:58:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36F7434833B for ; Sun, 21 Jul 2019 11:58:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 336EB2A5 for ; Sun, 21 Jul 2019 11:58:49 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563710314.e89eefd82b786790ea755dd9e732be5e512d0602.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyilmbase/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyilmbase/pyilmbase-2.3.0.ebuild X-VCS-Directories: dev-python/pyilmbase/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e89eefd82b786790ea755dd9e732be5e512d0602 X-VCS-Branch: master Date: Sun, 21 Jul 2019 11:58:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bcec5019-b7b6-4161-b7ba-615aaee16e5e X-Archives-Hash: 843a019ffe69d1bc74e2286fbb28c792 commit: e89eefd82b786790ea755dd9e732be5e512d0602 Author: Bernd Waibel gmail com> AuthorDate: Sun Jul 21 07:47:15 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 21 11:58:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e89eefd8 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12489 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-python/pyilmbase/pyilmbase-2.3.0.ebuild | 8 ++++---- 1 file 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 7516ec8323e..82c39de2cb6 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=(