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

Collapse All | Expand All

(-)security/py-requests_ntlm/Makefile (+23 lines)
Line 0 Link Here
1
# $FreeBSD: head/security/py-requests_ntlm/Makefile$
2
3
PORTNAME=	requests_ntlm
4
PORTVERSION=	1.1.0
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	rozhuk.im@gmail.com
10
COMMENT=	NTLM authentication support for Requests
11
12
LICENSE=	ISCL
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cryptography>=1.3:security/py-cryptography@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.0.2:security/py-ntlm-auth@${FLAVOR} \
17
		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR}
18
19
NO_ARCH=	yes
20
USES=		python
21
USE_PYTHON=	autoplist distutils
22
23
.include <bsd.port.mk>
(-)security/py-requests_ntlm/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1520513421
2
SHA256 (requests_ntlm-1.1.0.tar.gz) = 9189c92e8c61ae91402a64b972c4802b2457ce6a799d658256ebf084d5c7eb71
3
SIZE (requests_ntlm-1.1.0.tar.gz) = 5183
(-)security/py-requests_ntlm/pkg-descr (+3 lines)
Line 0 Link Here
1
NTLM authentication support for Requests.
2
3
WWW: https://github.com/requests/requests-ntlm

Return to bug 226446