Skip to content

Commit

Permalink
security/py-python-cas: New port
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Richard Gallamore authored and Richard Gallamore committed Dec 4, 2023
1 parent acdf54f commit 57a11a9
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -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
Expand Down
23 changes: 23 additions & 0 deletions security/py-python-cas/Makefile
@@ -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>
3 changes: 3 additions & 0 deletions security/py-python-cas/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1701158450
SHA256 (python-cas-1.6.0.tar.gz) = b8f1dcb1b6c56b3ff4f86bbef47bcdfcf932061ccd4812ae35e3f63954dfdb28
SIZE (python-cas-1.6.0.tar.gz) = 10476
3 changes: 3 additions & 0 deletions security/py-python-cas/pkg-descr
@@ -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.

0 comments on commit 57a11a9

Please sign in to comment.