aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-01-31 22:23:19 +0000
committerRene Ladan <rene@FreeBSD.org>2024-01-31 22:23:47 +0000
commit243c56de93142efd8635beef1f61d14bbf622ba0 (patch)
tree3bbbb84f8e283c17c53be30d203f992eb7dc288a
parent189a992d3b82cc5d9bc7b15749a6f918979a0c6c (diff)
downloadports-243c56de93142efd8635beef1f61d14bbf622ba0.tar.gz
ports-243c56de93142efd8635beef1f61d14bbf622ba0.zip
security/py-service_identity: Remove expired port
2024-01-31 security/py-service_identity: Use security/py-service-identity PR: 275167
-rw-r--r--MOVED1
-rw-r--r--security/Makefile1
-rw-r--r--security/py-service_identity/Makefile27
-rw-r--r--security/py-service_identity/distinfo3
-rw-r--r--security/py-service_identity/pkg-descr7
5 files changed, 1 insertions, 38 deletions
diff --git a/MOVED b/MOVED
index e69cbe195ec3..a487e85b6a42 100644
--- a/MOVED
+++ b/MOVED
@@ -2980,3 +2980,4 @@ audio/sphinxbase||2024-01-25|Has expired: Upstream last release was in 2012
devel/libasyncplusplus|devel/asyncplusplus|2024-01-27|Remove duplicated port
security/rust-rage|security/rage-encryption|2024-01-27|Renamed as per the preferred fallback name suggested by upstream
emulators/wine7|emulators/wine|2024-01-30|Has expired: emulators/wine itself now again provides 32-bit support as well as WoW64
+security/py-service_identity|security/py-service-identity|2024-01-31|Has expired: Use security/py-service-identity
diff --git a/security/Makefile b/security/Makefile
index c5b64253fdfa..daa6af425471 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1035,7 +1035,6 @@
SUBDIR += py-secure
SUBDIR += py-securesystemslib
SUBDIR += py-service-identity
- SUBDIR += py-service_identity
SUBDIR += py-signedjson
SUBDIR += py-social-auth-core
SUBDIR += py-spake2
diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile
deleted file mode 100644
index 4ae155fcd41b..000000000000
--- a/security/py-service_identity/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= service_identity
-PORTVERSION= 18.1.0
-CATEGORIES= security python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= axel.rau@chaos1.de
-COMMENT= Service identity verification for pyOpenSSL
-WWW= https://github.com/pyca/service_identity
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275167
-DEPRECATED= Use security/py-service-identity
-EXPIRATION_DATE=2024-01-31
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}
-
-USES= python
-USE_PYTHON= autoplist cryptography distutils
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/security/py-service_identity/distinfo b/security/py-service_identity/distinfo
deleted file mode 100644
index df7b2cfaada6..000000000000
--- a/security/py-service_identity/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1560182465
-SHA256 (service_identity-18.1.0.tar.gz) = 0858a54aabc5b459d1aafa8a518ed2081a285087f349fe3e55197989232e2e2d
-SIZE (service_identity-18.1.0.tar.gz) = 21653
diff --git a/security/py-service_identity/pkg-descr b/security/py-service_identity/pkg-descr
deleted file mode 100644
index b5f6abc2aca3..000000000000
--- a/security/py-service_identity/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-service_identity aspires to give you all the tools you need
-for verifying whether a certificate is valid for the intended
-purposes.
-
-In the simplest case, this means host name verification.
-However, service_identity implements RFC 6125 fully and
-plans to add other relevant RFCs too.