svn commit: r527352 - in head/security: . py-python3-saml
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Feb 28 19:22:20 UTC 2020
Author: sunpoet
Date: Fri Feb 28 19:22:18 2020
New Revision: 527352
URL: https://svnweb.freebsd.org/changeset/ports/527352
Log:
Add py-python3-saml 1.9.0
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.
WWW: https://github.com/onelogin/python3-saml
Added:
head/security/py-python3-saml/
head/security/py-python3-saml/Makefile (contents, props changed)
head/security/py-python3-saml/distinfo (contents, props changed)
head/security/py-python3-saml/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Fri Feb 28 19:21:37 2020 (r527351)
+++ head/security/Makefile Fri Feb 28 19:22:18 2020 (r527352)
@@ -962,6 +962,7 @@
SUBDIR += py-python-pam
SUBDIR += py-python-registry
SUBDIR += py-python3-openid
+ SUBDIR += py-python3-saml
SUBDIR += py-pywinrm
SUBDIR += py-rekall
SUBDIR += py-rekall-core
Added: head/security/py-python3-saml/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-python3-saml/Makefile Fri Feb 28 19:22:18 2020 (r527352)
@@ -0,0 +1,25 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= python3-saml
+PORTVERSION= 1.9.0
+CATEGORIES= security python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Add SAML support to your Python software
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.0:devel/py-isodate@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}xmlsec>=0.6.0:security/py-xmlsec@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
Added: head/security/py-python3-saml/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-python3-saml/distinfo Fri Feb 28 19:22:18 2020 (r527352)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582888982
+SHA256 (python3-saml-1.9.0.tar.gz) = 68ca2e5591769a1a87c9aac1779ff2c0852ddc89fb0b0371f50f781d354323da
+SIZE (python3-saml-1.9.0.tar.gz) = 76331
Added: head/security/py-python3-saml/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/py-python3-saml/pkg-descr Fri Feb 28 19:22:18 2020 (r527352)
@@ -0,0 +1,5 @@
+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.
+
+WWW: https://github.com/onelogin/python3-saml
More information about the svn-ports-head
mailing list