blob: 6d803b385fcc963c52e9b63515379d5c5fc319eb (
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
40
|
pkgbase = pytype
pkgdesc = Python type inferencer
pkgver = 2019.09.17
pkgrel = 1
url = https://google.github.io/pytype
arch = any
license = APACHE
makedepends = python
makedepends = python-setuptools
makedepends = python-wheel
makedepends = make
makedepends = gcc
makedepends = cmake
makedepends = bison>=3.0.2
makedepends = flex>=2.5.35
makedepends = fakeroot
depends = ninja
depends = python>=3.3
depends = python-attrs
depends = python-importlab>=0.5.1
depends = python-six
depends = python-typed-ast
depends = python-yaml>=3.11
optdepends = python2: for target code of Python 2.7 support
optdepends = python36: for target code of Python 3.6 support
provides = pytype
options = !emptydirs
source = https://github.com/google/pytype/archive/2019.09.17.tar.gz
source = cpython-9734024.zip::https://github.com/python/cpython/archive/9734024ec65311e33936faa83fb1cb249ef0de9d.zip
source = googletest-e82d320.zip::https://github.com/google/googletest/archive/e82d320567a45db1a999f9109f2b9a733bc59bb1.zip
source = typeshed-668988f.zip::https://github.com/python/typeshed/archive/668988fa8cfd106a73218b23f953f226db89b3d4.zip
source = without-ninja-python-distributions.patch
sha256sums = 5852445fe2dc847613d124caa689790a9ed3ffca18bab3f2381c5ae2f8936399
sha256sums = ebc3b63747875586f17b967ad2dae6d2a404adb5814612200217f39074377f9a
sha256sums = 891d732c77eec9fb57727cd99990a25455d6d5859b1fde107a332c5e238cc9e7
sha256sums = 63139752f2cb4714af0d79aa4c6356fd2892776fd2d5420efd31ae1343056d8d
sha256sums = a6ec264db06e04452a818d5af3ffbed5f6299e4d01acbabd35874bdc01f17197
pkgname = pytype
|