aboutsummaryrefslogtreecommitdiff
path: root/net/py-eventlet
Commit message (Collapse)AuthorAgeFilesLines
* py-eventlet does not depend on py-enum-compatAntoine Brodin2020-04-011-1/+1
| | | | Notes: svn path=/head/; revision=530199
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-2/+2
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* net/py-eventlet: Update the port to 0.22.0Mahdi Mokhtari2018-02-072-4/+4
| | | | | | | This is a dependency for r461164 Notes: svn path=/head/; revision=461168
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* net/py-eventlet: Update port to 0.21.0Mahdi Mokhtari2017-07-173-33/+5
| | | | | | | | | | | Also change maintainer to my address Reviewed by: cs (maintainer), mat (mentor) Approved by: cs (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D11462 Notes: svn path=/head/; revision=446111
* Fix attribute errorCarlo Strub2017-03-292-0/+28
| | | | | | | | PR: 217867 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Notes: svn path=/head/; revision=437242
* net/py-eventlet: Update port to 0.20.1Mahdi Mokhtari2017-03-082-4/+7
| | | | | | | | | Reviewed by: feld, mat Approved by: feld, mat (mentors), cs (maintainer) Differential Revision: https://reviews.freebsd.org/D9849 Notes: svn path=/head/; revision=435672
* Update to 0.19.0Carlo Strub2016-05-172-3/+3
| | | | Notes: svn path=/head/; revision=415413
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 0.18.4Carlo Strub2016-02-202-3/+3
| | | | Notes: svn path=/head/; revision=409246
* Update to 0.17.4Carlo Strub2015-12-252-3/+3
| | | | Notes: svn path=/head/; revision=404473
* Update to 0.16.1Carlo Strub2015-02-052-6/+4
| | | | Notes: svn path=/head/; revision=378486
* - Convert ports of net/ to new USES=pythonMarcus von Appen2014-10-241-3/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371449
* - Convert to PYDISTUTILS_AUTOPLISTMartin Wilke2014-01-312-245/+3
| | | | | | | | - Stage support - Bump PORTREV Notes: svn path=/head/; revision=341943
* Update to 0.14.0Carlo Strub2013-09-212-3/+3
| | | | Notes: svn path=/head/; revision=327840
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Update to 0.13.0Carlo Strub2013-07-304-6/+13
| | | | | | | | | PR: ports/180357 Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> Approved by: maintainer (me) Notes: svn path=/head/; revision=323986
* - Update to 0.12.1Carlo Strub2013-03-263-8/+5
| | | | | | | | - Trim Header - Fix spacing in front of WWW Notes: svn path=/head/; revision=315325
* - Update to 0.9.17Carlo Strub2012-08-313-7/+7
| | | | | | | - Tidy pkg-descr Notes: svn path=/head/; revision=303421
* Update to 0.9.16Carlo Strub2012-01-102-5/+5
| | | | | | | Approved by: glarkin@ (mentor, implicit) Notes: svn path=/head/; revision=288883
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Updated to 0.9.15Greg Larkin2011-04-223-7/+5
| | | | | | | | | | Changes: https://bitbucket.org/which_linden/eventlet/diff/NEWS?diff2=6e6a02e7ac7c&diff1=5140fe20544f PR: ports/156392 Submitted by: C-S <c-s@c-s.li> (maintainer) Notes: svn path=/head/; revision=273073
* - Updated to 0.9.14Greg Larkin2011-01-262-4/+3
| | | | | | | | | | | | | | | | | | | | | | Changes: * Many fixes to the ZeroMQ hub, which now requires version 2.0.10 or later * ZeroMQ hub no longer depends on pollhub, and thus works on Windows * Better handling of connect errors on Windows * More-robust Event delivery * wsgi.py now distinguishes between an empty query string ("") and a non-existent query string (no entry in environ) * wsgi.py handles ipv6 correctly * Better behavior in tpool when you give it nonsensical numbers * Fixed importing on 2.5 * Hub doesn't hold on to invalid fds * Documentation for eventlet.green.zmq. PR: ports/154290 Submitted by: C-S <c-s@c-s.li> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=268240
* - Update to 0.9.13Wen Heping2010-10-253-6/+16
| | | | | | | | | | | - Add LICENSE - Pass maintainership to submitter PR: ports/151659 Submitted by: C-S <c-s@c-s.li> Notes: svn path=/head/; revision=263564
* - Update to 0.9.12Li-Wen Hsu2010-08-283-5/+11
| | | | | | | | | | - Maintainer drops maintainership PR: ports/150062 Submitted by: Gea-Suan Lin <gslin AT gslin.org> (former maintainer) Notes: svn path=/head/; revision=260124
* Add py-eventlet 0.9.9, concurrent networking library for Python.Li-Wen Hsu2010-08-224-0/+260
PR: ports/148828 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=259715