Lines 3-8
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= mypy |
4 |
PORTNAME= mypy |
5 |
PORTVERSION= 0.740 |
5 |
PORTVERSION= 0.740 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= devel python |
7 |
CATEGORIES= devel python |
7 |
MASTER_SITES= CHEESESHOP |
8 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 19-25
Link Here
|
19 |
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} |
20 |
${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.7.4:devel/py-typing-extensions@${PY_FLAVOR} |
20 |
|
21 |
|
21 |
USES= python:3.5+ shebangfix |
22 |
USES= python:3.5+ shebangfix |
22 |
USE_PYTHON= autoplist distutils |
23 |
USE_PYTHON= autoplist distutils concurrent |
23 |
|
24 |
|
24 |
NO_ARCH= yes |
25 |
NO_ARCH= yes |
25 |
|
26 |
|