Date: Fri, 11 May 2018 18:32:15 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469683 - in head/security: . py-requests-credssp Message-ID: <201805111832.w4BIWFXV089683@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Fri May 11 18:32:15 2018 New Revision: 469683 URL: https://svnweb.freebsd.org/changeset/ports/469683 Log: 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 Added: head/security/py-requests-credssp/ head/security/py-requests-credssp/Makefile (contents, props changed) head/security/py-requests-credssp/distinfo (contents, props changed) head/security/py-requests-credssp/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri May 11 18:10:20 2018 (r469682) +++ head/security/Makefile Fri May 11 18:32:15 2018 (r469683) @@ -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 Added: head/security/py-requests-credssp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-requests-credssp/Makefile Fri May 11 18:32:15 2018 (r469683) @@ -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> Added: head/security/py-requests-credssp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-requests-credssp/distinfo Fri May 11 18:32:15 2018 (r469683) @@ -0,0 +1,3 @@ +TIMESTAMP = 1520514244 +SHA256 (requests-credssp-0.1.0.tar.gz) = f2888920b065bc1d3c8c13004fbb0df76fbd6585ee4d951d89c42ef22becee03 +SIZE (requests-credssp-0.1.0.tar.gz) = 14545 Added: head/security/py-requests-credssp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-requests-credssp/pkg-descr Fri May 11 18:32:15 2018 (r469683) @@ -0,0 +1,3 @@ +An authentication handler for using CredSSP with Python Requests. + +WWW: https://github.com/jborean93/requests-credssp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805111832.w4BIWFXV089683>