2024-05-14 16:03:48 UTC

This commit is contained in:
Repository mirror & CI
2024-05-14 16:03:48 +00:00
parent 5eebb8bbdd
commit edc233e135
20 changed files with 79 additions and 161 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpy-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] BDEPEND=test? ( >=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/numpy-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DESCRIPTION=Pyspread is a non-traditional spreadsheet written in Python DESCRIPTION=Pyspread is a non-traditional spreadsheet written in Python
EAPI=8 EAPI=8
HOMEPAGE=https://pyspread.gitlab.io HOMEPAGE=https://pyspread.gitlab.io
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=xdg desktop distutils-r1 INHERIT=xdg desktop distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11 IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 KEYWORDS=~amd64
LICENSE=GPL-3 LICENSE=GPL-3
RDEPEND=>=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpy-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) RDEPEND=>=dev-python/PyQt5-5.10.0[gui,printsupport,svg,widgets,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/markdown2-2.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/matplotlib-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/numpy-1.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pyenchant-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/python-dateutil-2.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test ) RESTRICT=!test? ( test )
SLOT=0 SLOT=0
SRC_URI=https://gitlab.com/pyspread/pyspread/-/archive/v2.1.1/pyspread-v2.1.1.tar.bz2 SRC_URI=https://gitlab.com/pyspread/pyspread/-/archive/v2.1.1/pyspread-v2.1.1.tar.bz2
_eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 _eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e desktop 021728fdc1b03b36357dbc89489e0f0d toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=fe7eddfda28f7444e350ff3083ec1060 _md5_=fc4ab0d9ef6d30176721971fca01f67e

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/bleach[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tinycss2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Easily use bleach with Django models and templates
EAPI=8
HOMEPAGE=https://pypi.org/project/django-bleach/ https://github.com/marksweb/django-bleach
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/bleach[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tinycss2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/marksweb/django-bleach/archive/refs/tags/3.0.1.tar.gz -> django-bleach-3.0.1.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=8d86d565512b8cbdd9d10ad33077e191

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/bleach[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/markdown[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tinycss2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/markdownify ) doc? ( dev-python/sphinx-rtd-theme[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( >=dev-python/sphinx-7.2.6 ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Markdown template filter for Django
EAPI=8
HOMEPAGE=https://pypi.org/project/django-markdownify/ https://github.com/erwinmatijsen/django-markdownify
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/bleach[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/markdown[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/tinycss2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] !dev-python/markdownify python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/erwinmatijsen/django-markdownify/archive/refs/tags/0.9.2.tar.gz -> django-markdownify-0.9.2.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=515c337f4f08d3bee79e929c99472ad0

View File

@@ -1,16 +0,0 @@
BDEPEND=dev-python/setuptools-scm[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] test? ( dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Tweak the form field rendering in templates
EAPI=8
HOMEPAGE=https://pypi.org/project/django-widget-tweaks/ https://github.com/jazzband/django-widget-tweaks
INHERIT=distutils-r1
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/jazzband/django-widget-tweaks/archive/refs/tags/1.4.12.tar.gz -> django-widget-tweaks-1.4.12.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=f47de424906475b7d213aa558666bb53

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/myst-parser[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/myst-parser[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=HTML to text converter
EAPI=8
HOMEPAGE=https://pypi.org/project/inscriptis/ https://github.com/weblyzard/inscriptis
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/weblyzard/inscriptis/archive/refs/tags/2.3.1.tar.gz -> inscriptis-2.3.1.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=35f2d605ca1d7bee6d146acfa11d637f

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/myst-parser[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/myst-parser[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=HTML to text converter
EAPI=8
HOMEPAGE=https://pypi.org/project/inscriptis/ https://github.com/weblyzard/inscriptis
INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/weblyzard/inscriptis/archive/refs/tags/2.3.2.tar.gz -> inscriptis-2.3.2.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=35f2d605ca1d7bee6d146acfa11d637f

View File

@@ -1,17 +1,17 @@
BDEPEND=test? ( >=dev-python/sphinx-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/ipywidgets-7.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-5.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) doc? ( || ( ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/matplotlib[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?] BDEPEND=test? ( >=dev-python/sphinx-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipywidgets-7.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbconvert-5.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) doc? ( || ( ( dev-lang/python:3.12 >=dev-python/sphinx-7.2.6[python_targets_python3_12(-)] dev-python/matplotlib[python_targets_python3_12(-)] dev-python/alabaster[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-7.2.6[python_targets_python3_11(-)] dev-python/matplotlib[python_targets_python3_11(-)] dev-python/alabaster[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-7.2.6[python_targets_python3_10(-)] dev-python/matplotlib[python_targets_python3_10(-)] dev-python/alabaster[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) 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_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/sphinx-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/ipywidgets-7.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-5.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?] DEPEND=>=dev-python/sphinx-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipywidgets-7.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbconvert-5.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Jupyter Sphinx Extensions DESCRIPTION=Jupyter Sphinx Extensions
EAPI=8 EAPI=8
HOMEPAGE=https://github.com/jupyter/jupyter-sphinx HOMEPAGE=https://github.com/jupyter/jupyter-sphinx
INHERIT=distutils-r1 INHERIT=distutils-r1
IUSE=test doc python_targets_python3_10 python_targets_python3_11 IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~x86 KEYWORDS=~amd64 ~x86
LICENSE=BSD LICENSE=BSD
RDEPEND=>=dev-python/sphinx-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/ipywidgets-7.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/nbconvert-5.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) RDEPEND=>=dev-python/sphinx-2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ipywidgets-7.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/ipython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/nbconvert-5.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test ) RESTRICT=!test? ( test )
SLOT=0 SLOT=0
SRC_URI=https://github.com/jupyter/jupyter-sphinx/archive/v0.4.0.tar.gz -> jupyter-sphinx-0.4.0.tar.gz SRC_URI=https://github.com/jupyter/jupyter-sphinx/archive/v0.4.0.tar.gz -> jupyter-sphinx-0.4.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 _eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=d200cfe92cff4ac224c26c0f0ddfa95a _md5_=a0dfde7e84f31833aea62567b1e3b152

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/dill[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/hatchling-1.21.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
DESCRIPTION=Package to compile a fragment of Python source code to a corresponding LaTeX expression
EAPI=8
HOMEPAGE=https://pypi.org/project/latexify-py/ https://github.com/google/latexify_py
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/dill[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/google/latexify_py/archive/refs/tags/v0.4.3-post1.tar.gz -> latexify-0.4.3.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=b594c1bde643ea3b400a4ac225a02273

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/dill[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.4.4[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-15[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hatchling-1.21.1[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DESCRIPTION=Annotate Python source code to get LaTeX expressions
EAPI=8
HOMEPAGE=https://pypi.org/project/latexify-py/ https://github.com/google/latexify_py
INHERIT=distutils-r1
IUSE=test python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/dill[python_targets_pypy3(-)?,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_pypy3? ( dev-python/pypy3:= ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_pypy3 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/google/latexify_py/archive/refs/tags/v0.4.3-post1.tar.gz -> latexify_py-0.4.3-post1.gh.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=00d8fbbd726bade91d03819290455442

View File

@@ -1,9 +1,10 @@
DEFINED_PHASES=- BDEPEND=dev-lang/go
DEFINED_PHASES=install
DESCRIPTION=Webgpu Header files DESCRIPTION=Webgpu Header files
EAPI=8 EAPI=8
HOMEPAGE=https://github.com/webgpu-native/webgpu-headers HOMEPAGE=https://github.com/webgpu-native/webgpu-headers
KEYWORDS=~amd64 ~x86 KEYWORDS=~amd64 ~x86
LICENSE=BSD-3 LICENSE=BSD
SLOT=0 SLOT=0
SRC_URI=https://github.com/webgpu-native/webgpu-headers/archive/aef5e428a1fdab2ea770581ae7c95d8779984e0a.tar.gz -> webgpu-headers-20240512.tar.gz SRC_URI=https://github.com/webgpu-native/webgpu-headers/archive/aef5e428a1fdab2ea770581ae7c95d8779984e0a.tar.gz -> webgpu-headers-20240512.tar.gz
_md5_=c92a2964b3b49dc90d11b60bbc796413 _md5_=aab0e3f8be1fa711b135e41973268d3d

View File

@@ -1,11 +1,11 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl] BDEPEND=dev-lang/go >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=unpack DEFINED_PHASES=install unpack
DESCRIPTION=Webgpu Header files DESCRIPTION=Webgpu Header files
EAPI=8 EAPI=8
HOMEPAGE=https://github.com/webgpu-native/webgpu-headers HOMEPAGE=https://github.com/webgpu-native/webgpu-headers
INHERIT=git-r3 INHERIT=git-r3
LICENSE=BSD-3 LICENSE=BSD
PROPERTIES=live PROPERTIES=live
SLOT=0 SLOT=0
_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1 _eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=c92a2964b3b49dc90d11b60bbc796413 _md5_=aab0e3f8be1fa711b135e41973268d3d

View File

@@ -1,13 +0,0 @@
BDEPEND=>=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=install unpack
DEPEND=app-misc/pup app-text/recode app-misc/jq
DESCRIPTION=Tuxi is a cli assistant. Get answers of your questions instantly.
EAPI=7
HOMEPAGE=https://github.com/Bugswriter/tuxi
INHERIT=git-r3
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=app-misc/pup app-text/recode app-misc/jq
SLOT=0
_eclasses_=git-r3 fbb2889c81f3a05910c1524db69425c1
_md5_=ce40b446c273769f04f41c3212e54d97

View File

@@ -5,12 +5,12 @@ EAPI=8
HOMEPAGE=https://www.kernel.org/ HOMEPAGE=https://www.kernel.org/
IDEPEND=filecaps? ( sys-libs/libcap ) IDEPEND=filecaps? ( sys-libs/libcap )
INHERIT=fcaps linux-info python-r1 toolchain-funcs INHERIT=fcaps linux-info python-r1 toolchain-funcs
IUSE=pstate-tracer +filecaps python_targets_python3_10 python_targets_python3_11 IUSE=pstate-tracer +filecaps python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 KEYWORDS=~amd64
LICENSE=GPL-2 LICENSE=GPL-2
RDEPEND=pstate-tracer? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/gnuplot-py[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sci-visualization/gnuplot ) RDEPEND=pstate-tracer? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/gnuplot-py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sci-visualization/gnuplot )
REQUIRED_USE=pstate-tracer? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) REQUIRED_USE=pstate-tracer? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) )
SLOT=0/0 SLOT=0/0
SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz
_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info 7ca3057b277f1e5978947b4cc289ce62 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f _eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info 7ca3057b277f1e5978947b4cc289ce62 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
_md5_=7716df2cf4ce12d19098c995a5673426 _md5_=905812c8593e53afffb166f61c0dd976

View File

@@ -5,12 +5,12 @@ EAPI=8
HOMEPAGE=https://www.kernel.org/ HOMEPAGE=https://www.kernel.org/
IDEPEND=filecaps? ( sys-libs/libcap ) IDEPEND=filecaps? ( sys-libs/libcap )
INHERIT=fcaps linux-info python-r1 toolchain-funcs INHERIT=fcaps linux-info python-r1 toolchain-funcs
IUSE=pstate-tracer +filecaps python_targets_python3_10 python_targets_python3_11 IUSE=pstate-tracer +filecaps python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 KEYWORDS=~amd64
LICENSE=GPL-2 LICENSE=GPL-2
RDEPEND=pstate-tracer? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) dev-python/gnuplot-py[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sci-visualization/gnuplot ) RDEPEND=pstate-tracer? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) dev-python/gnuplot-py[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sci-visualization/gnuplot )
REQUIRED_USE=pstate-tracer? ( || ( python_targets_python3_10 python_targets_python3_11 ) ) REQUIRED_USE=pstate-tracer? ( || ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 ) )
SLOT=0/0 SLOT=0/0
SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.18.tar.xz SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz
_eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info 7ca3057b277f1e5978947b4cc289ce62 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f _eclasses_=fcaps c0a086b957a1b183a8d136eabf02f191 toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 linux-info 7ca3057b277f1e5978947b4cc289ce62 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe python-utils-r1 e527bb25fc6ab8bb127b889b8f62500a python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
_md5_=b3622d0caf71dd92e4f39e908f1ab71f _md5_=905812c8593e53afffb166f61c0dd976

View File

@@ -276,7 +276,7 @@ app-misc/wego 2.2: Wego is a weather client for the terminal
app-misc/x86-64-level 0.2.2 9999: Get the x86-64 Microarchitecture Level on the Current Machine app-misc/x86-64-level 0.2.2 9999: Get the x86-64 Microarchitecture Level on the Current Machine
app-misc/xplr 0.21.3: A hackable, minimal, fast TUI file explorer app-misc/xplr 0.21.3: A hackable, minimal, fast TUI file explorer
app-misc/yaf 0.0.3: Yet another system fetch that is minimal and customizable. app-misc/yaf 0.0.3: Yet another system fetch that is minimal and customizable.
app-misc/yazi 0.2.1 0.2.2 0.2.3 0.2.4: Blazing fast terminal file manager written in Rust, based on async I/O. app-misc/yazi 0.2.2 0.2.3 0.2.4 0.2.5: Blazing fast terminal file manager written in Rust, based on async I/O.
app-misc/zcock 0.1.0 0.2.0: Print an emoji according to traditional chinese calendar and more app-misc/zcock 0.1.0 0.2.0: Print an emoji according to traditional chinese calendar and more
app-mobilephone/flashlight 0.1.1-r2: It's a flashlight, what do you expect? app-mobilephone/flashlight 0.1.1-r2: It's a flashlight, what do you expect?
app-mobilephone/mobile-config-firefox 2.1.0: Mobile and privacy friendly configuration for Firefox app-mobilephone/mobile-config-firefox 2.1.0: Mobile and privacy friendly configuration for Firefox
@@ -369,7 +369,7 @@ dev-build/FoBiS 3.0.5-r1: FoBiS.py, a Fortran Building System for poor men
dev-build/cargo-make 0.37.12: Rust task runner and build tool dev-build/cargo-make 0.37.12: Rust task runner and build tool
dev-build/fpm 0.9.0 0.10.0: Fortran Package Manager (fpm) dev-build/fpm 0.9.0 0.10.0: Fortran Package Manager (fpm)
dev-build/fypp 3.1 3.2: Fypp - Python powered Fortran preprocessor dev-build/fypp 3.1 3.2: Fypp - Python powered Fortran preprocessor
dev-build/just 1.25.2: Just a command runner (with syntax inspired by 'make') dev-build/just 1.25.2 1.26.0: Just a command runner (with syntax inspired by 'make')
dev-build/xmake 2.8.9 9999: A cross-platform build utility based on Lua dev-build/xmake 2.8.9 9999: A cross-platform build utility based on Lua
dev-cpp/blurhash 0.2.0 0.2.0-r1: C++ blurhash encoder/decoder dev-cpp/blurhash 0.2.0 0.2.0-r1: C++ blurhash encoder/decoder
dev-cpp/coeurl 0.2.1 0.3.0: A simple async wrapper around CURL for C++ dev-cpp/coeurl 0.2.1 0.3.0: A simple async wrapper around CURL for C++
@@ -655,9 +655,6 @@ dev-python/defcon 0.10.2: A set of UFO based objects for use in font editing app
dev-python/desktop-notifier 4.0.0: desktop-notifier is a Python library for cross-platform desktop notifications dev-python/desktop-notifier 4.0.0: desktop-notifier is a Python library for cross-platform desktop notifications
dev-python/devtools 0.10.0-r1: Dev tools for python dev-python/devtools 0.10.0-r1: Dev tools for python
dev-python/digitalocean 1.17.0-r1: Digitalocean API access library dev-python/digitalocean 1.17.0-r1: Digitalocean API access library
dev-python/django-bleach 3.0.1: Easily use bleach with Django models and templates
dev-python/django-markdownify 0.9.2: Markdown template filter for Django
dev-python/django-widget-tweaks 1.4.12: Tweak the form field rendering in templates
dev-python/doxypypy 0.8.8.6_p20210405-r1: A more Pythonic version of doxypy, a Doxygen filter for Python dev-python/doxypypy 0.8.8.6_p20210405-r1: A more Pythonic version of doxypy, a Doxygen filter for Python
dev-python/dropbox 11.36.2: The offical Dropbox SDK for Python dev-python/dropbox 11.36.2: The offical Dropbox SDK for Python
dev-python/dtreeviz 2.2.2: A python library for decision tree visualization and model interpretation dev-python/dtreeviz 2.2.2: A python library for decision tree visualization and model interpretation
@@ -692,7 +689,6 @@ dev-python/i3ipc 2.2.1 2.2.1-r1: An improved Python library to control i3wm and
dev-python/iOSbackup 0.9.925: Reads and extracts files from a password-encrypted iOS backup dev-python/iOSbackup 0.9.925: Reads and extracts files from a password-encrypted iOS backup
dev-python/icecream 2.1.3: Pythonic task execution dev-python/icecream 2.1.3: Pythonic task execution
dev-python/injector 0.21.0-r1: Python dependency injection framework, inspired by Guice dev-python/injector 0.21.0-r1: Python dependency injection framework, inspired by Guice
dev-python/inscriptis 2.3.1 2.3.2: HTML to text converter
dev-python/internetarchive 3.7.0: Lib and CLI for archive.org - for search, uploading, downloading, rename... dev-python/internetarchive 3.7.0: Lib and CLI for archive.org - for search, uploading, downloading, rename...
dev-python/invoke 2.2.0: Pythonic task execution dev-python/invoke 2.2.0: Pythonic task execution
dev-python/isosurfaces 0.1.0: Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function dev-python/isosurfaces 0.1.0: Construct isolines/isosurfaces of a 2D/3D scalar field defined by a function
@@ -708,7 +704,7 @@ dev-python/jsonpath-rw-ext 1.2.2-r1: Extensions for JSONPath RW
dev-python/jupyter-sphinx 0.4.0: Jupyter Sphinx Extensions dev-python/jupyter-sphinx 0.4.0: Jupyter Sphinx Extensions
dev-python/kurbopy 0.10.40: Python wrapper around Rust kurbo 2D curves library dev-python/kurbopy 0.10.40: Python wrapper around Rust kurbo 2D curves library
dev-python/langdetect 1.0.9: Port of Google's language-detection library to Python dev-python/langdetect 1.0.9: Port of Google's language-detection library to Python
dev-python/latexify 0.4.3.1: Package to compile a fragment of Python source code to a corresponding LaTeX expression dev-python/latexify-py 0.4.3.1: Annotate Python source code to get LaTeX expressions
dev-python/libusb1 2.0.1-r1: Pure-python wrapper for libusb-1.0 dev-python/libusb1 2.0.1-r1: Pure-python wrapper for libusb-1.0
dev-python/lru-dict 1.3.0: Dict like LRU container dev-python/lru-dict 1.3.0: Dict like LRU container
dev-python/manhole 1.8.0-r2: Debugging manhole for python application dev-python/manhole 1.8.0-r2: Debugging manhole for python application
@@ -1422,7 +1418,6 @@ net-misc/rpki-client 8.0 8.4 8.8: Portability shim for OpenBSD's rpki-client
net-misc/smcroute 2.5.6: A static multicast routing daemon net-misc/smcroute 2.5.6: A static multicast routing daemon
net-misc/sshx 0.2.4: A secure web-based, collaborative terminal. net-misc/sshx 0.2.4: A secure web-based, collaborative terminal.
net-misc/toot 0.38.1: toot - Mastodon CLI & TUI net-misc/toot 0.38.1: toot - Mastodon CLI & TUI
net-misc/tuxi 9999: Tuxi is a cli assistant. Get answers of your questions instantly.
net-misc/warp 0.7.0: Fast and secure file transfer net-misc/warp 0.7.0: Fast and secure file transfer
net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine net-misc/wayback_machine_downloader 2.3.0 2.3.1: Download an entire website from the Wayback Machine
net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp net-misc/whatscli 1.0.6 1.0.11: A command line interface for WhatsApp
@@ -1616,7 +1611,7 @@ sys-power/auto-cpufreq 1.9.6 2.1.0 2.1.0-r1: Automatic CPU speed & power optimiz
sys-power/envycontrol 3.4.0 9999: Easy GPU switching for Nvidia Optimus laptops under Linux sys-power/envycontrol 3.4.0 9999: Easy GPU switching for Nvidia Optimus laptops under Linux
sys-power/fan2go 0.8.1: A simple daemon providing dynamic fan speed control sys-power/fan2go 0.8.1: A simple daemon providing dynamic fan speed control
sys-power/gtherm 0.0.3: A simple daemon to monitor thermal zones and cooling devices sys-power/gtherm 0.0.3: A simple daemon to monitor thermal zones and cooling devices
sys-power/linux-tools-power-x86 5.18 6.1: Linux x86 CPU power tools sys-power/linux-tools-power-x86 6.1 6.6: Linux x86 CPU power tools
sys-power/nvidia-exec 0.1.2-r1 9999: GPU switching without login out for Nvidia Optimus laptops under Linux sys-power/nvidia-exec 0.1.2-r1 9999: GPU switching without login out for Nvidia Optimus laptops under Linux
sys-process/forkstat 0.03.02-r2: Logs process fork(), exec() and exit() activity sys-process/forkstat 0.03.02-r2: Logs process fork(), exec() and exit() activity
sys-process/gotop 4.2.0: A terminal based graphical activity monitor inspired by gtop and vtop sys-process/gotop 4.2.0: A terminal based graphical activity monitor inspired by gtop and vtop

View File

@@ -1 +1 @@
Tue, 14 May 2024 09:33:46 +0000 Tue, 14 May 2024 16:03:48 +0000