Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 22:11:02 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469980 - head/textproc/py-elasticsearch2-dsl-py
Message-ID:  <201805142211.w4EMB2VB098145@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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