security/py-python-cas: New port

Add SAML support to your Python software using
this library. Forget those complicated libraries
and use the open source library provided and
supported by OneLogin Inc.
This commit is contained in:
Richard Gallamore 2023-12-04 06:43:08 -08:00
parent acdf54f7da
commit 57a11a93da
4 changed files with 30 additions and 0 deletions

View File

@ -1005,6 +1005,7 @@
SUBDIR += py-pyspnego
SUBDIR += py-python-axolotl
SUBDIR += py-python-axolotl-curve25519
SUBDIR += py-python-cas
SUBDIR += py-python-gnupg
SUBDIR += py-python-gvm
SUBDIR += py-python-jose

View File

@ -0,0 +1,23 @@
PORTNAME= python-cas
PORTVERSION= 1.6.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ultima@FreeBSD.org
COMMENT= Python CAS client library
WWW= https://github.com/python-cas/python-cas
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py-lxml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1701158450
SHA256 (python-cas-1.6.0.tar.gz) = b8f1dcb1b6c56b3ff4f86bbef47bcdfcf932061ccd4812ae35e3f63954dfdb28
SIZE (python-cas-1.6.0.tar.gz) = 10476

View File

@ -0,0 +1,3 @@
Add SAML support to your Python software using this library. Forget those
complicated libraries and use the open source library provided and supported by
OneLogin Inc.