commit:     54defbd269995d139b5f27647a52b4c99e95964d
Author:     Petr Vaněk <arkamar <AT> atlas <DOT> cz>
AuthorDate: Mon Mar  9 09:08:43 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Apr  4 07:38:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54defbd2

dev-libs/hyperscan: correct python dependencies

Python is build time dependency only. It works perfectly with python3
and there is no need to depend on Python2.

Closes: https://bugs.gentoo.org/710218
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../{hyperscan-5.2.1.ebuild => hyperscan-5.2.1-r1.ebuild}  | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/dev-libs/hyperscan/hyperscan-5.2.1.ebuild 
b/dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild
similarity index 80%
rename from dev-libs/hyperscan/hyperscan-5.2.1.ebuild
rename to dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild
index 8789fd913c7..aa7ab14e706 100644
--- a/dev-libs/hyperscan/hyperscan-5.2.1.ebuild
+++ b/dev-libs/hyperscan/hyperscan-5.2.1-r1.ebuild
@@ -3,9 +3,9 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{6..8} )
 
-inherit cmake python-r1 flag-o-matic
+inherit cmake flag-o-matic python-any-r1
 
 DESCRIPTION="High-performance regular expression matching library"
 SRC_URI="https://github.com/intel/hyperscan/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
@@ -16,12 +16,14 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+cpu_flags_x86_ssse3 static-libs"
 
-RDEPEND="${PYTHON_DEPS}
-       dev-libs/boost"
+RDEPEND="dev-libs/boost"
 DEPEND="${RDEPEND}"
-BDEPEND="dev-util/ragel"
+BDEPEND="
+       ${PYTHON_DEPS}
+       dev-util/ragel
+"
 
-REQUIRED_USE="cpu_flags_x86_ssse3 ${PYTHON_REQUIRED_USE}"
+REQUIRED_USE="cpu_flags_x86_ssse3"
 
 src_prepare() {
        # upstream workaround

Reply via email to