Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 2024 20:14:35 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f1cceeacf8d1 - main - devel/py-aiorpcX-legacy: Resurect and upgrade to 0.22.0
Message-ID:  <202404092014.439KEZ8j063577@gitrepo.freebsd.org>

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

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

commit f1cceeacf8d1586f6432e68ea10dbf614d5fed05
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-04-09 20:06:33 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-04-09 20:06:33 +0000

    devel/py-aiorpcX-legacy: Resurect and upgrade to 0.22.0
    
    Resurect and upgrade devel/py-aiorpcX-legacy to 0.22.0 as it is the
    latest supported version for finance/electrum.
---
 MOVED                             |  1 -
 devel/Makefile                    |  1 +
 devel/py-aiorpcX-legacy/Makefile  | 27 +++++++++++++++++++++++++++
 devel/py-aiorpcX-legacy/distinfo  |  3 +++
 devel/py-aiorpcX-legacy/pkg-descr |  2 ++
 5 files changed, 33 insertions(+), 1 deletion(-)

diff --git a/MOVED b/MOVED
index d5e07a7208e1..d2e156ee2633 100644
--- a/MOVED
+++ b/MOVED
@@ -1216,7 +1216,6 @@ 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
 net/kalarmcal|deskutils/kalarm|2022-04-21|Packages were merged
 math/py-gmpy2-devel|math/py-gmpy2|2022-04-22|No more need for the -devel port, py-gmpy2 is at latest
 net/google-cloud-sdk-app-engine-go||2022-04-27|Obsolete, not supported by the current GCP SDK
diff --git a/devel/Makefile b/devel/Makefile
index 0f152388d5ce..16982e30d081 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4247,6 +4247,7 @@
     SUBDIR += py-aioitertools
     SUBDIR += py-aiologger
     SUBDIR += py-aiorpcX
+    SUBDIR += py-aiorpcX-legacy
     SUBDIR += py-aiortc
     SUBDIR += py-aiorwlock
     SUBDIR += py-aiosignal
diff --git a/devel/py-aiorpcX-legacy/Makefile b/devel/py-aiorpcX-legacy/Makefile
new file mode 100644
index 000000000000..b520749f2ccb
--- /dev/null
+++ b/devel/py-aiorpcX-legacy/Makefile
@@ -0,0 +1,27 @@
+PORTNAME=	aiorpcX
+PORTVERSION=	0.22.0
+CATEGORIES=	devel python
+MASTER_SITES=	PYPI
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-legacy
+
+MAINTAINER=	ehaupt@FreeBSD.org
+COMMENT=	Generic async RPC implementation, including JSON-RPC
+WWW=		https://pypi.org/project/aiorpcX/
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}
+
+USES=		python
+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
new file mode 100644
index 000000000000..59e4cbc19a31
--- /dev/null
+++ b/devel/py-aiorpcX-legacy/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1712660060
+SHA256 (aiorpcX-0.22.0.tar.gz) = a9c19e90094e9ea9303be9bc074df959f6a265893acf12b699e7014afd4a4f16
+SIZE (aiorpcX-0.22.0.tar.gz) = 28765
diff --git a/devel/py-aiorpcX-legacy/pkg-descr b/devel/py-aiorpcX-legacy/pkg-descr
new file mode 100644
index 000000000000..a1f1685cadaf
--- /dev/null
+++ b/devel/py-aiorpcX-legacy/pkg-descr
@@ -0,0 +1,2 @@
+A generic asyncio library implementation of RPC suitable for an application that
+is a client, server or both.



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