FreeBSD Bugzilla – Attachment 191304 Details for
Bug 226446
[NEW PORT] security/py-requests_ntlm: NTLM authentication support for Requests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
upd licence and version
py-requests_ntlm.patch (text/plain), 1.59 KB, created by
Ivan Rozhuk
on 2018-03-08 12:59:30 UTC
(
hide
)
Description:
upd licence and version
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2018-03-08 12:59:30 UTC
Size:
1.59 KB
patch
obsolete
>Index: security/py-requests_ntlm/Makefile >=================================================================== >--- security/py-requests_ntlm/Makefile (nonexistent) >+++ security/py-requests_ntlm/Makefile (working copy) >@@ -0,0 +1,23 @@ >+# $FreeBSD: head/security/py-requests_ntlm/Makefile$ >+ >+PORTNAME= requests_ntlm >+PORTVERSION= 1.1.0 >+CATEGORIES= security python >+MASTER_SITES= CHEESESHOP >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= rozhuk.im@gmail.com >+COMMENT= NTLM authentication support for Requests >+ >+LICENSE= ISCL >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.3:security/py-cryptography@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.0.2:security/py-ntlm-auth@${FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${FLAVOR} >+ >+NO_ARCH= yes >+USES= python >+USE_PYTHON= autoplist distutils >+ >+.include <bsd.port.mk> >Index: security/py-requests_ntlm/distinfo >=================================================================== >--- security/py-requests_ntlm/distinfo (nonexistent) >+++ security/py-requests_ntlm/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1520513421 >+SHA256 (requests_ntlm-1.1.0.tar.gz) = 9189c92e8c61ae91402a64b972c4802b2457ce6a799d658256ebf084d5c7eb71 >+SIZE (requests_ntlm-1.1.0.tar.gz) = 5183 >Index: security/py-requests_ntlm/pkg-descr >=================================================================== >--- security/py-requests_ntlm/pkg-descr (nonexistent) >+++ security/py-requests_ntlm/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+NTLM authentication support for Requests. >+ >+WWW: https://github.com/requests/requests-ntlm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 226446
:
191303
| 191304