New port: security/py-requests-credssp

An authentication handler for using CredSSP with Python Requests.

WWW: https://github.com/jborean93/requests-credssp

PR:		226448
Submitted by:	rozhuk.im@gmail.com
This commit is contained in:
Kurt Jaeger 2018-05-11 18:32:15 +00:00
parent 71cf530adf
commit d26d2e35fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469683
4 changed files with 29 additions and 0 deletions

View File

@ -1003,6 +1003,7 @@
SUBDIR += py-python3-openid
SUBDIR += py-rekall
SUBDIR += py-rekall-core
SUBDIR += py-requests-credssp
SUBDIR += py-requests-kerberos
SUBDIR += py-rsa
SUBDIR += py-safe

View File

@ -0,0 +1,22 @@
# $FreeBSD$
PORTNAME= requests-credssp
PORTVERSION= 0.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rozhuk.im@gmail.com
COMMENT= Authentication handler for using CredSSP with Python Requests
LICENSE= ISCL
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1520514244
SHA256 (requests-credssp-0.1.0.tar.gz) = f2888920b065bc1d3c8c13004fbb0df76fbd6585ee4d951d89c42ef22becee03
SIZE (requests-credssp-0.1.0.tar.gz) = 14545

View File

@ -0,0 +1,3 @@
An authentication handler for using CredSSP with Python Requests.
WWW: https://github.com/jborean93/requests-credssp