From owner-svn-ports-head@freebsd.org Sun May 20 18:06:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60E6BEEA203; Sun, 20 May 2018 18:06:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1344068E1D; Sun, 20 May 2018 18:06:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E466C19BD9; Sun, 20 May 2018 18:06:17 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4KI6HrO079442; Sun, 20 May 2018 18:06:17 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KI6GHh079437; Sun, 20 May 2018 18:06:16 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201805201806.w4KI6GHh079437@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Sun, 20 May 2018 18:06:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470467 - in head/security: . py-flask-saml py-flask-saml/files X-SVN-Group: ports-head X-SVN-Commit-Author: miwi X-SVN-Commit-Paths: in head/security: . py-flask-saml py-flask-saml/files X-SVN-Commit-Revision: 470467 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2018 18:06:18 -0000 Author: miwi Date: Sun May 20 18:06:16 2018 New Revision: 470467 URL: https://svnweb.freebsd.org/changeset/ports/470467 Log: Flask-SAML is an extension for the Flask web application micro framework that implements Security Association Markup Language (SAML) authentication. WWW: https://bitbucket.org/asecurityteam/flask_saml PR: 225202 Submitted by: John W. O'Brien Sponsored by: iXsystems Inc. Added: head/security/py-flask-saml/ head/security/py-flask-saml/Makefile (contents, props changed) head/security/py-flask-saml/distinfo (contents, props changed) head/security/py-flask-saml/files/ head/security/py-flask-saml/files/patch-setup.py (contents, props changed) head/security/py-flask-saml/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun May 20 16:26:53 2018 (r470466) +++ head/security/Makefile Sun May 20 18:06:16 2018 (r470467) @@ -935,6 +935,7 @@ SUBDIR += py-first-server SUBDIR += py-flask-httpauth SUBDIR += py-flask-kerberos + SUBDIR += py-flask-saml SUBDIR += py-gixy SUBDIR += py-gnupg SUBDIR += py-gnutls Added: head/security/py-flask-saml/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-saml/Makefile Sun May 20 18:06:16 2018 (r470467) @@ -0,0 +1,24 @@ +# Created by: John W. O'Brien +# $FreeBSD$ + +PORTNAME= Flask-SAML +PORTVERSION= 0.4.3 +CATEGORIES= security www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@saltant.com +COMMENT= SAML authentication for Flask web apps + +LICENSE= APACHE20 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0.8.0:www/py-flask@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}blinker>=1.1:devel/py-blinker@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysaml2>4.0.0:security/py-pysaml2@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include Added: head/security/py-flask-saml/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-saml/distinfo Sun May 20 18:06:16 2018 (r470467) @@ -0,0 +1,3 @@ +TIMESTAMP = 1516061025 +SHA256 (Flask-SAML-0.4.3.tar.gz) = f03dea7bee6746de22042a2f73637d39666e54ab15e3d844de134603f92861c1 +SIZE (Flask-SAML-0.4.3.tar.gz) = 4572 Added: head/security/py-flask-saml/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-saml/files/patch-setup.py Sun May 20 18:06:16 2018 (r470467) @@ -0,0 +1,10 @@ +--- setup.py.orig 2018-05-21 01:06:59 UTC ++++ setup.py +@@ -25,7 +25,6 @@ setuptools.setup( + author='Florian Ruechel', + tests_require=['pytest >= 2.5.2', 'mock', 'sphinx', 'pytest-mock'], + install_requires=install_requires, +- setup_requires=['pytest-runner'], + author_email='fruechel@atlassian.com', + description='Flask SAML integration', + long_description=long_description, Added: head/security/py-flask-saml/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/py-flask-saml/pkg-descr Sun May 20 18:06:16 2018 (r470467) @@ -0,0 +1,4 @@ +Flask-SAML is an extension for the Flask web application micro framework +that implements Security Association Markup Language (SAML) authentication. + +WWW: https://bitbucket.org/asecurityteam/flask_saml