git: 3148931233d3 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Wed, 20 Apr 2022 19:55:51 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3148931233d3302c0c53fe273187d88002a383a6

commit 3148931233d3302c0c53fe273187d88002a383a6
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-04-20 19:55:40 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-04-20 19:55:40 +0000

    cleanup: Remove expired ports:
    
    2022-04-20 devel/py-aiorpcX-legacy: Legacy port is no longer required, please use devel/py-aiorpcX instead
---
 MOVED                             |  1 +
 devel/Makefile                    |  1 -
 devel/py-aiorpcX-legacy/Makefile  | 32 --------------------------------
 devel/py-aiorpcX-legacy/distinfo  |  3 ---
 devel/py-aiorpcX-legacy/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/MOVED b/MOVED
index 20601cb1f1d0..421958011de5 100644
--- a/MOVED
+++ b/MOVED
@@ -17133,3 +17133,4 @@ lang/gcc10-devel||2022-04-17|Has expired: Not serving its purpose any longer due
 devel/py-installer03|devel/py-installer|2022-04-17|Remove obsoleted port. Use devel/py-installer instead
 games/cultivation||2022-04-18|Has expired: Abandonware with last release in 2010, non-portable build system
 devel/ros-rosinstall||2022-04-20|Has expired: Upstream has archived the project and is no longer being used in the ROS project
+devel/py-aiorpcX-legacy|devel/py-aiorpcX|2022-04-20|Has expired: Legacy port is no longer required, please use devel/py-aiorpcX instead
diff --git a/devel/Makefile b/devel/Makefile
index 5aa21e6f294f..f307c336e4e6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4139,7 +4139,6 @@
     SUBDIR += py-aioitertools
     SUBDIR += py-aiologger
     SUBDIR += py-aiorpcX
-    SUBDIR += py-aiorpcX-legacy
     SUBDIR += py-aiortc
     SUBDIR += py-aiosignal
     SUBDIR += py-amalgamate
diff --git a/devel/py-aiorpcX-legacy/Makefile b/devel/py-aiorpcX-legacy/Makefile
deleted file mode 100644
index 2b491cc959e9..000000000000
--- a/devel/py-aiorpcX-legacy/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
-
-PORTNAME=	aiorpcX
-PORTVERSION=	0.18.7
-PORTREVISION=	1
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	-legacy
-
-MAINTAINER=	ehaupt@FreeBSD.org
-COMMENT=	Generic async RPC implementation, including JSON-RPC
-
-LICENSE=	MIT
-
-DEPRECATED=	Legacy port is no longer required, please use devel/py-aiorpcX instead
-EXPIRATION_DATE=2022-04-20
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}
-
-USES=		python:3.8+
-USE_PYTHON=	autoplist distutils
-
-CONFLICTS_INSTALL=	py[0-9]*-aiorpcX
-
-NO_ARCH=	yes
-
-# for newer versions use devel/py-aiorpcX
-PORTSCOUT=	ignore:1
-
-.include <bsd.port.mk>
diff --git a/devel/py-aiorpcX-legacy/distinfo b/devel/py-aiorpcX-legacy/distinfo
deleted file mode 100644
index 40d55922f071..000000000000
--- a/devel/py-aiorpcX-legacy/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1623997743
-SHA256 (aiorpcX-0.18.7.tar.gz) = 808a9ec9172df11677a0f7b459b69d1a6cf8b19c19da55541fa31fb1afce5ce7
-SIZE (aiorpcX-0.18.7.tar.gz) = 28206
diff --git a/devel/py-aiorpcX-legacy/pkg-descr b/devel/py-aiorpcX-legacy/pkg-descr
deleted file mode 100644
index 74eaada27448..000000000000
--- a/devel/py-aiorpcX-legacy/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A generic asyncio library implementation of RPC suitable for an application that
-is a client, server or both.
-
-WWW: https://pypi.org/project/aiorpcX/