aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 20:49:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-31 20:49:01 +0000
commitc6f6ced36b7f86229f8150251c639dd75f5e6947 (patch)
tree6c73fb6ad9541e5d8140edd72e1e807c0415de48
parentdbed85c59146a8ad74fb67d1ea0d94dd9aa8226a (diff)
downloadports-c6f6ced36b7f86229f8150251c639dd75f5e6947.tar.gz
ports-c6f6ced36b7f86229f8150251c639dd75f5e6947.zip
security/py-pysaml24: Remove obsoleted port
Use security/py-pysaml2 instead.
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/py-pysaml24/Makefile42
-rw-r--r--security/py-pysaml24/distinfo3
-rw-r--r--security/py-pysaml24/pkg-descr4
5 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index a09160f2d086..2ee7492e3c55 100644
--- a/MOVED
+++ b/MOVED
@@ -3067,3 +3067,4 @@ devel/py-pybind11210|devel/py-pybind11|2024-03-31|Remove obsoleted port. Use dev
devel/py-y-py|devel/py-pycrdt|2024-03-31|Remove obsoleted port. Use devel/py-pycrdt instead
devel/py-ypy-websocket|devel/py-pycrdt-websocket|2024-03-31|Remove obsoleted port. Use devel/py-pycrdt-websocket instead
math/py-munkres10|math/py-munkres|2024-03-31|Remove obsoleted port. Use math/py-munkres instead
+security/py-pysaml24|security/py-pysaml2|2024-03-31|Remove obsoleted port. Use security/py-pysaml2 instead
diff --git a/security/Makefile b/security/Makefile
index e47beda6b919..372efda70893 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1004,7 +1004,6 @@
SUBDIR += py-pyotp
SUBDIR += py-pyotp2289
SUBDIR += py-pysaml2
- SUBDIR += py-pysaml24
SUBDIR += py-pysaml26
SUBDIR += py-pyscard
SUBDIR += py-pysodium
diff --git a/security/py-pysaml24/Makefile b/security/py-pysaml24/Makefile
deleted file mode 100644
index c563afcde9db..000000000000
--- a/security/py-pysaml24/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-PORTNAME= pysaml2
-PORTVERSION= 4.9.0
-PORTREVISION= 1
-CATEGORIES= security devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 4
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python implementation of SAML Version 2
-WWW= https://github.com/rohe/pysaml2
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0:devel/py-defusedxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}openssl>=0,1:security/py-openssl@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}repoze.who>=0:devel/py-repoze.who@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \
- xmlsec1:security/xmlsec1
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}responses>=0:devel/py-responses@${PY_FLAVOR}
-
-USES= cpe python
-USE_PYTHON= autoplist concurrent cryptography distutils
-
-NO_ARCH= yes
-
-CPE_VENDOR= pysaml2_project
-
-PORTSCOUT= limit:^4\.
-
-do-test:
- cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -rs -v
-
-.include <bsd.port.mk>
diff --git a/security/py-pysaml24/distinfo b/security/py-pysaml24/distinfo
deleted file mode 100644
index 56be44171255..000000000000
--- a/security/py-pysaml24/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1572806150
-SHA256 (pysaml2-4.9.0.tar.gz) = aaf41cdef9a46f44f1553e84ad43bf2aff5cec051050a05f8263374eadc01d5a
-SIZE (pysaml2-4.9.0.tar.gz) = 560111
diff --git a/security/py-pysaml24/pkg-descr b/security/py-pysaml24/pkg-descr
deleted file mode 100644
index 56737abc7a5c..000000000000
--- a/security/py-pysaml24/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-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.