Date: Sun, 15 Aug 2021 06:28:21 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a4be5f9f641d - main - net/py-flask-xml-rpc: Mark DEPRECATED and set expiration date Message-ID: <202108150628.17F6SLWF032069@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=a4be5f9f641d9a8e3809b589ca2c02a0fec8eecf commit a4be5f9f641d9a8e3809b589ca2c02a0fec8eecf Author: John W. O'Brien <john@saltant.com> AuthorDate: 2021-08-15 06:28:08 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108150628.17F6SLWF032069>