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 41D29139000 for ; Fri, 30 Jul 2021 10:05:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CED9E09FE; Fri, 30 Jul 2021 10:05:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 EFE68E09FE for ; Fri, 30 Jul 2021 10:05:05 +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 3247A342B21 for ; Fri, 30 Jul 2021 09:11:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 784027A3 for ; Fri, 30 Jul 2021 09:11:23 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627636274.1135ff0c05d433ee5fa30a24ae93ec1d9596732c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/anki-bin/anki-bin-2.1.44.ebuild X-VCS-Directories: app-misc/anki-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1135ff0c05d433ee5fa30a24ae93ec1d9596732c X-VCS-Branch: dev Date: Fri, 30 Jul 2021 09:11:23 +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: 27896596-7d7b-4420-80cc-127e5a2c0b7a X-Archives-Hash: 4f1fa373528520bfa2be28eb650548f0 commit: 1135ff0c05d433ee5fa30a24ae93ec1d9596732c Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jul 30 09:11:14 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jul 30 09:11:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1135ff0c app-misc/anki-bin: fix python deps/requireduse, fix staticuri Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-misc/anki-bin/anki-bin-2.1.44.ebuild | 44 +++++++++++++++++--------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/app-misc/anki-bin/anki-bin-2.1.44.ebuild b/app-misc/anki-bin/anki-bin-2.1.44.ebuild index 88b00d606..298ec65f7 100644 --- a/app-misc/anki-bin/anki-bin-2.1.44.ebuild +++ b/app-misc/anki-bin/anki-bin-2.1.44.ebuild @@ -9,37 +9,39 @@ inherit python-single-r1 desktop xdg DESCRIPTION="A spaced-repetition memory training program (flash cards)" HOMEPAGE="https://apps.ankiweb.net/" SRC_URI=" - https://files.pythonhosted.org/packages/1d/da/199c378dd483bea4b38e94c2951bbb903dae8be023484577ba41b9c75ada/anki-2.1.44-cp38-abi3-manylinux2014_x86_64.whl -> ${P}.zip - https://files.pythonhosted.org/packages/25/1a/7b94d38b897c942c206258b7b1c758586250ebeb4804a33a4191a047fb2a/aqt-2.1.44-py3-none-any.whl -> aqt-${PV}.zip - https://github.com/ankitects/anki/blob/2.1.44/qt/linux/anki.png + https://files.pythonhosted.org/packages/1d/da/199c378dd483bea4b38e94c2951bbb903dae8be023484577ba41b9c75ada/anki-${PV}-cp38-abi3-manylinux2014_x86_64.whl -> ${P}.zip + https://files.pythonhosted.org/packages/25/1a/7b94d38b897c942c206258b7b1c758586250ebeb4804a33a4191a047fb2a/aqt-${PV}-py3-none-any.whl -> aqt-${PV}.zip + https://github.com/ankitects/anki/blob/${PV}/qt/linux/anki.png " LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" - dev-python/decorator - dev-python/protobuf-python - dev-python/orjson-bin - dev-python/distro - dev-python/beautifulsoup - dev-python/requests - dev-python/flask - dev-python/waitress - dev-python/send2trash - dev-python/markdown - dev-python/jsonschema - dev-python/flask-cors - dev-python/PyQt5 - dev-python/PyQtWebEngine + $(python_gen_cond_dep ' + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/orjson-bin[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] + dev-python/beautifulsoup[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/waitress[${PYTHON_USEDEP}] + dev-python/send2trash[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/flask-cors[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/PyQtWebEngine[${PYTHON_USEDEP}] + ') " -RDEPEND=" - ${DEPEND} +RDEPEND="${DEPEND} + ${PYTHON_DEPS} !app-misc/anki " -BDEPEND="app-arch/unzip -${PYTHON_DEPS}" +BDEPEND="app-arch/unzip" S="${WORKDIR}" 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 803D4139000 for ; Fri, 30 Jul 2021 10:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4E32E0921; Fri, 30 Jul 2021 10:05:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B89C8E0921 for ; Fri, 30 Jul 2021 10:05:03 +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 59A6134394E for ; Fri, 30 Jul 2021 09:11:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A0337A3 for ; Fri, 30 Jul 2021 09:11:35 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1627636274.1135ff0c05d433ee5fa30a24ae93ec1d9596732c.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/anki-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/anki-bin/anki-bin-2.1.44.ebuild X-VCS-Directories: app-misc/anki-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 1135ff0c05d433ee5fa30a24ae93ec1d9596732c X-VCS-Branch: master Date: Fri, 30 Jul 2021 09:11:35 +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: 6e3ea645-eac3-46fa-a70a-a1f0a7c5a9be X-Archives-Hash: 878949503e4ec2a4774fff54e53363ea Message-ID: <20210730091135.9BfenFxPqboFFKnPyVuXxKjQlTrv0ZjxAGNUZjUsTkY@z> commit: 1135ff0c05d433ee5fa30a24ae93ec1d9596732c Author: Andrew Ammerlaan gentoo org> AuthorDate: Fri Jul 30 09:11:14 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jul 30 09:11:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1135ff0c app-misc/anki-bin: fix python deps/requireduse, fix staticuri Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> app-misc/anki-bin/anki-bin-2.1.44.ebuild | 44 +++++++++++++++++--------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/app-misc/anki-bin/anki-bin-2.1.44.ebuild b/app-misc/anki-bin/anki-bin-2.1.44.ebuild index 88b00d606..298ec65f7 100644 --- a/app-misc/anki-bin/anki-bin-2.1.44.ebuild +++ b/app-misc/anki-bin/anki-bin-2.1.44.ebuild @@ -9,37 +9,39 @@ inherit python-single-r1 desktop xdg DESCRIPTION="A spaced-repetition memory training program (flash cards)" HOMEPAGE="https://apps.ankiweb.net/" SRC_URI=" - https://files.pythonhosted.org/packages/1d/da/199c378dd483bea4b38e94c2951bbb903dae8be023484577ba41b9c75ada/anki-2.1.44-cp38-abi3-manylinux2014_x86_64.whl -> ${P}.zip - https://files.pythonhosted.org/packages/25/1a/7b94d38b897c942c206258b7b1c758586250ebeb4804a33a4191a047fb2a/aqt-2.1.44-py3-none-any.whl -> aqt-${PV}.zip - https://github.com/ankitects/anki/blob/2.1.44/qt/linux/anki.png + https://files.pythonhosted.org/packages/1d/da/199c378dd483bea4b38e94c2951bbb903dae8be023484577ba41b9c75ada/anki-${PV}-cp38-abi3-manylinux2014_x86_64.whl -> ${P}.zip + https://files.pythonhosted.org/packages/25/1a/7b94d38b897c942c206258b7b1c758586250ebeb4804a33a4191a047fb2a/aqt-${PV}-py3-none-any.whl -> aqt-${PV}.zip + https://github.com/ankitects/anki/blob/${PV}/qt/linux/anki.png " LICENSE="AGPL-3" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" - dev-python/decorator - dev-python/protobuf-python - dev-python/orjson-bin - dev-python/distro - dev-python/beautifulsoup - dev-python/requests - dev-python/flask - dev-python/waitress - dev-python/send2trash - dev-python/markdown - dev-python/jsonschema - dev-python/flask-cors - dev-python/PyQt5 - dev-python/PyQtWebEngine + $(python_gen_cond_dep ' + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/protobuf-python[${PYTHON_USEDEP}] + dev-python/orjson-bin[${PYTHON_USEDEP}] + dev-python/distro[${PYTHON_USEDEP}] + dev-python/beautifulsoup[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/flask[${PYTHON_USEDEP}] + dev-python/waitress[${PYTHON_USEDEP}] + dev-python/send2trash[${PYTHON_USEDEP}] + dev-python/markdown[${PYTHON_USEDEP}] + dev-python/jsonschema[${PYTHON_USEDEP}] + dev-python/flask-cors[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}] + dev-python/PyQtWebEngine[${PYTHON_USEDEP}] + ') " -RDEPEND=" - ${DEPEND} +RDEPEND="${DEPEND} + ${PYTHON_DEPS} !app-misc/anki " -BDEPEND="app-arch/unzip -${PYTHON_DEPS}" +BDEPEND="app-arch/unzip" S="${WORKDIR}"