svn commit: r536843 - head/www/py-requests-futures097

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 01:57:30 UTC 2020


Author: sunpoet
Date: Fri May 29 01:57:26 2020
New Revision: 536843
URL: https://svnweb.freebsd.org/changeset/ports/536843

Log:
  Mark DEPRECATED and set EXPIRATION_DATE to 2020-05-31

Modified:
  head/www/py-requests-futures097/Makefile

Modified: head/www/py-requests-futures097/Makefile
==============================================================================
--- head/www/py-requests-futures097/Makefile	Fri May 29 01:57:21 2020	(r536842)
+++ head/www/py-requests-futures097/Makefile	Fri May 29 01:57:26 2020	(r536843)
@@ -13,6 +13,9 @@ COMMENT=	HTTP library written in Python for human bein
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Use www/py-requests-futures instead
+EXPIRATION_DATE=2020-05-31
+
 RUN_DEPENDS=	${PY_FUTURES} \
 		${PYTHON_PKGNAMEPREFIX}requests>=1.2.0:www/py-requests@${PY_FLAVOR}
 


More information about the svn-ports-head mailing list