Skip to content

Commit

Permalink
devel/py-aiorpcX-legacy: Resurect and upgrade to 0.22.0
Browse files Browse the repository at this point in the history
Resurect and upgrade devel/py-aiorpcX-legacy to 0.22.0 as it is the
latest supported version for finance/electrum.

(cherry picked from commit f1cceea)
  • Loading branch information
ehaupt committed Apr 17, 2024
1 parent 41e622e commit 57aa897
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 1 deletion.
1 change: 0 additions & 1 deletion MOVED
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
2 changes: 2 additions & 0 deletions 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.

0 comments on commit 57aa897

Please sign in to comment.