View | Details | Raw Unified | Return to bug 237008 | Differences between
and this patch

Collapse All | Expand All

(-)py-requests-credssp/Makefile (-5 / +9 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/security/py-requests-credssp/Makefile 472884 2018-06-20 17:05:41Z mat $
1
# $FreeBSD: head/security/py-requests-credssp/Makefile 472884 2018-06-20 17:05:41Z mat $
2
2
3
PORTNAME=	requests-credssp
3
PORTNAME=	requests-credssp
4
PORTVERSION=	0.1.0
4
PORTVERSION=	1.0.2
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 9-22 Link Here
9
MAINTAINER=	rozhuk.im@gmail.com
9
MAINTAINER=	rozhuk.im@gmail.com
10
COMMENT=	Authentication handler for using CredSSP with Python Requests
10
COMMENT=	Authentication handler for using CredSSP with Python Requests
11
11
12
LICENSE=	ISCL
12
LICENSE=	MIT
13
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
18
		${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR}
17
20
18
NO_ARCH=	yes
19
USES=		python
21
USES=		python
20
USE_PYTHON=	autoplist distutils
22
USE_PYTHON=	autoplist distutils
23
24
NO_ARCH=	yes
21
25
22
.include <bsd.port.mk>
26
.include <bsd.port.mk>
(-)py-requests-credssp/distinfo (-2 / +2 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1520514244
1
TIMESTAMP = 1520514244
2
SHA256 (requests-credssp-0.1.0.tar.gz) = f2888920b065bc1d3c8c13004fbb0df76fbd6585ee4d951d89c42ef22becee03
2
SHA256 (requests-credssp-1.0.2.tar.gz) = b1fe2c42eb7258d4a754a9ad31344ad31a68375a87a10384e6519cdc0edfa546
3
SIZE (requests-credssp-0.1.0.tar.gz) = 14545
3
SIZE (requests-credssp-1.0.2.tar.gz) = 21813

Return to bug 237008