Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2022 06:18:20 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: 2c27922c7e8d - main - devel/py-aiorpcX-legacy: Expire port
Message-ID:  <202203210618.22L6IKJQ037987@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=2c27922c7e8d4a8a37b29d787879ca13c17af77c

commit 2c27922c7e8d4a8a37b29d787879ca13c17af77c
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-03-21 06:18:17 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-03-21 06:18:17 +0000

    devel/py-aiorpcX-legacy: Expire port
    
    Now that the version constraints of finance/electrum no longer exist we
    can deprecate this port with a very short grace period of one month.
---
 devel/py-aiorpcX-legacy/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/py-aiorpcX-legacy/Makefile b/devel/py-aiorpcX-legacy/Makefile
index d3a1db84a02f..2b491cc959e9 100644
--- a/devel/py-aiorpcX-legacy/Makefile
+++ b/devel/py-aiorpcX-legacy/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	aiorpcX
 PORTVERSION=	0.18.7
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,9 @@ 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}
 



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