dev-python/pytype: initial import

This commit is contained in:
Julian Ospald 2017-03-31 13:18:52 +02:00
parent aef206e15e
commit 9f56bb661b
2 changed files with 27 additions and 0 deletions

View File

@ -1,6 +1,7 @@
(
dev-lang/fsharp[~scm]
dev-lang/fstar[~scm]
dev-python/pytype[~scm]
games-emulation/gambatte[~scm]
games-engines/OpenJK[~scm]
games-fps/eduke32[~scm]

View File

@ -0,0 +1,26 @@
# Copyright 2017 Julian Ospald <hasufell@posteo.de>
# Distributed under the terms of the GNU General Public License v2
SCM_SECONDARY_REPOSITORIES="typeshed"
SCM_typeshed_REPOSITORY="https://github.com/python/typeshed.git"
SCM_EXTERNAL_REFS="typeshed:typeshed"
require pypi
require setup-py [ import=distutils blacklist=3 ]
require github [ user="google" ]
SUMMARY="A static type inferencer for Python code"
DOWNLOADS=""
LICENCES="Apache-2.0"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
build+run:
dev-python/PyYAML[>=3.11][python_abis:*(-)?]
"
BUGS_TO="hasufell@posteo.de"