From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/ Date: Fri, 30 Jul 2021 09:11:23 +0000 (UTC) [thread overview] Message-ID: <1627636274.1135ff0c05d433ee5fa30a24ae93ec1d9596732c.andrewammerlaan@gentoo> (raw) commit: 1135ff0c05d433ee5fa30a24ae93ec1d9596732c Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Jul 30 09:11:14 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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}"
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/anki-bin/ Date: Fri, 30 Jul 2021 09:11:35 +0000 (UTC) [thread overview] Message-ID: <1627636274.1135ff0c05d433ee5fa30a24ae93ec1d9596732c.andrewammerlaan@gentoo> (raw) Message-ID: <20210730091135.9BfenFxPqboFFKnPyVuXxKjQlTrv0ZjxAGNUZjUsTkY@z> (raw) commit: 1135ff0c05d433ee5fa30a24ae93ec1d9596732c Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Fri Jul 30 09:11:14 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> 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 <andrewammerlaan <AT> 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}"
next reply other threads:[~2021-07-30 10:05 UTC|newest] Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-07-30 9:11 Andrew Ammerlaan [this message] 2021-07-30 9:11 ` [gentoo-commits] repo/proj/guru:master commit in: app-misc/anki-bin/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2024-12-24 15:30 [gentoo-commits] repo/proj/guru:dev " Lucio Sauer 2024-12-15 23:05 Lucio Sauer 2024-12-15 23:05 Lucio Sauer 2024-11-24 21:06 Anna Vyalkova 2024-11-24 21:06 Anna Vyalkova 2024-11-14 3:45 Anna Vyalkova 2024-09-01 20:58 Lucio Sauer 2024-09-01 20:58 Lucio Sauer 2024-07-03 16:11 Lucio Sauer 2024-07-03 16:07 Lucio Sauer 2024-06-20 2:41 Lucio Sauer 2024-04-29 14:14 Lucio Sauer 2024-04-28 18:00 Lucio Sauer 2024-04-28 17:55 Lucio Sauer 2024-04-28 17:55 Lucio Sauer 2024-04-01 20:38 Lucio Sauer 2024-02-25 1:21 Lucio Sauer 2023-12-28 13:46 Lucio Sauer 2023-12-28 13:46 Lucio Sauer 2023-12-26 18:24 Lucio Sauer 2023-12-26 18:24 Lucio Sauer 2023-12-11 13:28 Lucio Sauer 2023-11-27 0:32 Lucio Sauer 2023-11-24 12:17 Lucio Sauer 2023-11-24 12:17 Lucio Sauer 2023-11-09 5:49 Amano Kenji 2023-11-02 0:58 Shaoyu Tseng 2023-08-27 19:51 Lucio Sauer 2023-08-24 20:02 Lucio Sauer 2023-08-24 20:02 Lucio Sauer 2023-06-12 7:39 Lucio Sauer 2023-06-07 19:58 Lucio Sauer 2023-06-07 19:53 Lucio Sauer 2023-06-05 22:32 Lucio Sauer 2023-05-24 22:38 Lucio Sauer 2023-05-24 22:38 Lucio Sauer 2023-05-15 19:17 Lucio Sauer 2023-05-15 19:17 Lucio Sauer 2023-05-06 22:52 Lucio Sauer 2023-05-06 22:52 Lucio Sauer 2023-03-31 22:08 Lucio Sauer 2023-03-31 22:08 Lucio Sauer 2023-02-22 16:51 Lucio Sauer 2023-02-22 16:51 Lucio Sauer 2023-02-21 0:56 Lucio Sauer 2023-01-29 19:41 Lucio Sauer 2023-01-29 19:41 Lucio Sauer 2023-01-14 19:22 Ran Rutenberg 2023-01-14 16:35 Ran Rutenberg 2023-01-10 2:40 Shaoyu Tseng 2022-12-30 2:45 Lucio Sauer 2022-12-30 2:45 Lucio Sauer 2022-11-28 18:59 Jack Sangdahl 2022-11-28 10:10 Jack Sangdahl 2022-09-18 4:37 Lucio Sauer 2022-09-18 4:37 Lucio Sauer 2022-09-16 0:50 Lucio Sauer 2022-03-28 19:52 Shaoyu Tseng 2021-10-17 16:23 Shaoyu Tseng 2021-08-08 3:51 Shaoyu Tseng 2021-07-31 8:17 Shaoyu Tseng 2021-07-30 9:27 Shaoyu Tseng 2021-07-29 12:20 Shaoyu Tseng 2021-07-29 11:41 Shaoyu Tseng
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1627636274.1135ff0c05d433ee5fa30a24ae93ec1d9596732c.andrewammerlaan@gentoo \ --to=andrewammerlaan@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox