mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
2024-12-30 15:48:12 UTC
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
BDEPEND=>=dev-python/gitpython-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/gitpython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cachecontrol-0.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/cachecontrol-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.31[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/feedparser-6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonfeed-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jsonfeed-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] >=dev-python/validator-collection-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/validator-collection-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/termynal[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/termynal[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/gitpython-3.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/gitpython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cachecontrol-0.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/cachecontrol-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.31[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/feedparser-6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonfeed-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jsonfeed-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] >=dev-python/validator-collection-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/validator-collection-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
|
||||
DESCRIPTION=MkDocs plugin to generate a RSS feeds.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin
|
||||
INHERIT=distutils-r1 docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/1.15.0.tar.gz -> mkdocs-rss-plugin-1.15.0.gh.tar.gz https://github.com/henri-gasc/mkdocs-rss-plugin-cache/archive/refs/tags/1.15.0.tar.gz -> mkdocs-rss-plugin-cache-1.15.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=620e20f74feccba7bee6f83923d45f27
|
||||
17
metadata/md5-cache/dev-python/mkdocs-rss-plugin-1.17.1
Normal file
17
metadata/md5-cache/dev-python/mkdocs-rss-plugin-1.17.1
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=>=dev-python/gitpython-3.1.43[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/gitpython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cachecontrol-0.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/cachecontrol-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.31[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/feedparser-6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonfeed-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jsonfeed-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9.5.47[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] >=dev-python/validator-collection-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/validator-collection-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] doc? ( || ( ( dev-lang/python:3.12 dev-python/mkdocs[python_targets_python3_12(-)] dev-python/termynal[python_targets_python3_12(-)] dev-python/mkdocstrings[python_targets_python3_12(-)] dev-python/mkdocstrings-python[python_targets_python3_12(-)] dev-python/mkdocs-material[python_targets_python3_12(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_12(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/mkdocs[python_targets_python3_11(-)] dev-python/termynal[python_targets_python3_11(-)] dev-python/mkdocstrings[python_targets_python3_11(-)] dev-python/mkdocstrings-python[python_targets_python3_11(-)] dev-python/mkdocs-material[python_targets_python3_11(-)] dev-python/mkdocs-minify-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-committers-plugin[python_targets_python3_11(-)] dev-python/mkdocs-git-revision-date-localized-plugin[python_targets_python3_11(-)] ) ) dev-vcs/git )
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DEPEND=>=dev-python/gitpython-3.1.43[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/gitpython-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-1.6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/mkdocs-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/cachecontrol-0.14[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/cachecontrol-1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/filelock[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/requests-2.31[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/requests-3[python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( >=dev-python/feedparser-6.0.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/feedparser-6.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/jsonfeed-1.1.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/jsonfeed-2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/mkdocs-material-9.5.47[python_targets_python3_11(-)?,python_targets_python3_12(-)?,social] >=dev-python/validator-collection-1.5[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/validator-collection-1.6[python_targets_python3_11(-)?,python_targets_python3_12(-)?] )
|
||||
DESCRIPTION=MkDocs plugin to generate a RSS feeds.
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/Guts/mkdocs-rss-plugin https://pypi.org/project/mkdocs-rss-plugin
|
||||
INHERIT=distutils-r1 docs
|
||||
IUSE=test python_targets_python3_11 python_targets_python3_12 doc
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/Guts/mkdocs-rss-plugin/archive/refs/tags/1.17.1.tar.gz -> mkdocs-rss-plugin-1.17.1.gh.tar.gz https://github.com/henri-gasc/mkdocs-rss-plugin-cache/archive/refs/tags/1.17.1.tar.gz -> mkdocs-rss-plugin-cache-1.17.1.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df docs 006125f2158d2f16904ebd9114336058
|
||||
_md5_=8c5ee6a636f8a49c2a6a263cf3c0c5c6
|
||||
16
metadata/md5-cache/dev-python/questionary-2.1.0
Normal file
16
metadata/md5-cache/dev-python/questionary-2.1.0
Normal file
@@ -0,0 +1,16 @@
|
||||
BDEPEND=test? ( >=dev-python/prompt-toolkit-2[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/prompt-toolkit-4[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) doc? ( || ( ( dev-lang/python:3.13 >=dev-python/sphinx-7.2.6[python_targets_python3_13(-)] dev-python/sphinx-autodoc-typehints[python_targets_python3_13(-)] dev-python/sphinx-copybutton[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/sphinx-autodoc-typehints[python_targets_python3_12(-)] dev-python/sphinx-copybutton[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/sphinx-autodoc-typehints[python_targets_python3_11(-)] dev-python/sphinx-copybutton[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ( >=dev-lang/pypy-3.10[symlink] >=dev-python/sphinx-7.2.6[python_targets_pypy3(-)] dev-python/sphinx-autodoc-typehints[python_targets_pypy3(-)] dev-python/sphinx-copybutton[python_targets_pypy3(-)] dev-python/sphinx-rtd-theme[python_targets_pypy3(-)] ) ) ) python_targets_pypy3? ( >=dev-lang/pypy-3.10:=[symlink] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
|
||||
DEFINED_PHASES=compile configure install prepare test
|
||||
DESCRIPTION=Python library to build pretty command line user prompts
|
||||
EAPI=8
|
||||
HOMEPAGE=https://pypi.org/project/questionary/ https://github.com/tmbo/questionary
|
||||
INHERIT=distutils-r1
|
||||
IUSE=test doc python_targets_pypy3 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=MIT
|
||||
RDEPEND=>=dev-python/prompt-toolkit-2[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] <dev-python/prompt-toolkit-4[python_targets_pypy3(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_pypy3? ( >=dev-lang/pypy-3.10:=[symlink] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
|
||||
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/tmbo/questionary/archive/refs/tags/2.1.0.tar.gz -> questionary-2.1.0.gh.tar.gz
|
||||
_eclasses_=toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic f14aba975c94ccaa9f357a27e3b17ffe out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 42c5abe4a656a4993a06a4fc61dbdd12 python-r1 2def7a4ce233dfa344f613025c619a23 distutils-r1 85ccd3b54a6533fb120ee52b7c76a3df
|
||||
_md5_=91bc26dd86f3cb6c1af684c4971736cd
|
||||
Reference in New Issue
Block a user