Lines 16-22
Link Here
|
16 |
OPTIONS_DEFINE= PIP SIGNATURE |
16 |
OPTIONS_DEFINE= PIP SIGNATURE |
17 |
|
17 |
|
18 |
PIP_DESC= Use pip to install wheels |
18 |
PIP_DESC= Use pip to install wheels |
19 |
PIP_RUN_DEPENDS= pip:devel/py-pip |
19 |
PIP_RUN_DEPENDS= pip:devel/py-pip@${PY_FLAVOR} |
20 |
|
20 |
|
21 |
SIGNATURE_DESC= Enable digital signature of wheels |
21 |
SIGNATURE_DESC= Enable digital signature of wheels |
22 |
SIGNATURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirspec>=13.05:devel/py-dirspec@${PY_FLAVOR} \ |
22 |
SIGNATURE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirspec>=13.05:devel/py-dirspec@${PY_FLAVOR} \ |