2026-03-10 13:31:07 UTC

This commit is contained in:
Repository mirror & CI
2026-03-10 13:31:07 +00:00
parent ada24ddef2
commit 69885d72f9
620 changed files with 3020 additions and 2963 deletions

View File

@@ -1,16 +1,16 @@
BDEPEND=>=dev-python/protobuf-5.29:=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pynng-0.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pynng-0.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( >=dev-python/typing-extensions-4.13.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( >=dev-python/typing-extensions-4.13.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) dev-libs/protobuf[protoc(+)] 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 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
BDEPEND=>=dev-python/protobuf-5.29:=[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pynng-0.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pynng-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( >=dev-python/typing-extensions-4.13.2[python_targets_python3_12(-)?] ) dev-libs/protobuf[protoc(+)] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/poetry-core-2.1.1[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=KiCad API Python Bindings for interacting with running KiCad sessions
EAPI=8
HOMEPAGE=https://gitlab.com/kicad/code/kicad-python https://pypi.org/project/kicad-python
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
IUSE=python_targets_python3_12 python_targets_python3_13 python_targets_python3_14
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=>=dev-python/protobuf-5.29:=[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pynng-0.8.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pynng-0.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_11? ( >=dev-python/typing-extensions-4.13.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_12? ( >=dev-python/typing-extensions-4.13.2[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 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RDEPEND=>=dev-python/protobuf-5.29:=[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pynng-0.8.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pynng-0.9.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_12? ( >=dev-python/typing-extensions-4.13.2[python_targets_python3_12(-)?] ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 )
RESTRICT=test
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/k/kicad-python/kicad_python-0.5.0.tar.gz https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/board/board.proto -> kicad-9.0.6-board-board.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/board/board_commands.proto -> kicad-9.0.6-board-board_commands.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/board/board_types.proto -> kicad-9.0.6-board-board_types.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/commands/base_commands.proto -> kicad-9.0.6-common-commands-base_commands.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/commands/editor_commands.proto -> kicad-9.0.6-common-commands-editor_commands.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/commands/project_commands.proto -> kicad-9.0.6-common-commands-project_commands.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/envelope.proto -> kicad-9.0.6-common-envelope.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/types/base_types.proto -> kicad-9.0.6-common-types-base_types.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/types/enums.proto -> kicad-9.0.6-common-types-enums.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/common/types/project_settings.proto -> kicad-9.0.6-common-types-project_settings.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/schematic/schematic_commands.proto -> kicad-9.0.6-schematic-schematic_commands.proto https://gitlab.com/kicad/code/kicad/-/raw/9.0.6/api/proto/schematic/schematic_types.proto -> kicad-9.0.6-schematic-schematic_types.proto
_eclasses_=toolchain-funcs 8a2c298bde71ecf3f452dd9e67c94369 flag-o-matic ed1eda86c8f746a2a75f7f9f7478f5f4 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 34399ddcee37dc83c6735c2c46e244bc python-r1 5fdca77e34fc9af7d6eb47689f33f6bf distutils-r1 44f31ede921d604a84caf05ca3e3d4dc pypi a451be5a08e8eb46f927fc6dd163583f
_md5_=f1a7ccf220146c62fe5bd35ea9a9ef86
_md5_=babdca9e22d23a695f445b75bb58777d