From owner-freebsd-python@freebsd.org Mon May 14 15:13:02 2018 Return-Path: Delivered-To: freebsd-python@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 CF1F8DF4914 for ; Mon, 14 May 2018 15:13:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 5D78E732CD for ; Mon, 14 May 2018 15:13:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 1A61FDF490A; Mon, 14 May 2018 15:13:01 +0000 (UTC) Delivered-To: python@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 E62DEDF4909 for ; Mon, 14 May 2018 15:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7426D732CC for ; Mon, 14 May 2018 15:13:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6510CD0A9 for ; Mon, 14 May 2018 15:12:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w4EFCxxR004804 for ; Mon, 14 May 2018 15:12:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w4EFCxlq004797 for python@FreeBSD.org; Mon, 14 May 2018 15:12:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 225202] [NEW PORT] security/py-flask-saml: SAML authentication for Flask web apps Date: Mon, 14 May 2018 15:12:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 15:13:02 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D225202 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #1 from Martin Wilke --- Hi John, I think we miss here a dependency, please have a look at belows, error. [00:00:07] Download error on https://pypi.org/simple/pytest-runner/: [Errno= 65] No route to host -- Some packages may not be found! [00:00:07] Couldn't find index page for 'pytest-runner' (maybe misspelled?) [00:00:07] Download error on https://pypi.org/simple/: [Errno 65] No route = to host -- Some packages may not be found! [00:00:07] No local packages or working download links found for pytest-run= ner [00:00:07] Traceback (most recent call last): [00:00:07] File "", line 1, in [00:00:07] File "setup.py", line 34, in [00:00:07] zip_safe=3DFalse, [00:00:07] File "/usr/local/lib/python2.7/site-packages/setuptools/__init__.py", line 128, = in setup [00:00:07] _install_setup_requires(attrs) [00:00:07] File "/usr/local/lib/python2.7/site-packages/setuptools/__init__.py", line 123, = in _install_setup_requires [00:00:07] dist.fetch_build_eggs(dist.setup_requires) [00:00:07] File "/usr/local/lib/python2.7/site-packages/setuptools/dist.p= y", line 504, in fetch_build_eggs [00:00:07] replace_conflicting=3DTrue, [00:00:07] File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 77= 4, in resolve [00:00:07] replace_conflicting=3Dreplace_conflicting [00:00:07] File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 10= 57, in best_match [00:00:07] return self.obtain(req, installer) [00:00:07] File "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 10= 69, in obtain [00:00:07] return installer(requirement) [00:00:07] File "/usr/local/lib/python2.7/site-packages/setuptools/dist.p= y", line 571, in fetch_build_egg [00:00:07] return cmd.easy_install(req) [00:00:07] File "/usr/local/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 667, in easy_install [00:00:07] raise DistutilsError(msg) [00:00:07] distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pytest-runner') [00:00:07] *** Error code 1 [00:00:07] --=20 You are receiving this mail because: You are on the CC list for the bug.=