blob: f510b87380e9f3cd814982aee7fb0989d0d5bec9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
pkgbase = python-kicad-mcp-pro
pkgdesc = A professional Model Context Protocol server for KiCad EDA
pkgver = 3.5.1
pkgrel = 1
url = https://github.com/oaslananka/kicad-mcp-pro
arch = any
license = MIT
makedepends = git
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-authlib
depends = python-anyio
depends = python-pydantic
depends = python-pydantic-settings
depends = python-rich
depends = python-starlette
depends = python-structlog
depends = python-typer
depends = python-yaml
depends = python-kicad
depends = python-kicad-sch-api
depends = python-mcp
optdepends = kicad
optdepends = python-numpy: simulation
optdepends = python-httpx: http
optdepends = uvicorn: http
optdepends = python-gitpython: vcs
optdepends = docker: freerouting
optdepends = freerouting
provides = python-kicad-mcp-pro
conflicts = python-kicad-mcp-pro
source = kicad-mcp-pro::git+https://github.com/oaslananka/kicad-mcp-pro.git#tag=v3.5.1
sha256sums = 9bc6de42c94702149e41facc15878ec2f4fa601741a09a1441bec82490aa856f
pkgname = python-kicad-mcp-pro
|