mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 21:13:27 -04:00
2023-05-01 13:50:30 UTC
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
BDEPEND=>=dev-util/re2c-0.13.5 >=sys-devel/bison-2.5 virtual/pkgconfig >=dev-util/ninja-1.8.2 >=dev-util/cmake-3.20.5
|
||||
DEFINED_PHASES=compile configure install prepare setup test
|
||||
DEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) 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 ) ) test? ( dev-cpp/catch:0 )
|
||||
DEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( 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 ) ) test? ( dev-cpp/catch:0 )
|
||||
DESCRIPTION=Integrated grounder and solver for answer set logic programs
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/potassco/clingo https://potassco.org/clingo
|
||||
INHERIT=cmake flag-o-matic lua-single python-single-r1 toolchain-funcs
|
||||
IUSE=examples lua python test +tools lua_single_target_lua5-3 lua_single_target_lua5-4 python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11
|
||||
IUSE=examples lua python test +tools lua_single_target_lua5-3 lua_single_target_lua5-4 python_single_target_python3_10 python_single_target_python3_11
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) 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 ) )
|
||||
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) python? ( ^^ ( python_single_target_python3_9 python_single_target_python3_10 python_single_target_python3_11 ) )
|
||||
RDEPEND=>=sci-mathematics/clasp-3.3.8:=[tools] sci-libs/libpotassco:= lua? ( lua_single_target_lua5-3? ( dev-lang/lua:5.3 ) lua_single_target_lua5-4? ( dev-lang/lua:5.4 ) ) python? ( 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 ) )
|
||||
REQUIRED_USE=lua? ( ^^ ( lua_single_target_lua5-3 lua_single_target_lua5-4 ) ) python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 ) )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/potassco/clingo/archive/refs/tags/v5.5.2.tar.gz -> clingo-5.5.2.tar.gz
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua-single 86d497a20c93c7ce83af442f627515c1 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 flag-o-matic 514815b1cc0dd4aeac177c2e812b3b1a multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 xdg-utils baea6080dd821f5562d715887954c9d3 cmake 7fb5980de96325cbab639f5b2187357c lua-utils d37a16dbcc1f07f71bc48da75ed7a0cb lua-single 86d497a20c93c7ce83af442f627515c1 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-single-r1 75118e916668a74c660a13b0ecb22562
|
||||
_md5_=615cd642bce5fc5fec38eab5bd4c81e7
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=dev-python/jinja2-cli dev-python/sphinx[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sphinx-argparse[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
BDEPEND=dev-python/jinja2-cli dev-python/sphinx[python_targets_python3_10(-)?] dev-python/sphinx-argparse[python_targets_python3_10(-)?] dev-python/setuptools[python_targets_python3_10(-)?] test? ( dev-python/lxml[python_targets_python3_10(-)?] dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience dev-python/jinja2-cli dev-python/sphinx[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/sphinx-argparse[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/setuptools[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
|
||||
DEPEND=dev-python/lxml[python_targets_python3_10(-)?] dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience dev-python/jinja2-cli dev-python/sphinx[python_targets_python3_10(-)?] dev-python/sphinx-argparse[python_targets_python3_10(-)?] dev-python/setuptools[python_targets_python3_10(-)?]
|
||||
DESCRIPTION=Create maths exercises in LaTeX and PDF format
|
||||
EAPI=8
|
||||
HOMEPAGE=https://www.pyromaths.org https://pypi.org/project/pyromaths https://framagit.org/pyromaths/pyromaths
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test test python_targets_python3_9 python_targets_python3_10
|
||||
IUSE=test test python_targets_python3_10
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-3
|
||||
RDEPEND=dev-python/lxml[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
|
||||
RDEPEND=dev-python/lxml[python_targets_python3_10(-)?] dev-texlive/texlive-pstricks dev-texlive/texlive-basic dev-texlive/texlive-latexextra dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended dev-texlive/texlive-mathscience python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://framagit.org/pyromaths/pyromaths/-/archive/version-21.8.2/pyromaths-version-21.8.2.tar.gz -> pyromaths-21.8.2.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 ff196cc3d0837f4b97547cbf8abeec65
|
||||
_md5_=8c14308978f3e9a4e391ef4e0d4a6dc8
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
BDEPEND=test? ( python_single_target_python3_9? ( >=dev-python/pyte-0.8.0[python_targets_python3_9(-)] dev-python/pexpect[python_targets_python3_9(-)] dev-python/ptyprocess[python_targets_python3_9(-)] dev-python/jedi[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/pyte-0.8.0[python_targets_python3_10(-)] dev-python/pexpect[python_targets_python3_10(-)] dev-python/ptyprocess[python_targets_python3_10(-)] dev-python/jedi[python_targets_python3_10(-)] ) dev-R/askpass dev-R/reticulate[python_single_target_python3_9(-)?,python_single_target_python3_10(-)?] dev-vcs/git ) test? ( python_single_target_python3_9? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) dev-lang/R python_single_target_python3_9? ( >=dev-python/pytest-7.2.1[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/pytest-7.2.1[python_targets_python3_10(-)] ) ) python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_9? ( >=dev-python/setuptools-65.7.0[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)] )
|
||||
BDEPEND=test? ( python_single_target_python3_10? ( >=dev-python/pyte-0.8.0[python_targets_python3_10(-)] dev-python/pexpect[python_targets_python3_10(-)] dev-python/ptyprocess[python_targets_python3_10(-)] dev-python/jedi[python_targets_python3_10(-)] ) dev-R/askpass dev-R/reticulate[python_single_target_python3_10(-)?] dev-vcs/git ) test? ( python_single_target_python3_10? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) dev-lang/R python_single_target_python3_10? ( >=dev-python/pytest-7.2.1[python_targets_python3_10(-)] ) ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) python_single_target_python3_10? ( >=dev-python/setuptools-65.7.0[python_targets_python3_10(-)] )
|
||||
DEFINED_PHASES=compile configure install postinst prepare setup test
|
||||
DEPEND=python_single_target_python3_9? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] )
|
||||
DEPEND=python_single_target_python3_10? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] )
|
||||
DESCRIPTION=A 21 century R console
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/radian/ https://github.com/randy3k/radian
|
||||
INHERIT=distutils-r1 optfeature
|
||||
IUSE=test python_single_target_python3_9 python_single_target_python3_10
|
||||
IUSE=test +python_single_target_python3_10
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_single_target_python3_9? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_9(-)] >=dev-python/pygments-2.5.0[python_targets_python3_9(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_9(-)] ) python_single_target_python3_10? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] ) python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) dev-lang/R python_single_target_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_9 python_single_target_python3_10 )
|
||||
RDEPEND=python_single_target_python3_10? ( >=dev-python/prompt-toolkit-3.0.15[python_targets_python3_10(-)] >=dev-python/pygments-2.5.0[python_targets_python3_10(-)] >=dev-python/rchitect-0.3.36[python_targets_python3_10(-)] ) python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) dev-lang/R python_single_target_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_10 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/randy3k/radian/archive/refs/tags/v0.6.3.tar.gz -> radian-0.6.3-github.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 4544ab96b58e177dc52d75e42f5ee307 python-single-r1 75118e916668a74c660a13b0ecb22562 distutils-r1 ff196cc3d0837f4b97547cbf8abeec65 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
|
||||
_md5_=fb18607bec11743433a7a862120ad174
|
||||
|
||||
Reference in New Issue
Block a user