2024-04-19 19:18:25 UTC

This commit is contained in:
Repository mirror & CI
2024-04-19 19:18:25 +00:00
parent 27336d379a
commit 06e573deb2
6 changed files with 6 additions and 42 deletions

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/marshmallow-3.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/marshmallow_enum-1.5.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/typing_inspect-0.4.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/poetry-core-1.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=dev-python/marshmallow-3.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/marshmallow_enum-1.5.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/typing_inspect-0.4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] test? ( dev-python/hypothesis[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/mypy-0.710[python_targets_python3_10(-)?,python_targets_python3_11(-)?] )
DESCRIPTION=Easily serialize Data Classes to and from JSON
EAPI=8
HOMEPAGE=https://github.com/lidatong/dataclasses-json
INHERIT=distutils-r1
IUSE=test test python_targets_python3_10 python_targets_python3_11
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/marshmallow-3.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/marshmallow_enum-1.5.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?] >=dev-python/typing_inspect-0.4.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 )
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/lidatong/dataclasses-json/archive/refs/tags/v0.5.14.tar.gz -> dataclasses_json-0.5.14.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=3043ec789288f4160a624f56b83e64c7

View File

@@ -1,6 +1,6 @@
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) >=dev-python/gpep517-15[python_targets_python3_10(-)?] >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/dataclasses_json[python_targets_python3_10(-)?]
DEPEND=dev-python/dataclasses-json[python_targets_python3_10(-)?]
DESCRIPTION=Python library for working with files found in the SkyWater PDK
EAPI=8
HOMEPAGE=https://github.com/google/skywater-pdk
@@ -8,9 +8,9 @@ INHERIT=distutils-r1
IUSE=python_targets_python3_10
KEYWORDS=~amd64
LICENSE=Apache-2.0
RDEPEND=dev-python/dataclasses_json[python_targets_python3_10(-)?] python_targets_python3_10? ( dev-lang/python:3.10 )
RDEPEND=dev-python/dataclasses-json[python_targets_python3_10(-)?] python_targets_python3_10? ( dev-lang/python:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
SLOT=0
SRC_URI=https://github.com/google/skywater-pdk/archive/5a57f505cd4cd65d10e9f37dd2d259a526bc9bf7.tar.gz -> skywater-pdk-0.0.0_p20220424.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660
_md5_=3b9b9a5235998e8c813fb852162e93c4
_md5_=c693b1c91b0c9c45016f41f303ded73d

View File

@@ -1,17 +0,0 @@
BDEPEND=test? ( >=dev-python/mypy_extensions-0.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-3.7.4.2[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 prepare test
DEPEND=>=dev-python/mypy_extensions-0.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-3.7.4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Runtime inspection utilities for Python typing module
EAPI=8
HOMEPAGE=https://github.com/ilevkivskyi/typing_inspect
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/mypy_extensions-0.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-3.7.4.2[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 ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/typing_inspect/typing_inspect-0.9.0.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=ffec2202a19fc8f79e1533ddc0e55832

View File

@@ -11,6 +11,6 @@ RDEPEND=<app-portage/gentoopm-2[python_targets_python3_11(-)?,python_targets_pyt
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work/find_work-0.5.0.tar.gz
SRC_URI=https://files.pythonhosted.org/packages/source/f/find-work/find_work-0.6.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 288c54efeb5e2aa70775e39032695ad4 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 a1229a86bd0db058e474a2d7d9191cca python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 a9e13d91cb9541a054827cb1d957a660 pypi 2eecb475512bc76e5ea9192a681b9e6b bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff shell-completion bb7eb6bc232cd6c4bf8af739cdd2ee14
_md5_=ce9904ac4d2a3760c7390c4af2d473f1

View File

@@ -642,7 +642,6 @@ dev-python/daff 1.3.46: The daff can produce and apply tabular diffs
dev-python/daiquiri 3.2.3: Library to configure Python logging easily
dev-python/darkdetect 0.8.0: Detect OS dark mode from Python
dev-python/dasbus 1.7-r1: DBus library in Python 3
dev-python/dataclasses_json 0.5.14: Easily serialize Data Classes to and from JSON
dev-python/dateparser 1.2.0: Date parsing library designed to parse dates from HTML pages
dev-python/decopatch 1.4.10: Create decorators easily in python
dev-python/defcon 0.10.2: A set of UFO based objects for use in font editing applications
@@ -848,7 +847,6 @@ dev-python/tulir-telethon 1.34.0_alpha2 1.34.0_alpha3 1.35.0_alpha1: Pure Python
dev-python/tweepy 4.14.0: An easy-to-use Python library for accessing the Twitter API.
dev-python/types-protobuf 4.24.0.20240311: Typing stubs for protobuf
dev-python/types-requests 2.31.0.20240311: Typing stubs for requests
dev-python/typing_inspect 0.9.0: Runtime inspection utilities for Python typing module
dev-python/undervolt 0.4.0 9999: Undervolt Intel CPUs under Linux
dev-python/urlmatch 1.0.1-r2: A Python library for easily pattern matching wildcard URLs
dev-python/validator-collection 1.5.0: Python library of 60+ commonly-used validator functions.
@@ -890,7 +888,7 @@ dev-util/distribution-gpg-keys 1.102: Collection of GPG keys used in Linux Distr
dev-util/dockerfile-language-server 0.10.2 0.11.0: A language server for Dockerfiles
dev-util/eclipse-parallel-bin 4.27 4.28: Eclipse IDE for Scientific Computing (C, C++, Fortran)
dev-util/exercism 3.1.0 3.2.0: Command line client for https://exercism.io
dev-util/find-work 0.5.0 0.6.0: Personal advice utility for Gentoo package maintainers
dev-util/find-work 0.6.0 0.6.1: Personal advice utility for Gentoo package maintainers
dev-util/fnm 1.35.1: Fast and simple Node.js version manager
dev-util/fortls 2.13.0 3.0.0_rc2: Fortran Language Server (fortls)
dev-util/fortran-test-drive 0.4.0: The simple testing framework (for Fortran)

View File

@@ -1 +1 @@
Fri, 19 Apr 2024 19:03:57 +0000
Fri, 19 Apr 2024 19:18:25 +0000