svn commit: r469980 - head/textproc/py-elasticsearch2-dsl-py

Danilo G. Baio dbaio at FreeBSD.org
Mon May 14 22:11:03 UTC 2018


Author: dbaio
Date: Mon May 14 22:11:02 2018
New Revision: 469980
URL: https://svnweb.freebsd.org/changeset/ports/469980

Log:
  textproc/py-elasticsearch2-dsl-py: Mark deprecated
  
  We don't have Python 'elasticsearch>=2.0.0,<3.0.0' in the ports tree anymore.
  
  Approved by:	dvl (maintainer)

Modified:
  head/textproc/py-elasticsearch2-dsl-py/Makefile

Modified: head/textproc/py-elasticsearch2-dsl-py/Makefile
==============================================================================
--- head/textproc/py-elasticsearch2-dsl-py/Makefile	Mon May 14 22:10:20 2018	(r469979)
+++ head/textproc/py-elasticsearch2-dsl-py/Makefile	Mon May 14 22:11:02 2018	(r469980)
@@ -12,6 +12,9 @@ COMMENT=	High level Python client for Elasticsearch
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Needs Python ElasticSearch 2.x
+EXPIRATION_DATE=	2018-06-14
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}elasticsearch>=1.3.0:textproc/py-elasticsearch@${FLAVOR}
 
 USE_GITHUB=	yes


More information about the svn-ports-all mailing list