2024-01-01 04:17:03 UTC

This commit is contained in:
Repository mirror & CI
2024-01-01 04:17:03 +00:00
parent e64c1b7f5b
commit ab93a7a7fe
9 changed files with 58 additions and 26 deletions

View File

@@ -1,16 +0,0 @@
BDEPEND=test? ( dev-python/bracex[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/responses[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) test? ( dev-python/colorama[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sys-apps/pkgcore[python_targets_python3_10(-)?,python_targets_python3_11(-)?] scraper? ( dev-python/bracex[python_targets_python3_10(-)?,python_targets_python3_11(-)?] ) >=dev-python/pytest-7.3.1[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/setuptools-67.8.0-r1[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Vulnerability checker using data scraped from Gentoo Bugzilla
EAPI=7
HOMEPAGE=https://github.com/projg2/kuroneko/
INHERIT=distutils-r1
IUSE=scraper test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=BSD-2
RDEPEND=dev-python/colorama[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?] sys-apps/pkgcore[python_targets_python3_10(-)?,python_targets_python3_11(-)?] scraper? ( dev-python/bracex[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/projg2/kuroneko/archive/v0.1.3.tar.gz -> kuroneko-0.1.3.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c eapi8-dosym 5ac4857ad078256d939c44f7c64197a9 python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690
_md5_=cbb4e841aa1c5af56ba3e90b9b2cabd6

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/bracex[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/responses[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/colorama[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pkgcore[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] scraper? ( dev-python/bracex[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-python/pytest-7.3.1[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/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Vulnerability checker using data scraped from Gentoo Bugzilla
EAPI=8
HOMEPAGE=https://github.com/projg2/kuroneko/
INHERIT=distutils-r1
IUSE=scraper test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=BSD-2
RDEPEND=dev-python/colorama[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] sys-apps/pkgcore[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] scraper? ( dev-python/bracex[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/projg2/kuroneko/archive/v0.1.4.tar.gz -> kuroneko-0.1.4.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690
_md5_=02822f5c36d3bc916d1c0106d779b7ea

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/colorama-0.4.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/pytest-7.3.1[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/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=pytest plugin that allows multiple failures per test
EAPI=8
HOMEPAGE=https://github.com/okken/pytest-check/ https://pypi.org/project/pytest-check/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
LICENSE=MIT
RDEPEND=>=dev-python/colorama-0.4.6[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest[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://files.pythonhosted.org/packages/source/p/pytest-check/pytest_check-2.2.3.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=9947a8ea63516406a9a035b6fc3299da

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/matplotlib-3.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpy-1.20[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pandas-1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/statsmodels-0.12[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/scipy-1.7[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pytest-7.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] dev-python/pytest-xdist[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/flit-core-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Statistical data visualization
EAPI=8
HOMEPAGE=https://seaborn.pydata.org/ https://github.com/mwaskom/seaborn/ https://pypi.org/project/seaborn/
INHERIT=distutils-r1 pypi
IUSE=test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64 ~x86 ~amd64-linux ~x86-linux
LICENSE=BSD
RDEPEND=>=dev-python/matplotlib-3.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/numpy-1.20[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/pandas-1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/statsmodels-0.12[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/scipy-1.7[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://files.pythonhosted.org/packages/source/s/seaborn/seaborn-0.13.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c python-utils-r1 474cb53a7d1b62721a91809a1d702661 python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 8e0ad2c111b259a711c8eaef98a17690 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=f5eae5b7d3f01f290d64c01f8b1ec3b5

View File

@@ -5,7 +5,7 @@ DESCRIPTION=Lightweight user interface framework for mobile and convergent appli
EAPI=8
HOMEPAGE=https://techbase.kde.org/Kirigami
INHERIT=ecm frameworks.kde.org toolchain-funcs
IUSE=+openmp debug examples test
IUSE=openmp debug examples test
KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86
LICENSE=LGPL-2+
RDEPEND=>=dev-qt/qtconcurrent-5.15.9:5 >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtdeclarative-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtnetwork-5.15.9:5 >=dev-qt/qtquickcontrols2-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtgraphicaleffects-5.15.9:5 >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
@@ -13,4 +13,4 @@ RESTRICT=test !test? ( test )
SLOT=5/5.112
SRC_URI=mirror://kde/stable/frameworks/5.112/kirigami2-5.112.0.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 virtualx 817571665ee28575da44ee08135089e5 ecm 8487192c99c6441f261397f082f93a64 kde.org 60fcb935e4206806bf9f38e3537521a2 frameworks.kde.org 50e5e124e8a083f031e4122130830388
_md5_=88805070534f38d657046c303d7f6d96
_md5_=fccc83d3d9865939a011200ad04a6eb8

View File

@@ -5,7 +5,7 @@ DESCRIPTION=Lightweight user interface framework for mobile and convergent appli
EAPI=8
HOMEPAGE=https://techbase.kde.org/Kirigami
INHERIT=ecm frameworks.kde.org toolchain-funcs
IUSE=+openmp debug examples test
IUSE=openmp debug examples test
KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~x86
LICENSE=LGPL-2+
RDEPEND=>=dev-qt/qtconcurrent-5.15.9:5 >=dev-qt/qtdbus-5.15.9:5 >=dev-qt/qtdeclarative-5.15.9:5 >=dev-qt/qtgui-5.15.9:5 >=dev-qt/qtnetwork-5.15.9:5 >=dev-qt/qtquickcontrols2-5.15.9:5 >=dev-qt/qtsvg-5.15.9:5 >=dev-qt/qtgraphicaleffects-5.15.9:5 >=kde-frameworks/kf-env-4 dev-qt/qtcore:5
@@ -13,4 +13,4 @@ RESTRICT=test !test? ( test )
SLOT=5/5.113
SRC_URI=mirror://kde/stable/frameworks/5.113/kirigami2-5.113.0.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 virtualx 817571665ee28575da44ee08135089e5 ecm 8487192c99c6441f261397f082f93a64 kde.org 60fcb935e4206806bf9f38e3537521a2 frameworks.kde.org 50e5e124e8a083f031e4122130830388
_md5_=df03b9c8b42ef69774a09e08a712b957
_md5_=c61ff98cda4e4ca5a15478e81ca8e1dd

View File

@@ -5,7 +5,7 @@ DESCRIPTION=Lightweight user interface framework for mobile and convergent appli
EAPI=8
HOMEPAGE=https://techbase.kde.org/Kirigami
INHERIT=ecm frameworks.kde.org toolchain-funcs
IUSE=+openmp debug examples test
IUSE=openmp debug examples test
KEYWORDS=~amd64
LICENSE=LGPL-2+
RDEPEND=>=dev-qt/qtbase-6.6.0:6[concurrent,dbus,gui,network] >=dev-qt/qtdeclarative-6.6.0:6 >=dev-qt/qtsvg-6.6.0:6 >=dev-qt/qt5compat-6.6.0:6[qml] >=kde-frameworks/kf-env-4 dev-qt/qtbase:6
@@ -13,4 +13,4 @@ RESTRICT=test !test? ( test ) mirror
SLOT=6/5.247
SRC_URI=mirror://kde/unstable/frameworks/5.247.0/kirigami-5.247.0.tar.xz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 78cf3cc2d5572fddf5e5e10c70f7c81a multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils c8951c1dfcc1d43e3f967f61fd0ec59c xdg-utils baea6080dd821f5562d715887954c9d3 cmake 0f2e0c197fad0312f3c4765c9cf36271 virtualx 817571665ee28575da44ee08135089e5 ecm 8487192c99c6441f261397f082f93a64 kde.org 60fcb935e4206806bf9f38e3537521a2 frameworks.kde.org 50e5e124e8a083f031e4122130830388
_md5_=a9ab8b8f441d2cb23c4b7118282f1fbd
_md5_=59745f13acad92d860a0a3da62430f3b

View File

@@ -3024,7 +3024,7 @@ app-portage/gverify 2: gentoo.git signature verification tool
app-portage/hackport 0.7.2.2 0.8.4.0 9999: Hackage and Portage integration tool
app-portage/iwdevtools 0.12.8 9999: Small tools to aid with Gentoo development, primarily intended for QA
app-portage/java-ebuilder 0.5.1-r1 9999: Java team tool for semi-automatic creation of ebuilds from pom.xml
app-portage/kuroneko 0.1.3 0.1.3-r1: Vulnerability checker using data scraped from Gentoo Bugzilla
app-portage/kuroneko 0.1.3-r1 0.1.4: Vulnerability checker using data scraped from Gentoo Bugzilla
app-portage/kuroo 1.2.2 9999: Graphical Portage frontend based on KDE Frameworks
app-portage/metagen 0.7.3-r2 0.7.3-r3 9999: metadata.xml generator for ebuilds
app-portage/mgorny-dev-scripts 43 45-r1: Handy scripts for ebuild development and more
@@ -8986,7 +8986,7 @@ dev-python/pytest 7.4.2 7.4.3 7.4.4: Simple powerful testing with Python
dev-python/pytest-aiohttp 1.0.5: pytest plugin for aiohttp support
dev-python/pytest-asyncio 0.23.2: Library for testing asyncio code with pytest
dev-python/pytest-bdd 7.0.0 7.0.1: BDD library for the pytest runner
dev-python/pytest-check 2.2.2: pytest plugin that allows multiple failures per test
dev-python/pytest-check 2.2.2 2.2.3: pytest plugin that allows multiple failures per test
dev-python/pytest-codeblocks 0.17.0: Extract code blocks from markdown
dev-python/pytest-console-scripts 1.4.1: Pytest plugin for testing console scripts
dev-python/pytest-cov 4.1.0: pytest plugin for coverage reporting
@@ -9224,7 +9224,7 @@ dev-python/scikit-build-core 0.7.0: Build backend for CMake based projects
dev-python/scipy 1.11.3-r1 1.11.4: Scientific algorithms library for Python
dev-python/scripttest 1.3.0-r2: A very small text templating language
dev-python/scrypt 0.8.20: Bindings for the scrypt key derivation function library
dev-python/seaborn 0.13.0: Statistical data visualization
dev-python/seaborn 0.13.0 0.13.1: Statistical data visualization
dev-python/secretstorage 3.3.3: Python bindings to FreeDesktop.org Secret Service API
dev-python/seedir 0.4.2: Package for creating, editing, and reading folder tree diagrams
dev-python/segno 1.6.0: Python QR Code and Micro QR Code encoder

View File

@@ -1 +1 @@
Mon, 01 Jan 2024 02:32:03 +0000
Mon, 01 Jan 2024 04:17:03 +0000