Compare commits
3 Commits
3e69a618a9
...
61bc976426
| Author | SHA1 | Date | |
|---|---|---|---|
| 61bc976426 | |||
| 1ffcd771bc | |||
| 6370389a0b |
@@ -24,6 +24,7 @@ MYOPTIONS=""
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
dev-python/typed-ast[>=1.1.0&<1.2.0][python_abis:*(-)?]
|
||||
dev-python/mypy_extensions[>=0.4.0&<0.5.0][python_abis:*(-)?]
|
||||
python_abis:3.4? (
|
||||
dev-python/typing[>=3.5.3][python_abis:3.4]
|
||||
)
|
||||
@@ -0,0 +1,17 @@
|
||||
# Copyright 2018 Alexander Kapshuna <kapsh@kap.sh>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require pypi setup-py [ import=setuptools ]
|
||||
|
||||
SUMMARY="Experimental type system extensions for programs checked with the mypy typechecker"
|
||||
|
||||
LICENCES="MIT"
|
||||
SLOT="0"
|
||||
PLATFORMS="~amd64"
|
||||
MYOPTIONS=""
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
python_abis:3.4? ( dev-python/typing[>=3.5.3][python_abis:3.4] )
|
||||
"
|
||||
|
||||
@@ -16,7 +16,6 @@ DEPENDENCIES="
|
||||
build+run:
|
||||
dev-python/six[>=1.9.0][python_abis:*(-)?]
|
||||
dev-python/wcwidth[python_abis:*(-)?]
|
||||
|
||||
"
|
||||
|
||||
BUGS_TO="hasufell@posteo.de"
|
||||
Reference in New Issue
Block a user