blob: f2897f250d880a83de3e9f9306ab21b614928496 (
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
|
pkgbase = pytype
pkgdesc = A static type analyzer for Python code
pkgver = 2024.10.11
pkgrel = 1
url = https://google.github.io/pytype/
arch = x86_64
arch = aarch64
license = MIT
license = Apache-2.0
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
makedepends = pybind11
depends = python
depends = python-attrs
depends = python-importlab
depends = python-immutabledict
depends = python-jinja
depends = python-libcst
depends = python-networkx
depends = python-pycnite
depends = python-msgspec
depends = ninja
depends = python-pydot
depends = python-tabulate
depends = python-toml
depends = python-typing_extensions
depends = python-typed-ast
source = git+https://github.com/google/pytype.git#tag=2024.10.11
source = git+https://github.com/python/typeshed.git
source = use-system-ninja.patch
b2sums = 158aa531f8d72f5d3d3a5a1df72d4fa280cb2696771c0b3e67b4576fd80d37abc69a697d135123e3b225185612dbd3ed63916bcf0c2ccc7dfe9f75244544dc2b
b2sums = SKIP
b2sums = 9954c685aefa9144af74e5389b0a9b1008c05a165befdcf0fa5f76550d465b1cc43b322b4fa576e5d2e65f2c539ef97546759d933ee4d8842f07efe9ef30ee43
pkgname = pytype
|