Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 2024 22:24:22 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 243c56de9314 - main - security/py-service_identity: Remove expired port
Message-ID:  <202401312224.40VMOMMR051575@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=243c56de93142efd8635beef1f61d14bbf622ba0

commit 243c56de93142efd8635beef1f61d14bbf622ba0
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2024-01-31 22:23:19 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2024-01-31 22:23:47 +0000

    security/py-service_identity: Remove expired port
    
    2024-01-31 security/py-service_identity: Use security/py-service-identity
    
    PR:             275167
---
 MOVED                                  |  1 +
 security/Makefile                      |  1 -
 security/py-service_identity/Makefile  | 27 ---------------------------
 security/py-service_identity/distinfo  |  3 ---
 security/py-service_identity/pkg-descr |  7 -------
 5 files changed, 1 insertion(+), 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401312224.40VMOMMR051575>