From owner-dev-commits-ports-main@freebsd.org Sun Aug 15 06:28:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 2E29C65AEDB; Sun, 15 Aug 2021 06:28:22 +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 4GnS6G0qCcz4dcM; Sun, 15 Aug 2021 06:28:22 +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 0468D11338; Sun, 15 Aug 2021 06:28:22 +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 17F6SLcu032070; Sun, 15 Aug 2021 06:28:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17F6SLWF032069; Sun, 15 Aug 2021 06:28:21 GMT (envelope-from git) Date: Sun, 15 Aug 2021 06:28:21 GMT Message-Id: <202108150628.17F6SLWF032069@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: a4be5f9f641d - main - net/py-flask-xml-rpc: Mark DEPRECATED and set expiration date MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a4be5f9f641d9a8e3809b589ca2c02a0fec8eecf Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2021 06:28:22 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4be5f9f641d9a8e3809b589ca2c02a0fec8eecf commit a4be5f9f641d9a8e3809b589ca2c02a0fec8eecf Author: John W. O'Brien AuthorDate: 2021-08-15 06:28:08 +0000 Commit: Guangyuan Yang CommitDate: 2021-08-15 06:28:08 +0000 net/py-flask-xml-rpc: Mark DEPRECATED and set expiration date This port is no longer maintained upstream. Mark DEPRECATED after the next quarterly cycle. Also: - Replace 404 WWW with link to documentation site - Pet portlint PR: 257847 --- net/py-flask-xml-rpc/Makefile | 8 ++++++-- net/py-flask-xml-rpc/pkg-descr | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/net/py-flask-xml-rpc/Makefile b/net/py-flask-xml-rpc/Makefile index 8677e698cfe0..b7e31c6e5244 100644 --- a/net/py-flask-xml-rpc/Makefile +++ b/net/py-flask-xml-rpc/Makefile @@ -1,5 +1,6 @@ PORTNAME= Flask-XML-RPC PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,15 +10,18 @@ COMMENT= Adds support for creating XML-RPC APIs to Flask LICENSE= MIT +DEPRECATED= No longer maintained upstream +EXPIRATION_DATE= 2021-12-31 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>0:www/py-flask@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR} -NO_ARCH= yes - # 2.7,3.4+ USES= python:3.6+ USE_PYTHON= autoplist distutils +NO_ARCH= yes + do-test: @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test diff --git a/net/py-flask-xml-rpc/pkg-descr b/net/py-flask-xml-rpc/pkg-descr index 4d242484b0d0..84ef9edd7260 100644 --- a/net/py-flask-xml-rpc/pkg-descr +++ b/net/py-flask-xml-rpc/pkg-descr @@ -3,4 +3,4 @@ based on the XML-RPC standard. It features easy registration of methods and namespacing, connects seamlessly to your Flask app, and includes plenty of testing helpers. -WWW: https://bitbucket.org/leafstorm/flask-xml-rpc/ +WWW: https://pythonhosted.org/Flask-XML-RPC/