Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 2020 21:45:21 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557599 - head/www/py-aiohttp2
Message-ID:  <202012102145.0BALjLQt067483@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec 10 21:45:21 2020
New Revision: 557599
URL: https://svnweb.freebsd.org/changeset/ports/557599

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-12-31
  
  - Use PY_FLAVOR instead of FLAVOR

Modified:
  head/www/py-aiohttp2/Makefile

Modified: head/www/py-aiohttp2/Makefile
==============================================================================
--- head/www/py-aiohttp2/Makefile	Thu Dec 10 21:45:13 2020	(r557598)
+++ head/www/py-aiohttp2/Makefile	Thu Dec 10 21:45:21 2020	(r557599)
@@ -14,14 +14,17 @@ COMMENT=	HTTP client/server for asyncio
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+DEPRECATED=	Use www/py-aiohttp instead
+EXPIRATION_DATE=2020-12-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}async_timeout>=1.2.0:devel/py-async_timeout@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0.0:dns/py-idna_ssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}multidict>=4.0.0:www/py-multidict@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yarl>=1.0.0:www/py-yarl@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${FLAVOR}
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}pytest-timeout>=0:devel/py-pytest-timeout@${PY_FLAVOR}
 
 USES=		python:3.4+
 USE_PYTHON=	autoplist cython distutils



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