Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4_1 22 May 2018 17:59:37
  |
rene  |
Remove expired port:
2018-05-21 textproc/py-pyelasticsearch: Not depended upon anymore |
1.4_1 21 Apr 2018 21:01:16
  |
antoine  |
Deprecate, not depended upon anymore |
1.4_1 21 Dec 2017 17:40:35
  |
sunpoet  |
Move textproc/py-elasticsearch-py to textproc/py-elasticsearch
- Change MASTER_SITES from GitHub to CHEESESHOP
- Update dependent ports:
- Update RUN_DEPENDS
- Bump PORTREVISION for dependency change
- Take maintainership |
1.4 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.4 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.4 13 Jun 2015 20:55:08
  |
antoine  |
Update to 1.4
PR: 200813 |
1.3 02 Jun 2015 17:38:00
  |
antoine  |
Update to 1.3
PR: 200599 |
1.2.4 23 May 2015 08:36:12
  |
antoine  |
Update to 1.2.4 |
1.2.3 19 Apr 2015 15:03:58
  |
antoine  |
Update to 1.2.3 |
1.2.2 11 Apr 2015 17:29:27
  |
antoine  |
Update to 1.2.2 |
1.2 07 Mar 2015 13:09:21
  |
antoine  |
Update to 1.2 |
1.0 01 Feb 2015 12:42:54
  |
antoine  |
- Update textproc/py-pyelasticsearch to 1.0
- Adjust security/py-plaso dependencies and patch it to be less noisy |
0.7.1 19 Oct 2014 22:43:00
  |
antoine  |
Update to 0.7.1 |
0.6.1_2 29 Aug 2014 17:28:42
  |
antoine  |
Convert a few ports to USES=python |
0.6.1_2 22 Apr 2014 12:18:20
  |
antoine  |
Switch from py-requests1 to py-requests |
0.6.1_1 27 Jan 2014 12:14:09
  |
koobs  |
Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.
Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.
PR: ports/185631 |
0.6.1 15 Dec 2013 22:34:56
  |
antoine  |
- Switch from easy_install to install
- Use PYDISTUTILS_AUTOPLIST
- License is BSD3CLAUSE |
0.6.1 23 Nov 2013 21:25:56
  |
antoine  |
New port: textproc/py-pyelasticsearch
pyelasticsearch is a clean, future-proof, high-scale API to elasticsearch. It
provides features like...
* Transparent conversion of Python data types to and from JSON
* Translating HTTP status codes representing failure into exceptions
* Connection pooling
* Load-balancing of requests across nodes in a cluster
* Failed-node marking to avoid downed nodes for a period
* Optional automatic retrying of failed requests
WWW: https://github.com/rhec/pyelasticsearch |