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 2A069138351 for ; Sun, 9 Feb 2020 15:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6678E085D; Sun, 9 Feb 2020 15:54:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 B0C29E085D for ; Sun, 9 Feb 2020 15:54:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2A1B834E8B9 for ; Sun, 9 Feb 2020 15:54:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A86EB111 for ; Sun, 9 Feb 2020 15:54:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581263657.d9e2995129f77953318443f8f67b93d78dc83579.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/calamares/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/calamares/calamares-3.2.12.ebuild app-admin/calamares/calamares-3.2.17.1-r1.ebuild app-admin/calamares/calamares-3.2.17.1.ebuild X-VCS-Directories: app-admin/calamares/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d9e2995129f77953318443f8f67b93d78dc83579 X-VCS-Branch: master Date: Sun, 9 Feb 2020 15:54:26 +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: 99f69d5c-b93d-49bf-9711-7932ed10ccfe X-Archives-Hash: 257e1d949f054f89df53ede14b6b2847 commit: d9e2995129f77953318443f8f67b93d78dc83579 Author: Michał Górny gentoo org> AuthorDate: Sat Feb 8 10:34:48 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Feb 9 15:54:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e29951 app-admin/calamares: Switch to python-single-r1 This package does not have *any* code to support multiple implementations, and depends on single-r1 package. Use python-single-r1 instead of hacking around python-r1 to make it work by miracle. Signed-off-by: Michał Górny gentoo.org> app-admin/calamares/calamares-3.2.12.ebuild | 11 ++++++----- ...calamares-3.2.17.1.ebuild => calamares-3.2.17.1-r1.ebuild} | 11 ++++++----- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/app-admin/calamares/calamares-3.2.12.ebuild b/app-admin/calamares/calamares-3.2.12.ebuild index 9fea01c24f6..8ce51a9bf5d 100644 --- a/app-admin/calamares/calamares-3.2.12.ebuild +++ b/app-admin/calamares/calamares-3.2.12.ebuild @@ -5,7 +5,7 @@ EAPI=7 KDE_TEST="true" PYTHON_COMPAT=( python3_6 ) -inherit kde5 python-r1 +inherit kde5 python-single-r1 DESCRIPTION="Distribution-independent installer framework" HOMEPAGE="https://calamares.io" @@ -41,13 +41,15 @@ COMMON_DEPEND="${PYTHON_DEPS} $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) dev-cpp/yaml-cpp:= - >=dev-libs/boost-1.55:=[python,${PYTHON_USEDEP}] - dev-libs/libpwquality[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.55:=[python,${PYTHON_MULTI_USEDEP}] + dev-libs/libpwquality[${PYTHON_MULTI_USEDEP}] + ') sys-apps/dbus sys-apps/dmidecode sys-auth/polkit-qt[qt5(+)] >=sys-libs/kpmcore-4.0.0:5= - pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] ) + pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_SINGLE_USEDEP}] ) " DEPEND="${COMMON_DEPEND} test? ( $(add_qt_dep qttest) ) @@ -67,7 +69,6 @@ RDEPEND="${COMMON_DEPEND} src_prepare() { cmake-utils_src_prepare - python_setup export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \ PYTHON_INCLUDE_PATH="$(python_get_library_path)"\ PYTHON_CFLAGS="$(python_get_CFLAGS)"\ diff --git a/app-admin/calamares/calamares-3.2.17.1.ebuild b/app-admin/calamares/calamares-3.2.17.1-r1.ebuild similarity index 89% rename from app-admin/calamares/calamares-3.2.17.1.ebuild rename to app-admin/calamares/calamares-3.2.17.1-r1.ebuild index e94dcef7f30..de32e110d2e 100644 --- a/app-admin/calamares/calamares-3.2.17.1.ebuild +++ b/app-admin/calamares/calamares-3.2.17.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 ECM_TEST="true" PYTHON_COMPAT=( python3_6 ) -inherit ecm python-r1 +inherit ecm python-single-r1 DESCRIPTION="Distribution-independent installer framework" HOMEPAGE="https://calamares.io" @@ -22,8 +22,10 @@ BDEPEND=" " COMMON_DEPEND="${PYTHON_DEPS} dev-cpp/yaml-cpp:= - >=dev-libs/boost-1.55:=[python,${PYTHON_USEDEP}] - dev-libs/libpwquality[${PYTHON_USEDEP}] + $(python_gen_cond_dep ' + >=dev-libs/boost-1.55:=[python,${PYTHON_MULTI_USEDEP}] + dev-libs/libpwquality[${PYTHON_MULTI_USEDEP}] + ') dev-qt/qtconcurrent:5 dev-qt/qtdbus:5 dev-qt/qtdeclarative:5 @@ -43,7 +45,7 @@ COMMON_DEPEND="${PYTHON_DEPS} sys-apps/dmidecode sys-auth/polkit-qt >=sys-libs/kpmcore-4.0.0:5= - pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_USEDEP}] ) + pythonqt? ( >=dev-python/PythonQt-3.1:=[${PYTHON_SINGLE_USEDEP}] ) " DEPEND="${COMMON_DEPEND} test? ( dev-qt/qttest:5 ) @@ -63,7 +65,6 @@ RDEPEND="${COMMON_DEPEND} src_prepare() { ecm_src_prepare - python_setup export PYTHON_INCLUDE_DIRS="$(python_get_includedir)" \ PYTHON_INCLUDE_PATH="$(python_get_library_path)"\ PYTHON_CFLAGS="$(python_get_CFLAGS)"\