Port details |
- py-pysaml24 Python implementation of SAML Version 2
- 4.9.0_1 security
=0 4.9.0_1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-01-14 16:44:01
- Last Update: 2024-03-31 20:49:01
- Commit Hash: c6f6ced
- Also Listed In: devel python
- License: APACHE20
- WWW:
- https://github.com/rohe/pysaml2
- Description:
- PySAML2 is a pure python implementation of SAML2. It contains all necessary
pieces for building a SAML2 service provider or an identity provider. The
distribution contains examples of both. Originally written to work in a WSGI
environment there are extensions that allow you to use it with other frameworks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pysaml24>0:security/py-pysaml24@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py39-pysaml24
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1572806150
SHA256 (pysaml2-4.9.0.tar.gz) = aaf41cdef9a46f44f1553e84ad43bf2aff5cec051050a05f8263374eadc01d5a
SIZE (pysaml2-4.9.0.tar.gz) = 560111
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- py39-mock>=0 : devel/py-mock@py39
- py39-pytest>=0 : devel/py-pytest@py39
- py39-responses>=0 : devel/py-responses@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-defusedxml>=0 : devel/py-defusedxml@py39
- py39-openssl>=0,1 : security/py-openssl@py39
- py39-Paste>=0 : www/py-paste@py39
- py39-dateutil>=0 : devel/py-dateutil@py39
- py39-pytz>=0,1 : devel/py-pytz@py39
- py39-repoze.who>=0 : devel/py-repoze.who@py39
- py39-requests>=1.0.0 : www/py-requests@py39
- py39-six>=0 : devel/py-six@py39
- py39-zope.interface>=0 : devel/py-zope.interface@py39
- xmlsec1 : security/xmlsec1
- py39-cryptography>=41.0.4,1 : security/py-cryptography@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_py-pysaml24
- USES:
- cpe python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.0_1 31 Mar 2024 20:49:01 |
Po-Chuan Hsieh (sunpoet) |
security/py-pysaml24: Remove obsoleted port
Use security/py-pysaml2 instead. |
4.9.0_1 05 Oct 2023 02:00:25 |
Po-Chuan Hsieh (sunpoet) |
security/py-pysaml24: Update version requirement of RUN_DEPENDS |
4.9.0_1 29 Sep 2023 14:19:56 |
Po-Chuan Hsieh (sunpoet) |
*: Replace USES=pycryptography* with USE_PYTHON=cryptography{,_build,_test}
- Introduce USE_PYTHON=cryptography{,_build,_test}
- Switch all 96 ports from USES=pycryptography to with
USE_PYTHON=cryptography{,_build,_test}
- Remove Mk/Uses/pycryptography.mk
PR: 273727
Approved by: tcberner (portmgr)
Exp-run by: antoine |
4.9.0_1 31 Jul 2023 16:40:15 |
Po-Chuan Hsieh (sunpoet) |
security/py-pysaml24: Sort USES |
4.9.0_1 22 Jul 2023 07:46:38 |
Tobias C. Berner (tcberner) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853 |
4.9.0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.9.0_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.9.0_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.9.0_1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.9.0_1 13 Oct 2021 19:15:09 |
Po-Chuan Hsieh (sunpoet) |
security/py-pysaml24: Cosmetic change |
4.9.0_1 13 Oct 2021 13:14:54 |
Stefan Eßer (se) |
security/py-pysaml24: Add CPE information
Approved by: portmgr (blanket) |
4.9.0_1 18 Apr 2021 05:44:09 |
Po-Chuan Hsieh (sunpoet) |
security/py-pysaml24: Sort RUN_DEPENDS |
4.9.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.9.0_1 10 Jan 2021 23:14:25 |
sunpoet |
Update version requirement of RUN_DEPENDS |
4.9.0_1 07 Jan 2021 02:25:13 |
acm |
- Bump PORTREVISION. devel/py-defusedxml was updated |
4.9.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
4.9.0 14 Jan 2020 16:43:55 |
sunpoet |
Add py-pysaml24 4.9.0 (copied from py-pysaml2)
- Add PORTSCOUT |