2023-05-25 02:31:51 UTC

This commit is contained in:
Repository mirror & CI
2023-05-25 02:31:51 +00:00
parent 855ece17ca
commit 9f1b233cad
28 changed files with 217 additions and 113 deletions

View File

@@ -1,6 +1,5 @@
BDEPEND=app-arch/unzip
DEFINED_PHASES=install postinst postrm preinst setup
DEPEND=python_single_target_python3_10? ( dev-python/beautifulsoup4[python_targets_python3_10(-)] dev-python/distro[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/flask[python_targets_python3_10(-)] dev-python/flask-cors[python_targets_python3_10(-)] dev-python/jsonschema[python_targets_python3_10(-)] dev-python/markdown[python_targets_python3_10(-)] dev-python/protobuf-python[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/send2trash[python_targets_python3_10(-)] dev-python/waitress[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/flask[python_targets_python3_11(-)] dev-python/flask-cors[python_targets_python3_11(-)] dev-python/jsonschema[python_targets_python3_11(-)] dev-python/markdown[python_targets_python3_11(-)] dev-python/protobuf-python[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/send2trash[python_targets_python3_11(-)] dev-python/waitress[python_targets_python3_11(-)] ) !qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_10(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_11(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_11(-)] ) !dev-python/PyQt6 ) qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_10(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_11(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_11(-)] ) )
DESCRIPTION=A spaced-repetition memory training program (flash cards)
EAPI=8
HOMEPAGE=https://apps.ankiweb.net/
@@ -12,6 +11,6 @@ LICENSE=AGPL-3+ Apache-2.0 BSD CC-BY-3.0 GPL-3+ MIT
RDEPEND=python_single_target_python3_10? ( dev-python/beautifulsoup4[python_targets_python3_10(-)] dev-python/distro[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/flask[python_targets_python3_10(-)] dev-python/flask-cors[python_targets_python3_10(-)] dev-python/jsonschema[python_targets_python3_10(-)] dev-python/markdown[python_targets_python3_10(-)] dev-python/protobuf-python[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/send2trash[python_targets_python3_10(-)] dev-python/waitress[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/beautifulsoup4[python_targets_python3_11(-)] dev-python/distro[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/flask[python_targets_python3_11(-)] dev-python/flask-cors[python_targets_python3_11(-)] dev-python/jsonschema[python_targets_python3_11(-)] dev-python/markdown[python_targets_python3_11(-)] dev-python/protobuf-python[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/send2trash[python_targets_python3_11(-)] dev-python/waitress[python_targets_python3_11(-)] ) !qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_10(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt5-5.15.5[gui,network,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt5-sip-12.9.0[python_targets_python3_11(-)] >=dev-python/PyQtWebEngine-5.15.5[python_targets_python3_11(-)] ) !dev-python/PyQt6 ) qt6? ( python_single_target_python3_10? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_10(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_10(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/PyQt6-6.5.0[dbus,gui,network,opengl,printsupport,webchannel,widgets,python_targets_python3_11(-)] >=dev-python/PyQt6-sip-13.5.1[python_targets_python3_11(-)] >=dev-python/PyQt6-WebEngine-6.5.0[widgets,python_targets_python3_11(-)] ) ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_11? ( >=dev-lang/python-3.11.1-r1:3.11 ) !app-misc/anki
REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl -> anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl.zip https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.63-py3-none-any.whl -> aqt-2.1.63-py3-none-any.whl.zip https://raw.githubusercontent.com/ankitects/anki/2.1.63/qt/bundle/lin/anki.desktop -> anki-bin-2.1.63.desktop https://raw.githubusercontent.com/ankitects/anki/2.1.63/qt/bundle/lin/anki.png -> anki-bin-2.1.63.png https://raw.githubusercontent.com/ankitects/anki/2.1.63/qt/bundle/lin/anki.1 -> anki-bin-2.1.63.1
SRC_URI=https://files.pythonhosted.org/packages/cp39/a/anki/anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl -> anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip https://files.pythonhosted.org/packages/py3/a/aqt/aqt-2.1.64-py3-none-any.whl -> aqt-2.1.64-py3-none-any.whl.zip https://raw.githubusercontent.com/ankitects/anki/2.1.64/qt/bundle/lin/anki.desktop -> anki-bin-2.1.64.desktop https://raw.githubusercontent.com/ankitects/anki/2.1.64/qt/bundle/lin/anki.png -> anki-bin-2.1.64.png https://raw.githubusercontent.com/ankitects/anki/2.1.64/qt/bundle/lin/anki.1 -> anki-bin-2.1.64.1
_eclasses_=desktop 021728fdc1b03b36357dbc89489e0f0d multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib 104e1332efb829e2f7cbf89307a474f1 python-utils-r1 d676fb844e9408f4290d20bc7312f8bb python-single-r1 75118e916668a74c660a13b0ecb22562 pypi 3b6a844fbf71f1581992b44c78b549b7 xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e
_md5_=e3b00e6ec6ae74e08653fbbe3043904a
_md5_=e6560a58e152c4d5a6647e2dcac009fb