Lines 1-5
Link Here
|
1 |
PORTNAME= requests-credssp |
1 |
PORTNAME= requests-credssp |
2 |
PORTVERSION= 1.2.0 |
2 |
PORTVERSION= 1.2.0 |
|
|
3 |
PORTREVISION= 1 |
3 |
CATEGORIES= security python |
4 |
CATEGORIES= security python |
4 |
MASTER_SITES= CHEESESHOP |
5 |
MASTER_SITES= CHEESESHOP |
5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 9-20
COMMENT= Authentication handler for using CredSSP with Python Requests
Link Here
|
9 |
|
10 |
|
10 |
LICENSE= MIT |
11 |
LICENSE= MIT |
11 |
|
12 |
|
12 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ |
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ |
13 |
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR} \ |
|
|
14 |
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ |
14 |
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} |
17 |
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ |
|
|
18 |
${PYTHON_PKGNAMEPREFIX}pyspnego>0:security/py-pyspnego@${PY_FLAVOR} |
18 |
|
19 |
|
19 |
USES= python:3.6+ |
20 |
USES= python:3.6+ |
20 |
USE_PYTHON= autoplist distutils |
21 |
USE_PYTHON= autoplist distutils |