[gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/, www-servers/tornado/files/

2020-03-16 Thread Michał Górny
commit: 3912eaa510f709996896ca8e20632a03816bcfa9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar 16 18:18:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar 16 18:27:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3912eaa5

www-servers/tornado: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 www-servers/tornado/Manifest   |  3 -
 .../tornado/files/4.4-drop-intersphinx.patch   | 36 ---
 www-servers/tornado/files/4.4.1-options-test.patch | 13 
 .../tornado/files/4.5.1-drop-intersphinx.patch | 22 ---
 www-servers/tornado/tornado-4.4.2-r1.ebuild| 69 --
 www-servers/tornado/tornado-4.5.1.ebuild   | 69 --
 www-servers/tornado/tornado-5.0.2.ebuild   | 68 -
 www-servers/tornado/tornado-5.1.ebuild | 63 
 8 files changed, 343 deletions(-)

diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index 36be0c9914d..07d6f004dd1 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1,6 +1,3 @@
-DIST tornado-4.4.2.tar.gz 460193 BLAKE2B 
4586397e8899af19582e07ac9ecdf56980a552a8c15458f1c16d83dc8ec7bf73b6a1eb341a5402d8555319c3d7528702567d13c4b56a995597e7dba4576f694b
 SHA512 
f330bc62433576708e3c566577cede07c54c19996f374df82d5abc19a669ade549e7b6c27dcae3d421921fec506fae39473443cdb04692553c5ea2f8ec11a327
-DIST tornado-4.5.1.tar.gz 483225 BLAKE2B 
261a5da8a7cc43b11b8504162a030fdad9c3c1409d653f86ab37deb5e4398f39ac05bee1da58944c2d1a2fa92dd5894256b748910f90926834305d6c6adf7ab4
 SHA512 
b31b3572bf58df8b758694c32b2233c547d6600b0c27f56cff3521abaad38a1646a528d2c2dfcf13214159bf5ba0f59470ba3d538edf16dc014a8b03f0d3bb87
 DIST tornado-4.5.3.tar.gz 484221 BLAKE2B 
7b3682fa85a7f6ad32351d40993516a3e397b7b0a5de9d807bcd8b2b21325a6170f3670cb13e12aa208b6590313cf165ddf40537dba1fee61fa9d71954265a66
 SHA512 
c17dd7a3b541c26950d27c8a399ae4fdff1d99d16ff0c5de9871fe2de4c0f797c96712b23b5ed5efdaee06bb251f7def114c83fe6f7f37f344cdac9996d14448
-DIST tornado-5.0.2.tar.gz 506544 BLAKE2B 
616298761f5e0cdcacfa96c3a14efaf2cc1d7579d582dc8b2fae2a3a3e45405804aa2a1409665a9af38d2f415908b373c1c34e4ff5868f989bb1bd29fe81a569
 SHA512 
fbd360df34fe29ed3e5f406992923e2af2815f93446fb9d9810f7575fe06300a2cb15c3f36bd93150284ba297772f94c94a4227acca2dc65c94cf7d100cb5974
 DIST tornado-5.1.tar.gz 516359 BLAKE2B 
1ff6e6ced124b7b0df0e476eac555de20e4ac86f01369ee484e33bf5d749c269a81dd11a0b4c8b3169db6fd9f7a1b4e3c3551d46474c53a1fed8e342660c57f9
 SHA512 
8f45e5bbee5453a4225f05840a9fa80dd574c5a9cac9ec4d787f11c3f86f347c66d39c984a8bbe96dbb41f599e25102f1a3dad1c55b479bebee7d856aaca764a
 DIST tornado-6.0.3.tar.gz 482444 BLAKE2B 
1dda4baae52034d779879fef507d5764894f4aa054e60b00a2f8a989df4b31b495cbed6397d602e7c19844ea1538988558d5741da91646b64b6dbb8e78d618ed
 SHA512 
2db182da7327fdd32fe76a50726a1285332139972766368c3b3dac5b4d54b4bd452a76062c09d1d158a97ace78b7915d93a29a7a8138499a2e56aee9df461abc

diff --git a/www-servers/tornado/files/4.4-drop-intersphinx.patch 
b/www-servers/tornado/files/4.4-drop-intersphinx.patch
deleted file mode 100644
index cec403e772f..000
--- a/www-servers/tornado/files/4.4-drop-intersphinx.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/docs/Makefile b/docs/Makefile
-index 7001b80..ab2ffdd 100644
 a/docs/Makefile
-+++ b/docs/Makefile
-@@ -3,7 +3,7 @@ all: sphinx
- 
- # No -W for doctests because that disallows tests with empty output.
- SPHINX_DOCTEST_OPTS=-n -d build/doctress .
--SPHINXOPTS=-n -W -d build/doctrees .
-+SPHINXOPTS=-n -d build/doctrees .
- 
- .PHONY: sphinx
- sphinx:
-diff --git a/docs/conf.py b/docs/conf.py
-index 368e4e8..85a276d 100644
 a/docs/conf.py
-+++ b/docs/conf.py
-@@ -17,7 +17,6 @@ extensions = [
- "sphinx.ext.coverage",
- "sphinx.ext.doctest",
- "sphinx.ext.extlinks",
--"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- ]
- 
-@@ -92,10 +91,6 @@
- 'tornado-%s.tar.g' % version),
- }
- 
--intersphinx_mapping = {
--'python': ('https://docs.python.org/3.5/', None),
--}
--
- on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
- 
- # On RTD we can't import sphinx_rtd_theme, but it will be applied by

diff --git a/www-servers/tornado/files/4.4.1-options-test.patch 
b/www-servers/tornado/files/4.4.1-options-test.patch
deleted file mode 100644
index 48036264771..000
--- a/www-servers/tornado/files/4.4.1-options-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/tornado/test/options_test.py b/tornado/test/options_test.py
-index f7b215c..c050cb6 100644
 a/tornado/test/options_test.py
-+++ b/tornado/test/options_test.py
-@@ -36,7 +36,7 @@ class OptionsTest(unittest.TestCase):
- options.define("port", default=80)
- options.define("username", default='foo')
- options.define("my_path")
--config_path = os.path.join(os.path.dirname(__file__),
-+config_path = 

[gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/, www-servers/tornado/files/

2017-06-27 Thread Sebastien Fabbro
commit: 12a0ffc1e2d18c7c4342c5359725c59785e51e49
Author: Sébastien Fabbro  gentoo  org>
AuthorDate: Tue Jun 27 17:55:36 2017 +
Commit: Sebastien Fabbro  gentoo  org>
CommitDate: Wed Jun 28 04:00:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a0ffc1

www-servers/tornado: version bump

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 www-servers/tornado/Manifest   |  1 +
 .../tornado/files/4.5.1-drop-intersphinx.patch | 22 +++
 www-servers/tornado/tornado-4.5.1.ebuild   | 68 ++
 3 files changed, 91 insertions(+)

diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index 66fca8816ce..140cae4dd42 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1 +1,2 @@
 DIST tornado-4.4.2.tar.gz 460193 SHA256 
2898f992f898cd41eeb8d53b6df75495f2f423b6672890aadaf196ea1448edcc SHA512 
f330bc62433576708e3c566577cede07c54c19996f374df82d5abc19a669ade549e7b6c27dcae3d421921fec506fae39473443cdb04692553c5ea2f8ec11a327
 WHIRLPOOL 
df04a35ed30f9bbaff87be06c96de7a9038e1535b21d40906eb92a5beeaaf6ac4ea1b14b4f16df1527b9a07d41a5ee4c04ec141a068e3acfb4b6717019ff5fdd
+DIST tornado-4.5.1.tar.gz 483225 SHA256 
db0904a28253cfe53e7dedc765c71596f3c53bb8a866ae50123320ec1a7b73fd SHA512 
b31b3572bf58df8b758694c32b2233c547d6600b0c27f56cff3521abaad38a1646a528d2c2dfcf13214159bf5ba0f59470ba3d538edf16dc014a8b03f0d3bb87
 WHIRLPOOL 
31e2bb974c938979b430cdc1a873bd1f5f2b6d5fdec61ef8901e7ea83ec2d6801e004202042dc5070ac4083b6d8fec35166b12aaa0664e0775cb1b7af43c148d

diff --git a/www-servers/tornado/files/4.5.1-drop-intersphinx.patch 
b/www-servers/tornado/files/4.5.1-drop-intersphinx.patch
new file mode 100644
index 000..606bfc78738
--- /dev/null
+++ b/www-servers/tornado/files/4.5.1-drop-intersphinx.patch
@@ -0,0 +1,22 @@
+diff -Nur tornado-4.5.1.orig/docs/conf.py tornado-4.5.1/docs/conf.py
+--- tornado-4.5.1.orig/docs/conf.py2017-06-27 17:39:55.881133239 +
 tornado-4.5.1/docs/conf.py 2017-06-27 17:40:59.910682166 +
+@@ -16,7 +16,6 @@
+ "sphinx.ext.autodoc",
+ "sphinx.ext.coverage",
+ "sphinx.ext.doctest",
+-"sphinx.ext.intersphinx",
+ "sphinx.ext.viewcode",
+ ]
+ 
+@@ -81,10 +80,6 @@
+ ('index', 'tornado.tex', 'Tornado Documentation', 'The Tornado Authors', 
'manual', False),
+ ]
+ 
+-intersphinx_mapping = {
+-'python': ('https://docs.python.org/3.5/', None),
+-}
+-
+ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
+ 
+ # On RTD we can't import sphinx_rtd_theme, but it will be applied by

diff --git a/www-servers/tornado/tornado-4.5.1.ebuild 
b/www-servers/tornado/tornado-4.5.1.ebuild
new file mode 100644
index 000..ab03eec142c
--- /dev/null
+++ b/www-servers/tornado/tornado-4.5.1.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python web framework and asynchronous networking library"
+HOMEPAGE="http://www.tornadoweb.org/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="doc examples test"
+
+CDEPEND="
+   dev-python/certifi[${PYTHON_USEDEP}]
+   >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
+   dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]
+   || (
+   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
+   (   $(python_gen_cond_dep 
'dev-python/twisted-names[${PYTHON_USEDEP}]' 'python2_7')
+   $(python_gen_cond_dep 
'dev-python/twisted-web[${PYTHON_USEDEP}]' 'python2_7')
+   )
+   )
+   virtual/python-backports_abc[${PYTHON_USEDEP}]
+   virtual/python-futures[${PYTHON_USEDEP}]
+   virtual/python-singledispatch[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   doc? (
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx_rtd_theme[${PYTHON_USEDEP}]
+   )
+   test? (
+   ${CDEPEND}
+   dev-python/mock[${PYTHON_USEDEP}]
+   )
+"
+RDEPEND="${CDEPEND}"
+
+# doc without intersphinx does not build (asyncio error)
+#PATCHES=(
+#  "${FILESDIR}"/4.5.1-drop-intersphinx.patch
+#)
+
+python_compile_all() {
+   use doc && emake -C docs sphinx
+}
+
+python_test() {
+   "${PYTHON}" -m tornado.test.runtests || die "tests failed under 
${EPYTHON}"
+}
+
+python_install_all() {
+   use doc && local HTML_DOCS=( docs/build/html/. )
+   if use examples; then
+   insinto /usr/share/doc/${PF}/examples
+   doins -r demos/.
+   docompress -x /usr/share/doc/${PF}/examples
+fi
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/, www-servers/tornado/files/

2017-01-17 Thread Brian Dolbec
commit: 76dfce4ab8c325420e7f5eb092e73f8a2c734694
Author: Brian Dolbec  gentoo  org>
AuthorDate: Tue Jan 17 16:25:20 2017 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Tue Jan 17 16:26:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76dfce4a

www-servers/tornado: Cleanup vulnerable versions

X-Gentoo-bug: 597740
X-Gentoo-bug-url: https://bugs.gentoo.org/show_bug.cgi?id=597740

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 www-servers/tornado/Manifest   |  2 -
 www-servers/tornado/files/drop-intersphinx.patch   | 36 
 .../files/tornado-4.2.1-py3.5-backport.patch   | 63 
 www-servers/tornado/tornado-4.2.1.ebuild   | 68 --
 www-servers/tornado/tornado-4.3.ebuild | 67 -
 5 files changed, 236 deletions(-)

diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index 8d0dfa2..66fca88 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1,3 +1 @@
-DIST tornado-4.2.1.tar.gz 434304 SHA256 
a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969 SHA512 
5bb391b05c8574c8ae5e315b7617e1259ab80e993f1230db611c5beef8058517cc588daf75fac2e0f7969668715470b06ed183c9832b22081be265beb6967e30
 WHIRLPOOL 
5230055b1d10c32968c1f400e3d1fffbde1cbf9b4578ec42835cb202234d24daf6d4e621622a2fc884d3db8e5b3f64d6e62d17841bb9d71ab8ab91928cd0dfe3
-DIST tornado-4.3.tar.gz 450916 SHA256 
c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf SHA512 
4220ae67eb8bfbe112edead47f37308eca9a272df24f073a7e5d1a0d0e90fb9f8c74b48db0d78fd995463591924800ab5268d32bcacc497ba204f164bce438bc
 WHIRLPOOL 
13dec91628a7941623d0e8d381aa893ec6e4f1a480171bb29263c85cb11449d650488f459705c0b5d7b2d37044628caec6f14fa13762e67fce2688da6706fc78
 DIST tornado-4.4.2.tar.gz 460193 SHA256 
2898f992f898cd41eeb8d53b6df75495f2f423b6672890aadaf196ea1448edcc SHA512 
f330bc62433576708e3c566577cede07c54c19996f374df82d5abc19a669ade549e7b6c27dcae3d421921fec506fae39473443cdb04692553c5ea2f8ec11a327
 WHIRLPOOL 
df04a35ed30f9bbaff87be06c96de7a9038e1535b21d40906eb92a5beeaaf6ac4ea1b14b4f16df1527b9a07d41a5ee4c04ec141a068e3acfb4b6717019ff5fdd

diff --git a/www-servers/tornado/files/drop-intersphinx.patch 
b/www-servers/tornado/files/drop-intersphinx.patch
deleted file mode 100644
index 7502dc5..
--- a/www-servers/tornado/files/drop-intersphinx.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/docs/Makefile b/docs/Makefile
-index 7001b80..ab2ffdd 100644
 a/docs/Makefile
-+++ b/docs/Makefile
-@@ -3,7 +3,7 @@ all: sphinx
- 
- # No -W for doctests because that disallows tests with empty output.
- SPHINX_DOCTEST_OPTS=-n -d build/doctress .
--SPHINXOPTS=-n -W -d build/doctrees .
-+SPHINXOPTS=-n -d build/doctrees .
- 
- .PHONY: sphinx
- sphinx:
-diff --git a/docs/conf.py b/docs/conf.py
-index 368e4e8..85a276d 100644
 a/docs/conf.py
-+++ b/docs/conf.py
-@@ -16,7 +16,6 @@ extensions = [
- "sphinx.ext.coverage",
- "sphinx.ext.doctest",
- "sphinx.ext.extlinks",
--"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- ]
- 
-@@ -91,10 +90,6 @@ extlinks = {
- 'tornado-%s.tar.g' % version),
- }
- 
--intersphinx_mapping = {
--'python': ('https://docs.python.org/3.4/', None),
--}
--
- on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
- 
- # On RTD we can't import sphinx_rtd_theme, but it will be applied by

diff --git a/www-servers/tornado/files/tornado-4.2.1-py3.5-backport.patch 
b/www-servers/tornado/files/tornado-4.2.1-py3.5-backport.patch
deleted file mode 100644
index e649935..
--- a/www-servers/tornado/files/tornado-4.2.1-py3.5-backport.patch
+++ /dev/null
@@ -1,63 +0,0 @@
-From 2971e857104f8d02fa9107a0e13f50170eb4f30d Mon Sep 17 00:00:00 2001
-From: Ben Darnell 
-Date: Sat, 6 Jun 2015 15:40:21 -0400
-Subject: [PATCH] Get the tests passing under Python 3.5b2
-

- tornado/test/web_test.py |  7 +--
- tornado/util.py  | 10 --
- 2 files changed, 13 insertions(+), 4 deletions(-)
-
-diff --git a/tornado/test/web_test.py b/tornado/test/web_test.py
-index 96edd6c..a93369c 100644
 a/tornado/test/web_test.py
-+++ b/tornado/test/web_test.py
-@@ -1538,8 +1538,11 @@ def get(self):
- def test_clear_all_cookies(self):
- response = self.fetch('/', headers={'Cookie': 'foo=bar; baz=xyzzy'})
- set_cookies = sorted(response.headers.get_list('Set-Cookie'))
--self.assertTrue(set_cookies[0].startswith('baz=;'))
--self.assertTrue(set_cookies[1].startswith('foo=;'))
-+# Python 3.5 sends 'baz="";'; older versions use 'baz=;'
-+self.assertTrue(set_cookies[0].startswith('baz=;') or
-+set_cookies[0].startswith('baz="";'))
-+self.assertTrue(set_cookies[1].startswith('foo=;') or
-+set_cookies[1].startswith('foo="";'))
- 
- 
- class PermissionError(Exception):
-diff --git 

[gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/, www-servers/tornado/files/

2016-09-23 Thread Brian Dolbec
commit: 90c9aa5b38437b03b7066683110962c4a65c67bc
Author: Brian Dolbec  gentoo  org>
AuthorDate: Fri Sep 23 18:08:49 2016 +
Commit: Brian Dolbec  gentoo  org>
CommitDate: Fri Sep 23 18:52:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90c9aa5b

www-servers/tornado: Version bump

Add new twisted single pkg dep (almost ready for the tree)
Needed for newer salt version(s)

Package-Manager: portage-2.3.1_p4

 www-servers/tornado/Manifest   |  1 +
 .../tornado/files/4.4-drop-intersphinx.patch   | 36 
 www-servers/tornado/files/4.4.1-options-test.patch | 13 +
 www-servers/tornado/tornado-4.4.1.ebuild   | 66 ++
 4 files changed, 116 insertions(+)

diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index 6eabc15..cfe138c 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1,2 +1,3 @@
 DIST tornado-4.2.1.tar.gz 434304 SHA256 
a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969 SHA512 
5bb391b05c8574c8ae5e315b7617e1259ab80e993f1230db611c5beef8058517cc588daf75fac2e0f7969668715470b06ed183c9832b22081be265beb6967e30
 WHIRLPOOL 
5230055b1d10c32968c1f400e3d1fffbde1cbf9b4578ec42835cb202234d24daf6d4e621622a2fc884d3db8e5b3f64d6e62d17841bb9d71ab8ab91928cd0dfe3
 DIST tornado-4.3.tar.gz 450916 SHA256 
c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf SHA512 
4220ae67eb8bfbe112edead47f37308eca9a272df24f073a7e5d1a0d0e90fb9f8c74b48db0d78fd995463591924800ab5268d32bcacc497ba204f164bce438bc
 WHIRLPOOL 
13dec91628a7941623d0e8d381aa893ec6e4f1a480171bb29263c85cb11449d650488f459705c0b5d7b2d37044628caec6f14fa13762e67fce2688da6706fc78
+DIST tornado-4.4.1.tar.gz 456992 SHA256 
371d0cf3d56c47accc66116a77ad558d76eebaa8458a6b677af71ca606522146 SHA512 
46cd686d73348c20dfdb2a997b8368f3bb12f08d9f610c804090a4411b1d478ca11b5b34e1421873a3ab66eb6c2580b2cb3b092357cb60b72acf646fa8e0af43
 WHIRLPOOL 
113da16b8033eff24148458798be6d113682557d1c699c895429fb92377c36ea9f00677c0ce7bab3b7d56d5e4d33d4512186a481f23ad52d899c93b85195

diff --git a/www-servers/tornado/files/4.4-drop-intersphinx.patch 
b/www-servers/tornado/files/4.4-drop-intersphinx.patch
new file mode 100644
index ..cec403e
--- /dev/null
+++ b/www-servers/tornado/files/4.4-drop-intersphinx.patch
@@ -0,0 +1,36 @@
+diff --git a/docs/Makefile b/docs/Makefile
+index 7001b80..ab2ffdd 100644
+--- a/docs/Makefile
 b/docs/Makefile
+@@ -3,7 +3,7 @@ all: sphinx
+ 
+ # No -W for doctests because that disallows tests with empty output.
+ SPHINX_DOCTEST_OPTS=-n -d build/doctress .
+-SPHINXOPTS=-n -W -d build/doctrees .
++SPHINXOPTS=-n -d build/doctrees .
+ 
+ .PHONY: sphinx
+ sphinx:
+diff --git a/docs/conf.py b/docs/conf.py
+index 368e4e8..85a276d 100644
+--- a/docs/conf.py
 b/docs/conf.py
+@@ -17,7 +17,6 @@ extensions = [
+ "sphinx.ext.coverage",
+ "sphinx.ext.doctest",
+ "sphinx.ext.extlinks",
+-"sphinx.ext.intersphinx",
+ "sphinx.ext.viewcode",
+ ]
+ 
+@@ -92,10 +91,6 @@
+ 'tornado-%s.tar.g' % version),
+ }
+ 
+-intersphinx_mapping = {
+-'python': ('https://docs.python.org/3.5/', None),
+-}
+-
+ on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
+ 
+ # On RTD we can't import sphinx_rtd_theme, but it will be applied by

diff --git a/www-servers/tornado/files/4.4.1-options-test.patch 
b/www-servers/tornado/files/4.4.1-options-test.patch
new file mode 100644
index ..4803626
--- /dev/null
+++ b/www-servers/tornado/files/4.4.1-options-test.patch
@@ -0,0 +1,13 @@
+diff --git a/tornado/test/options_test.py b/tornado/test/options_test.py
+index f7b215c..c050cb6 100644
+--- a/tornado/test/options_test.py
 b/tornado/test/options_test.py
+@@ -36,7 +36,7 @@ class OptionsTest(unittest.TestCase):
+ options.define("port", default=80)
+ options.define("username", default='foo')
+ options.define("my_path")
+-config_path = os.path.join(os.path.dirname(__file__),
++config_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
+"options_test.cfg")
+ options.parse_config_file(config_path)
+ self.assertEqual(options.port, 443)

diff --git a/www-servers/tornado/tornado-4.4.1.ebuild 
b/www-servers/tornado/tornado-4.4.1.ebuild
new file mode 100644
index ..520d50c
--- /dev/null
+++ b/www-servers/tornado/tornado-4.4.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="Python web framework and asynchronous networking library"
+HOMEPAGE="http://www.tornadoweb.org/ https://pypi.python.org/pypi/tornado;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 

[gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/, www-servers/tornado/files/

2015-11-10 Thread Justin Lecher
commit: 46c971147e9b7e4ce6a449463a7dd1f010484d10
Author: Justin Lecher  gentoo  org>
AuthorDate: Tue Nov 10 07:58:04 2015 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Tue Nov 10 10:54:09 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c97114

www-servers/tornado: Clean old

Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher  gentoo.org>

 www-servers/tornado/Manifest   |  4 --
 .../tornado/files/4.1.0-drop-intersphinx.patch | 36 
 www-servers/tornado/tornado-3.1.1.ebuild   | 29 --
 www-servers/tornado/tornado-4.0.2.ebuild   | 32 ---
 www-servers/tornado/tornado-4.1.0-r1.ebuild| 63 
 www-servers/tornado/tornado-4.1.0.ebuild   | 61 
 www-servers/tornado/tornado-4.2.0_beta1.ebuild | 67 --
 www-servers/tornado/tornado-4.2.ebuild | 67 --
 8 files changed, 359 deletions(-)

diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index b1626bb..b87e07e 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1,7 +1,3 @@
 DIST tornado-3.1.1.tar.gz 374086 SHA256 
345904bfe4a0ce5d687203f783986a73cfd7dc3a9957ee3342cd43d4e310fdc6 SHA512 
13f17166153a89ecf1a16a08f0d15cd342f5de7ad964e669e015c2226e2c18297306f47ffc560164ec9f8080489a5fb81cbf6b41f89f12fe1745b0cd73524207
 WHIRLPOOL 
689f4ba4dc4d98ac7b7de33b15288aa90683bc529364b02c0d5d1c9090b47c5178ef520cdcc93ae94e8886278cc4a16100c167e33a05f406c9431f4a0888087b
 DIST tornado-4.0.1.tar.gz 314852 SHA256 
ae058668b276b1ec7383cfc911323e6d27b3b47e38a12d3d3eaf6b6577b99901 SHA512 
a4e0231e77ebbc2885bab648b292b842cb15c84d66a1972de18cb00fcc611eae2794b872f070ab7d5af32dd0c6c1773527fe1332bd382c1821e1f2d5d76808fb
 WHIRLPOOL 
eafd8c3cf60c2aacdbdc495f21d4e677cf77ce5ad5ce17d8e13b66b79bb1e416f9837d1b2dfbbe6d24b6447507b71270f1abe533e260e4a960477f974623045a
-DIST tornado-4.0.2.tar.gz 315841 SHA256 
900c5124ebdb6598ca8e8a0c5888f41a5f14117952d5515258e3d20222b21bfa SHA512 
93591068dc63af8d50a7925d528bc0cccdd705232c529b6162619fe28dddaf115e8a460b1842877d35160bd7ed480c1bd0bdbec57d1f359085bd1814e0c1c242
 WHIRLPOOL 
e00484208ec70c55ca7a0bfb383a5f26928882ce547c274de8597312e539296c29edbbfdcece40c161bcfc71b5b74c42653625310a7c7cd5d2b244faa6027692
-DIST tornado-4.1.0.tar.gz 427424 SHA256 
bf00fe845576a729f57e86dc3a7e767bf101e018eebbc86bf8c0148094409733 SHA512 
bbe79aed51a29d4868557ad1ccea391a0c28b9702c40bdad21665a53796650884de8621c0f4333e2edeed268e0cf97a7807086b1513c63257a8bf02ef98d261f
 WHIRLPOOL 
0231e010a021bd2cba13cee1c108abfe4850b7753655b0dd6edf22b72f04e7ba9a723fa434bd64aeae41f6c4c14fd189563e795c4843ed6255b1b7975287f306
-DIST tornado-4.2.0_beta1.tar.gz 433456 SHA256 
216e505f14978143248030e62c275853272316fbd20f3447e40c7295898a2a8e SHA512 
ebd5c2a7ef3d99e24821de685560e5810d8d0986bb394897cb9bdd799b221a5c6e314bedd589b6e374e4cae5425372e13b25b932a4c701820952f260f8bc46f7
 WHIRLPOOL 
6b1dfb9df5d24363fd85c2ab2864106d637c97268b4a58342481d292baf2856604ae61d99bded9e259e7d2ef12647169c18392a474246f09a16b17f2f20df315
 DIST tornado-4.2.1.tar.gz 434304 SHA256 
a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969 SHA512 
5bb391b05c8574c8ae5e315b7617e1259ab80e993f1230db611c5beef8058517cc588daf75fac2e0f7969668715470b06ed183c9832b22081be265beb6967e30
 WHIRLPOOL 
5230055b1d10c32968c1f400e3d1fffbde1cbf9b4578ec42835cb202234d24daf6d4e621622a2fc884d3db8e5b3f64d6e62d17841bb9d71ab8ab91928cd0dfe3
-DIST tornado-4.2.tar.gz 433734 SHA256 
e8b1207da67dbdceebfb291292b4ef1b547d6171525bec1b366853f923456a5f SHA512 
b9f27cf544b0743bd08687c3cea2882528786d4bb1158b1f1b97b6e1b8c170396c07032802f6daafec3be9a21975f73292a321a160a17bad1d215e40f2e9244e
 WHIRLPOOL 
76070b3c9bed55232a8b36f0bb45f398c142a04d5bb7c11e8cf152eec68eaa54804e9452a8042f01710cd45b8e2bfdfddbcfe911854a158a93f47e201ae89f20

diff --git a/www-servers/tornado/files/4.1.0-drop-intersphinx.patch 
b/www-servers/tornado/files/4.1.0-drop-intersphinx.patch
deleted file mode 100644
index e7da6fb..000
--- a/www-servers/tornado/files/4.1.0-drop-intersphinx.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff --git a/docs/Makefile b/docs/Makefile
-index a491685..ba4888f 100644
 a/docs/Makefile
-+++ b/docs/Makefile
-@@ -1,7 +1,7 @@
- .PHONY: all
- all: sphinx
- 
--SPHINXOPTS=-n -W -d build/doctrees .
-+SPHINXOPTS=-n -d build/doctrees .
- 
- .PHONY: sphinx
- sphinx:
-diff --git a/docs/conf.py b/docs/conf.py
-index d9b4761..4c11038 100644
 a/docs/conf.py
-+++ b/docs/conf.py
-@@ -15,7 +15,6 @@ extensions = [
- "sphinx.ext.autodoc",
- "sphinx.ext.coverage",
- "sphinx.ext.extlinks",
--"sphinx.ext.intersphinx",
- "sphinx.ext.viewcode",
- ]
- 
-@@ -94,10 +93,6 @@ extlinks = {
- 'tornado-%s.tar.g' % version),
- }
- 
--intersphinx_mapping = {
--'python': ('http://python.readthedocs.org/en/latest/', None),
--}
--
- on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
-