Skip to content

Commit 57a11a9

Browse files
Richard GallamoreRichard Gallamore
authored andcommitted
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.
1 parent acdf54f commit 57a11a9

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed

security/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,6 +1005,7 @@
10051005
SUBDIR += py-pyspnego
10061006
SUBDIR += py-python-axolotl
10071007
SUBDIR += py-python-axolotl-curve25519
1008+
SUBDIR += py-python-cas
10081009
SUBDIR += py-python-gnupg
10091010
SUBDIR += py-python-gvm
10101011
SUBDIR += py-python-jose

security/py-python-cas/Makefile

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
PORTNAME= python-cas
2+
PORTVERSION= 1.6.0
3+
CATEGORIES= security python
4+
MASTER_SITES= PYPI
5+
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
6+
7+
MAINTAINER= ultima@FreeBSD.org
8+
COMMENT= Python CAS client library
9+
WWW= https://github.com/python-cas/python-cas
10+
11+
LICENSE= MIT
12+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
13+
14+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
15+
${PYTHON_PKGNAMEPREFIX}requests>=2.11.1:www/py-requests@${PY_FLAVOR} \
16+
${PYTHON_PKGNAMEPREFIX}lxml>=3.4:devel/py-lxml@${PY_FLAVOR}
17+
18+
USES= python
19+
USE_PYTHON= autoplist distutils
20+
21+
NO_ARCH= yes
22+
23+
.include <bsd.port.mk>

security/py-python-cas/distinfo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TIMESTAMP = 1701158450
2+
SHA256 (python-cas-1.6.0.tar.gz) = b8f1dcb1b6c56b3ff4f86bbef47bcdfcf932061ccd4812ae35e3f63954dfdb28
3+
SIZE (python-cas-1.6.0.tar.gz) = 10476

security/py-python-cas/pkg-descr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Add SAML support to your Python software using this library. Forget those
2+
complicated libraries and use the open source library provided and supported by
3+
OneLogin Inc.

0 commit comments

Comments
 (0)