From owner-dev-commits-ports-all@freebsd.org Fri Jun 18 07:19:56 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3B21163D6BD; Fri, 18 Jun 2021 07:19:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G5r0X1069z4tND; Fri, 18 Jun 2021 07:19:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 09B511E162; Fri, 18 Jun 2021 07:19:56 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15I7JtP3011796; Fri, 18 Jun 2021 07:19:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15I7JtW0011795; Fri, 18 Jun 2021 07:19:55 GMT (envelope-from git) Date: Fri, 18 Jun 2021 07:19:55 GMT Message-Id: <202106180719.15I7JtW0011795@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Emanuel Haupt Subject: git: 5fd60d879544 - main - devel/py-aiorpcX-legacy: new port for electrum MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ehaupt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 5fd60d879544df5b3bcf01c28a311c63a4a8ae0b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2021 07:19:56 -0000 The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=5fd60d879544df5b3bcf01c28a311c63a4a8ae0b commit 5fd60d879544df5b3bcf01c28a311c63a4a8ae0b Author: Emanuel Haupt AuthorDate: 2021-06-18 07:16:41 +0000 Commit: Emanuel Haupt CommitDate: 2021-06-18 07:19:50 +0000 devel/py-aiorpcX-legacy: new port for electrum Add legacy version of devel/py-aiorpcX in order to satisfy version constraints of finance/electrum. Also install register conflicts. --- devel/Makefile | 1 + devel/py-aiorpcX-legacy/Makefile | 28 ++++++++++++++++++++++++++++ devel/py-aiorpcX-legacy/distinfo | 3 +++ devel/py-aiorpcX-legacy/pkg-descr | 4 ++++ devel/py-aiorpcX/Makefile | 3 +++ 5 files changed, 39 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 148a346405bb..bc51cfee7d80 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4076,6 +4076,7 @@ SUBDIR += py-aioitertools SUBDIR += py-aiologger SUBDIR += py-aiorpcX + SUBDIR += py-aiorpcX-legacy SUBDIR += py-aiortc SUBDIR += py-amalgamate SUBDIR += py-aniso8601 diff --git a/devel/py-aiorpcX-legacy/Makefile b/devel/py-aiorpcX-legacy/Makefile new file mode 100644 index 000000000000..d3a1db84a02f --- /dev/null +++ b/devel/py-aiorpcX-legacy/Makefile @@ -0,0 +1,28 @@ +# Created by: Emanuel Haupt + +PORTNAME= aiorpcX +PORTVERSION= 0.18.7 +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 + +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 diff --git a/devel/py-aiorpcX-legacy/distinfo b/devel/py-aiorpcX-legacy/distinfo new file mode 100644 index 000000000000..40d55922f071 --- /dev/null +++ b/devel/py-aiorpcX-legacy/distinfo @@ -0,0 +1,3 @@ +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 new file mode 100644 index 000000000000..74eaada27448 --- /dev/null +++ b/devel/py-aiorpcX-legacy/pkg-descr @@ -0,0 +1,4 @@ +A generic asyncio library implementation of RPC suitable for an application that +is a client, server or both. + +WWW: https://pypi.org/project/aiorpcX/ diff --git a/devel/py-aiorpcX/Makefile b/devel/py-aiorpcX/Makefile index 2f4c82990314..a8f80345ba8e 100644 --- a/devel/py-aiorpcX/Makefile +++ b/devel/py-aiorpcX/Makefile @@ -2,6 +2,7 @@ PORTNAME= aiorpcX PORTVERSION= 0.22.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -18,6 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ USES= python:3.8+ USE_PYTHON= autoplist distutils +CONFLICTS_INSTALL= py[0-9]*-aiorpcX-legacy + NO_ARCH= yes .include