diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index d0f0722..c8b5b72 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -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] diff --git a/packages/dev-python/pytype/pytype-scm.exheres-0 b/packages/dev-python/pytype/pytype-scm.exheres-0 new file mode 100644 index 0000000..13794ed --- /dev/null +++ b/packages/dev-python/pytype/pytype-scm.exheres-0 @@ -0,0 +1,26 @@ +# Copyright 2017 Julian Ospald +# 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" +