pkgsrc/databases/py-elasticsearch/Makefile
imil fa703ef6e6 Updated py-elasticsearch to version 1.4.0
Changelog

1.4.0 (2015-02-11)

        Using insecure SSL configuration (verify_cert=False) raises a warning
        reindex accepts a query parameter
        enable reindex helper to accept any kwargs for underlying bulk and scan calls
        when doing an initial sniff (via sniff_on_start) ignore special sniff timeout
        option to treat TransportError as normal failure in bulk helpers
        fixed an issue with sniffing when only a single host was passed in

1.3.0 (2014-12-31)

        Timeout now doesn't trigger a retry by default (can be overriden by setting retry_on_timeout=True)
        Introduced new parameter retry_on_status (defaulting to (503, 504, )) controls which http status code should lead to a retry.
        Implemented url parsing according to RFC-1738
        Added support for proper SSL certificate handling
        Required parameters are now checked for non-empty values
        ConnectionPool now checks if any connections were defined
        DummyConnectionPool introduced when no load balancing is needed (only one connection defined)
        Fixed a race condition in ConnectionPool
2015-03-09 15:56:33 +00:00

18 lines
568 B
Makefile

# $NetBSD: Makefile,v 1.3 2015/03/09 15:56:33 imil Exp $
DISTNAME= elasticsearch-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases
MASTER_SITES= https://pypi.python.org/packages/source/e/elasticsearch/
MAINTAINER= imil@NetBSD.org
HOMEPAGE= http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/
COMMENT= Official low-level python client for Elasticsearch
LICENSE= apache-2.0
USE_LANGUAGES= # none
DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.8.2:../../www/py-urllib3
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"