mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
sci-electronics/pulseview: Remove python USE flags
Selecting the python interpreter is completely done by libsigrokdecode. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Sven Wegener <swegener@gentoo.org>
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit cmake python-single-r1 xdg-utils
|
||||
inherit cmake xdg-utils
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="git://sigrok.org/${PN}"
|
||||
@@ -21,7 +19,6 @@ HOMEPAGE="https://sigrok.org/wiki/PulseView"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+decode static"
|
||||
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
@@ -36,10 +33,7 @@ RDEPEND="
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
>=sci-libs/libsigrok-0.5.1:=[cxx]
|
||||
decode? (
|
||||
${PYTHON_DEPS}
|
||||
>=sci-libs/libsigrokdecode-0.5.2:=[${PYTHON_SINGLE_USEDEP}]
|
||||
)
|
||||
decode? ( >=sci-libs/libsigrokdecode-0.5.2:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
@@ -50,10 +44,6 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.4.2-glib-2.68.patch
|
||||
)
|
||||
|
||||
pkg_setup() {
|
||||
use decode && python_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
cmake_comment_add_subdirectory manual
|
||||
@@ -1,11 +1,9 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8,9} )
|
||||
|
||||
inherit cmake python-single-r1 xdg-utils
|
||||
inherit cmake xdg-utils
|
||||
|
||||
if [[ ${PV} == *9999* ]]; then
|
||||
EGIT_REPO_URI="git://sigrok.org/${PN}"
|
||||
@@ -21,7 +19,6 @@ HOMEPAGE="https://sigrok.org/wiki/PulseView"
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
IUSE="+decode static"
|
||||
REQUIRED_USE="decode? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/linguist-tools:5
|
||||
@@ -36,19 +33,12 @@ RDEPEND="
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
>=sci-libs/libsigrok-0.6.0:=[cxx]
|
||||
decode? (
|
||||
${PYTHON_DEPS}
|
||||
>=sci-libs/libsigrokdecode-0.6.0:=[${PYTHON_SINGLE_USEDEP}]
|
||||
)
|
||||
decode? ( >=sci-libs/libsigrokdecode-0.6.0:= )
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
DOCS=( HACKING NEWS README )
|
||||
|
||||
pkg_setup() {
|
||||
use decode && python_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
cmake_comment_add_subdirectory manual
|
||||
|
||||
Reference in New Issue
Block a user