View | Details | Raw Unified | Return to bug 226448
Collapse All | Expand All

(-)security/py-requests-credssp/Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD: head/security/py-requests-credssp/Makefile$
2
3
PORTNAME=	requests-credssp
4
PORTVERSION=	0.1.0
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	rozhuk.im@gmail.com
10
COMMENT=	Authentication handler for using CredSSP with Python Requests
11
12
LICENSE=	ISCL
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${FLAVOR}
17
18
NO_ARCH=	yes
19
USES=		python
20
USE_PYTHON=	autoplist distutils
21
22
.include <bsd.port.mk>
(-)security/py-requests-credssp/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1520514244
2
SHA256 (requests-credssp-0.1.0.tar.gz) = f2888920b065bc1d3c8c13004fbb0df76fbd6585ee4d951d89c42ef22becee03
3
SIZE (requests-credssp-0.1.0.tar.gz) = 14545
(-)security/py-requests-credssp/pkg-descr (+3 lines)
Line 0 Link Here
1
An authentication handler for using CredSSP with Python Requests.
2
3
WWW: https://github.com/jborean93/requests-credssp

Return to bug 226448