public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 14 Jan 2023 18:43:20 +0000 (UTC)	[thread overview]
Message-ID: <1673713888.d58867e53d6058b5d9ba775b71e49fdcf8acfcea.andrewammerlaan@gentoo> (raw)

commit:     d58867e53d6058b5d9ba775b71e49fdcf8acfcea
Author:     Ran Rutenberg <ran.rutenberg <AT> gmail <DOT> com>
AuthorDate: Sat Jan 14 16:31:28 2023 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 16:31:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d58867e5

app-misc/anki-bin:

Signed-off-by: Ran Rutenberg <ran.rutenberg <AT> gmail.com>

Add python compatabilty for 3.10

 app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild | 67 +++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

diff --git a/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild b/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild
new file mode 100644
index 000000000..16bedab74
--- /dev/null
+++ b/app-misc/anki-bin/anki-bin-2.1.56-r1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_9 python3_10 )
+inherit python-single-r1 desktop xdg
+
+MY_PN=${PN%-bin}
+DESCRIPTION="A spaced-repetition memory training program (flash cards)"
+HOMEPAGE="https://apps.ankiweb.net/"
+SRC_URI="
+	https://files.pythonhosted.org/packages/cp39/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}-cp39-abi3-manylinux_2_28_x86_64.whl -> ${P}.zip
+	https://files.pythonhosted.org/packages/py3/a/aqt/aqt-${PV}-py3-none-any.whl -> aqt-${PV}.zip
+	https://raw.githubusercontent.com/ankitects/${MY_PN}/${PV}/qt/bundle/lin/${MY_PN}.desktop -> ${P}.desktop
+	https://raw.githubusercontent.com/ankitects/${MY_PN}/${PV}/qt/bundle/lin/${MY_PN}.png -> ${P}.png
+	https://raw.githubusercontent.com/ankitects/${MY_PN}/${PV}/qt/bundle/lin/${MY_PN}.1 -> ${P}.1
+"
+
+LICENSE="AGPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+QA_PREBUILT="usr/lib/*"
+DEPEND="
+$(python_gen_cond_dep '
+	dev-python/decorator[${PYTHON_USEDEP}]
+	dev-python/protobuf-python[${PYTHON_USEDEP}]
+	dev-python/distro[${PYTHON_USEDEP}]
+	dev-python/beautifulsoup4[${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}]
+	dev-python/stringcase[${PYTHON_USEDEP}]
+	')
+"
+RDEPEND="${DEPEND}
+	${PYTHON_DEPS}
+	!app-misc/anki
+"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}"
+
+src_unpack() {
+	unpack ${P}.zip aqt-${PV}.zip
+}
+
+src_install() {
+	python_domodule anki anki-${PV}.dist-info _aqt aqt aqt-${PV}.dist-info
+	printf "#!/usr/bin/python3\nimport sys;from aqt import run;sys.exit(run())" > runanki
+	python_newscript runanki anki
+	newicon "${DISTDIR}"/${P}.png ${MY_PN}.png
+	newmenu "${DISTDIR}"/${P}.desktop ${MY_PN}.desktop
+	newman "${DISTDIR}"/${P}.1 ${MY_PN}.1
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+}


             reply	other threads:[~2023-01-14 18:43 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-14 18:43 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02  9:58 [gentoo-commits] repo/proj/guru:master commit in: app-misc/anki-bin/ David Roman
2024-09-02  9:58 David Roman
2024-07-04 11:19 David Roman
2024-07-04 11:19 David Roman
2024-06-25  9:10 David Roman
2024-04-29 21:27 David Roman
2024-04-28 21:05 David Roman
2024-04-28 21:05 David Roman
2024-04-28 21:05 David Roman
2024-04-01 21:30 Haelwenn Monnier
2024-02-25  2:27 Julien Roy
2023-12-28 18:02 David Roman
2023-12-28 18:02 David Roman
2023-12-27 20:23 David Roman
2023-12-27 20:23 David Roman
2023-12-12  6:19 Viorel Munteanu
2023-11-24 17:20 David Roman
2023-11-24 17:20 David Roman
2023-11-09  6:45 Haelwenn Monnier
2023-11-02  9:21 Rui Huang
2023-08-28 16:33 David Roman
2023-08-24 22:41 David Roman
2023-08-24 22:41 David Roman
2023-06-12 19:27 Florian Schmaus
2023-06-07  7:04 Viorel Munteanu
2023-05-25  2:21 Haelwenn Monnier
2023-05-25  2:21 Haelwenn Monnier
2023-05-16  5:08 Viorel Munteanu
2023-05-16  5:08 Viorel Munteanu
2023-04-01 21:30 Haelwenn Monnier
2023-04-01 21:30 Haelwenn Monnier
2023-02-23  9:24 Viorel Munteanu
2023-02-23  9:24 Viorel Munteanu
2023-02-23  9:24 Viorel Munteanu
2023-01-30 10:29 Viorel Munteanu
2023-01-30 10:29 Viorel Munteanu
2023-01-10  8:37 Haelwenn Monnier
2022-12-30  9:41 Viorel Munteanu
2022-12-30  9:41 Viorel Munteanu
2022-12-01  3:59 Haelwenn Monnier
2022-09-19  6:30 Ronny Gutbrod
2022-09-19  6:30 Ronny Gutbrod
2022-09-17 11:49 Ronny Gutbrod
2022-03-29  0:23 Ronny Gutbrod
2021-10-20  8:18 Florian Schmaus
2021-07-30  9:29 Andrew Ammerlaan
2021-07-30  9:11 Andrew Ammerlaan
2021-07-30  9:11 Andrew Ammerlaan
2021-07-30  9:11 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-07-30  9:11 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan

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=1673713888.d58867e53d6058b5d9ba775b71e49fdcf8acfcea.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: link
Be 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