From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/
Date: Tue, 10 Nov 2015 10:54:21 +0000 (UTC) [thread overview]
Message-ID: <1447152849.14d2bf6e43828bd821a9e69491aeeb8953820a3c.jlec@gentoo> (raw)
commit: 14d2bf6e43828bd821a9e69491aeeb8953820a3c
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 10:32:39 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 10:54:09 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d2bf6e
www-servers/tornado: Version Bump
Update DESCRIPTION
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
www-servers/tornado/Manifest | 1 +
www-servers/tornado/tornado-3.1.1-r1.ebuild | 2 +-
www-servers/tornado/tornado-4.0.1.ebuild | 2 +-
www-servers/tornado/tornado-4.2.1.ebuild | 4 ++--
.../tornado/{tornado-4.2.1.ebuild => tornado-4.3.ebuild} | 14 +++++++-------
5 files changed, 12 insertions(+), 11 deletions(-)
diff --git a/www-servers/tornado/Manifest b/www-servers/tornado/Manifest
index b87e07e..aa8d149 100644
--- a/www-servers/tornado/Manifest
+++ b/www-servers/tornado/Manifest
@@ -1,3 +1,4 @@
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.2.1.tar.gz 434304 SHA256 a16fcdc4f76b184cb82f4f9eaeeacef6113b524b26a2cb331222e4a7fa6f2969 SHA512 5bb391b05c8574c8ae5e315b7617e1259ab80e993f1230db611c5beef8058517cc588daf75fac2e0f7969668715470b06ed183c9832b22081be265beb6967e30 WHIRLPOOL 5230055b1d10c32968c1f400e3d1fffbde1cbf9b4578ec42835cb202234d24daf6d4e621622a2fc884d3db8e5b3f64d6e62d17841bb9d71ab8ab91928cd0dfe3
+DIST tornado-4.3.tar.gz 450916 SHA256 c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf SHA512 4220ae67eb8bfbe112edead47f37308eca9a272df24f073a7e5d1a0d0e90fb9f8c74b48db0d78fd995463591924800ab5268d32bcacc497ba204f164bce438bc WHIRLPOOL 13dec91628a7941623d0e8d381aa893ec6e4f1a480171bb29263c85cb11449d650488f459705c0b5d7b2d37044628caec6f14fa13762e67fce2688da6706fc78
diff --git a/www-servers/tornado/tornado-3.1.1-r1.ebuild b/www-servers/tornado/tornado-3.1.1-r1.ebuild
index 809c748..3177d06 100644
--- a/www-servers/tornado/tornado-3.1.1-r1.ebuild
+++ b/www-servers/tornado/tornado-3.1.1-r1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
-DESCRIPTION="Scalable, non-blocking web server and tools"
+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"
diff --git a/www-servers/tornado/tornado-4.0.1.ebuild b/www-servers/tornado/tornado-4.0.1.ebuild
index 472b0eb..45e6acd 100644
--- a/www-servers/tornado/tornado-4.0.1.ebuild
+++ b/www-servers/tornado/tornado-4.0.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1
-DESCRIPTION="Scalable, non-blocking web server and tools"
+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"
diff --git a/www-servers/tornado/tornado-4.2.1.ebuild b/www-servers/tornado/tornado-4.2.1.ebuild
index 40d3840..c3808d8 100644
--- a/www-servers/tornado/tornado-4.2.1.ebuild
+++ b/www-servers/tornado/tornado-4.2.1.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
-DESCRIPTION="Tornado is a Python web framework and asynchronous networking library, ... ."
-HOMEPAGE="http://www.tornadoweb.org/"
+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"
diff --git a/www-servers/tornado/tornado-4.2.1.ebuild b/www-servers/tornado/tornado-4.3.ebuild
similarity index 76%
copy from www-servers/tornado/tornado-4.2.1.ebuild
copy to www-servers/tornado/tornado-4.3.ebuild
index 40d3840..38a907f 100644
--- a/www-servers/tornado/tornado-4.2.1.ebuild
+++ b/www-servers/tornado/tornado-4.3.ebuild
@@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
-DESCRIPTION="Tornado is a Python web framework and asynchronous networking library, ... ."
-HOMEPAGE="http://www.tornadoweb.org/"
+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"
@@ -18,14 +18,15 @@ KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc examples test"
CDEPEND="
+ dev-python/certifi[${PYTHON_USEDEP}]
>=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
- $(python_gen_cond_dep 'dev-python/asyncio[${PYTHON_USEDEP}]' 'python3_3')
+ $(python_gen_cond_dep 'virtual/python-asyncio[${PYTHON_USEDEP}]' 'python3*')
$(python_gen_cond_dep 'dev-python/backports-ssl-match-hostname[${PYTHON_USEDEP}]' 'python2_7')
- $(python_gen_cond_dep 'dev-python/certifi[${PYTHON_USEDEP}]' 'python2_7' 'python3_3')
- $(python_gen_cond_dep 'dev-python/futures[${PYTHON_USEDEP}]' 'python2_7 pypy')
$(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-singledispatch
+ virtual/python-backports_abc[${PYTHON_USEDEP}]
+ virtual/python-futures[${PYTHON_USEDEP}]
+ virtual/python-singledispatch[${PYTHON_USEDEP}]
"
# dev-python/twisted-* only supports python2_7 currently
DEPEND="
@@ -44,7 +45,6 @@ RDEPEND="${CDEPEND}"
python_prepare_all() {
local PATCHES=(
"${FILESDIR}"/drop-intersphinx.patch
- "${FILESDIR}"/${P}-py3.5-backport.patch
)
distutils-r1_python_prepare_all
next reply other threads:[~2015-11-10 10:54 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-10 10:54 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2022-09-17 9:38 [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/ Michał Górny
2022-09-17 8:17 Arthur Zamarin
2022-09-17 6:09 Agostino Sarubbo
2022-09-16 18:31 Arthur Zamarin
2022-09-16 17:27 Sam James
2022-09-16 17:17 Arthur Zamarin
2022-09-16 10:47 Arthur Zamarin
2022-09-16 10:16 Arthur Zamarin
2022-09-16 10:16 Arthur Zamarin
2022-07-04 5:08 Michał Górny
2022-05-13 9:08 Michał Górny
2022-05-13 9:08 Michał Górny
2022-01-29 13:38 James Le Cuirot
2021-09-04 21:57 Michał Górny
2021-08-03 15:36 Agostino Sarubbo
2021-08-03 10:57 Agostino Sarubbo
2021-08-03 10:54 Sam James
2021-08-02 4:03 Agostino Sarubbo
2021-08-02 3:18 Sam James
2021-07-31 22:23 Sam James
2021-06-01 20:35 Michał Górny
2021-01-13 11:54 Michał Górny
2021-01-01 0:53 Michał Górny
2020-12-23 21:53 Sam James
2020-12-13 23:23 Sam James
2020-11-28 11:57 Sam James
2020-08-07 4:53 Michał Górny
2020-07-11 22:43 Sam James
2020-07-04 12:36 Mart Raudsepp
2020-06-17 20:36 Sergei Trofimovich
2020-06-17 19:24 Michał Górny
2020-06-17 18:08 Sergei Trofimovich
2020-06-11 18:01 Sergei Trofimovich
2020-05-31 22:49 Matt Turner
2020-05-29 10:41 Michał Górny
2020-05-27 15:37 Michał Górny
2020-05-13 23:03 Sergei Trofimovich
2020-05-04 12:34 Michał Górny
2020-05-03 12:59 Agostino Sarubbo
2020-05-03 10:30 Agostino Sarubbo
2020-05-03 10:12 Agostino Sarubbo
2020-05-03 10:01 Agostino Sarubbo
2020-04-13 16:49 Sebastian Pipping
2020-04-11 15:35 Michał Górny
2020-04-04 10:52 Sergei Trofimovich
2020-03-29 21:21 Sergei Trofimovich
2020-03-28 23:40 Sergei Trofimovich
2020-03-25 9:39 Michał Górny
2020-03-18 18:15 Michał Górny
2020-03-18 7:27 Michał Górny
2020-03-16 18:27 Michał Górny
2020-03-16 18:27 Michał Górny
2020-03-16 18:27 Michał Górny
2020-03-02 15:13 Andrey Grozin
2020-01-20 23:12 Sergei Trofimovich
2019-12-24 14:28 Mikle Kolyada
2019-12-15 14:46 Agostino Sarubbo
2019-12-15 14:15 Agostino Sarubbo
2019-12-15 14:07 Agostino Sarubbo
2019-12-04 1:47 Aaron Bauman
2019-03-03 10:52 Mikle Kolyada
2018-07-16 19:57 Michał Górny
2018-07-14 16:42 Brian Dolbec
2018-07-04 17:56 Matt Thode
2018-06-09 18:22 Matt Thode
2018-05-01 12:29 Mart Raudsepp
2018-03-10 14:56 Pacho Ramos
2018-02-22 17:02 Michał Górny
2017-07-16 13:05 Patrice Clement
2017-05-19 13:37 Michael Weber
2017-02-12 22:20 Zac Medico
2016-12-01 20:51 Markus Meier
2016-11-20 13:45 Agostino Sarubbo
2016-11-14 15:09 Tobias Klausmann
2016-11-12 11:11 Jeroen Roovers
2016-11-07 15:37 Agostino Sarubbo
2016-10-22 1:53 Brian Dolbec
2016-10-21 23:55 Brian Dolbec
2016-10-12 22:07 Brian Dolbec
2016-02-28 6:43 Matt Thode
2016-01-11 9:56 Agostino Sarubbo
2016-01-10 11:22 Agostino Sarubbo
2015-12-25 18:19 Agostino Sarubbo
2015-11-26 19:26 Markus Meier
2015-11-24 9:37 Jeroen Roovers
2015-11-22 5:38 Jeroen Roovers
2015-11-19 10:16 Agostino Sarubbo
2015-11-18 19:14 Justin Lecher
2015-11-18 15:40 Justin Lecher
2015-11-11 17:27 Justin Lecher
2015-11-10 11:49 Justin Lecher
2015-11-10 11:49 Justin Lecher
2015-11-10 10:54 Justin Lecher
2015-10-22 11:09 Justin Lecher
2015-10-14 15:43 Justin Lecher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447152849.14d2bf6e43828bd821a9e69491aeeb8953820a3c.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox