naddy
ec14803114
drop RCS Ids
2022-03-11 20:09:36 +00:00
sthen
74e3cc3e92
bump REVISION for switch from Python 3.8 -> 3.9
2021-11-02 00:02:51 +00:00
daniel
08a99be460
update py-torando to 6.1 and make it python3 only
...
py-tornado 6.x and later is python3-only. The update is needed so
jupyter-notebook can be updated.
ok sthen@, bket@
2021-01-18 21:26:25 +00:00
sthen
d80c418015
regen PLISTs for python ports with .so files that end up renamed due to
...
the EXT_SUFFIX change in Python 3.8.7
2021-01-04 14:06:26 +00:00
sthen
d9cfe4113e
bump REVISION; python 3 default changed to 3.8
2020-07-03 21:12:24 +00:00
sthen
0a5b5bddee
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:50:46 +00:00
kmos
c45cd79fc7
Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the
...
lang/python port module. I've not yet come up with a port that
would not need this and one can always set MODPY_TESTDEP to "no"
to prevent the module from touching TEST_DEPENDS.
Idea from afresh1 who pointed out the cpan module already does this.
aja "I support this move."
OK sthen@
2019-05-15 12:04:34 +00:00
bket
88e926cc38
Add missing RDEP on devel/py-futures.
...
Grepping the source code of py-tornado shows that concurrent.futures is
imported at several places.
This fixes an issue with spyder not starting as it errors out with
"pkg_resources.DistributionNotFound: The 'futures' distribution was not
found and is required by tornado"
OK sthen@
2019-05-08 19:41:15 +00:00
sthen
d7f0752227
bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
...
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
sthen
0a3d02b3be
update to py-tornado-5.1.1 (last major version supporting both py2+3)
2019-04-27 14:32:21 +00:00
landry
1d87877002
Fix remaining pkgpaths for twisted update, reported by naddy@.
2017-05-17 11:34:17 +00:00
shadchin
82f8b086b0
Unbreak with Python 3.6.
2017-01-03 18:58:52 +00:00
shadchin
381d518fc1
Update to py-tornado 4.4.2.
...
ok ajacoutot@
2016-10-08 14:19:09 +00:00
shadchin
ac74c679ec
Add python3 flavor.
2016-01-17 06:38:33 +00:00
rpointel
93b0093b5d
update tornado to 4.3.
...
ok benoit@.
2015-11-15 08:40:42 +00:00
sthen
13359694f0
bump REVISION for setuptools dep change. (should be the last one)
2015-09-29 10:53:16 +00:00
edd
2e20badc1b
Update py-tornado to 4.2.1.
...
Checked the two ports depending on this still work. No obvious breakage.
OK rpointel@, jasper@
Looks OK, daniel@
Cheers
2015-09-08 15:24:58 +00:00
jasper
7a30035c19
- security update to py-tornado-3.2.2 (last in 3.x series, does anyone actually use this?)
...
* fixes CVE-2014-9720, XSRF cookie allows side-channel attack against TLS (BREACH)
2015-08-21 08:57:05 +00:00
jasper
5e91600570
- switch to MODPY_PI
2015-04-02 14:21:12 +00:00
jasper
e33ee78109
use MODPY_WANTLIB instead of hardcoding python2.7
2014-09-29 20:15:49 +00:00
edd
f250d42da7
Update to pt-tornado-3.2.
...
Required for upcoming ipython2.
Input from, and OK, rpointel@, thanks.
2014-04-28 20:52:13 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
rpointel
453d2c8156
Update tornao to 2.4.1.
...
Changelog: http://www.tornadoweb.org/documentation/releases/v2.4.1.html
2013-03-04 06:13:35 +00:00
rpointel
e66c719f41
update tornado to 2.4, changelog: http://www.tornadoweb.org/documentation/releases/v2.4.0.html .
...
ok gonzalo@ looks good aja@
2012-09-18 05:28:28 +00:00
rpointel
33003d4044
Update tornado to 2.3, ok landry@.
...
Release Notes: http://www.tornadoweb.org/documentation/releases/v2.3.0.html
2012-07-03 09:00:33 +00:00
rpointel
f6d2d45834
Update tornado to 2.2.1, ok aja@.
...
Release notes:http://www.tornadoweb.org/documentation/releases/v2.2.1.html .
2012-04-25 15:08:20 +00:00
rpointel
2efff9f4df
Update tornado to 2.2.
...
ok sthen@ and mpi@.
2012-03-09 18:12:46 +00:00
rpointel
432edbb132
import tornado, an open source version of the scalable, non-blocking web
...
server and tools.
The framework is distinct from most mainstream web server frameworks
(and certainly most Python frameworks) because it is non-blocking and
reasonably fast. Because it is non-blocking and uses epoll or kqueue, it
can handle thousands of simultaneous standing connections, which means
it is ideal for real-time web services.
ok benoit@, Wen Heping (thanks).
2012-01-13 20:34:35 +00:00