forked from Lainports/freebsd-ports
Update to 1.0.2
- Update LICENSE - While I'm here, sort RUN_DEPENDS Changes: https://github.com/jborean93/requests-credssp/releases PR: 237008 Submitted by: Pavel Timofeev <timp87@gmail.com> Approved by: Rozhuk Ivan <rozhuk.im@gmail.com> (maintainer)
This commit is contained in:
parent
9bb11ffb67
commit
4bf16ac2fa
2 changed files with 12 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= requests-credssp
|
||||
PORTVERSION= 0.1.0
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
@ -9,14 +9,18 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|||
MAINTAINER= rozhuk.im@gmail.com
|
||||
COMMENT= Authentication handler for using CredSSP with Python Requests
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}openssl>=16.0.0:security/py-openssl@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}ntlm-auth>=0:security/py-ntlm-auth@${PY_FLAVOR}
|
||||
${PYTHON_PKGNAMEPREFIX}pyasn1>=0.3.1:devel/py-pyasn1@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1520514244
|
||||
SHA256 (requests-credssp-0.1.0.tar.gz) = f2888920b065bc1d3c8c13004fbb0df76fbd6585ee4d951d89c42ef22becee03
|
||||
SIZE (requests-credssp-0.1.0.tar.gz) = 14545
|
||||
TIMESTAMP = 1554397685
|
||||
SHA256 (requests-credssp-1.0.2.tar.gz) = b1fe2c42eb7258d4a754a9ad31344ad31a68375a87a10384e6519cdc0edfa546
|
||||
SIZE (requests-credssp-1.0.2.tar.gz) = 21813
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue