Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/uwsgi/
Date: Mon, 30 Dec 2019 12:59:14
Message-Id: 1577710737.6166905893515ff1a9481277a6da70fe8cfe630e.mgorny@gentoo
1 commit: 6166905893515ff1a9481277a6da70fe8cfe630e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 30 12:30:59 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 12:58:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61669058
7
8 www-servers/uwsgi: Remove dep on virtual/pypy
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-servers/uwsgi/metadata.xml | 2 +-
13 www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild | 2 +-
14 www-servers/uwsgi/uwsgi-2.0.17.1.ebuild | 2 +-
15 www-servers/uwsgi/uwsgi-2.0.17.ebuild | 2 +-
16 www-servers/uwsgi/uwsgi-2.0.18.ebuild | 2 +-
17 5 files changed, 5 insertions(+), 5 deletions(-)
18
19 diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml
20 index 9d3b99eed95..d7c339a2f35 100644
21 --- a/www-servers/uwsgi/metadata.xml
22 +++ b/www-servers/uwsgi/metadata.xml
23 @@ -8,7 +8,7 @@
24 <flag name="embedded">Embed plugins instead of building them as real plugins. When disabling this USE flag make sure you specify all used plugins in your uWSGI configuration. Note: Language plugins will always be built as real plugins.</flag>
25 <flag name="go">Build the gccgo plugin to run Go applications.</flag>
26 <flag name="json">Support json as a configuration file format.</flag>
27 - <flag name="pypy">Build the pypy plugin to run your code using <pkg>virtual/pypy</pkg>.</flag>
28 + <flag name="pypy">Build the pypy plugin to run your code using <pkg>dev-python/pypy</pkg>.</flag>
29 <flag name="python_asyncio">Use the EXPERIMENTAL asyncio (tulip) for python3.4 async request dispatching and as LoopEngine (see http://uwsgi-docs.readthedocs.org/en/latest/asyncio.html).</flag>
30 <flag name="python_gevent">Use <pkg>dev-python/gevent</pkg> for async request dispatching and as LoopEngine (see http://projects.unbit.it/uwsgi/wiki/Gevent).</flag>
31 <flag name="routing">Enable routing support</flag>
32
33 diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
34 index 46c20be1e22..775814d2f42 100644
35 --- a/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
36 +++ b/www-servers/uwsgi/uwsgi-2.0.17.1-r1.ebuild
37 @@ -121,7 +121,7 @@ CDEPEND="
38 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
39 php_targets_php7-3? ( dev-lang/php:7.3[embed] )
40 )
41 - pypy? ( virtual/pypy )
42 + pypy? ( dev-python/pypy )
43 python? ( ${PYTHON_DEPS} )
44 python_asyncio? ( virtual/python-greenlet[${PYTHON_USEDEP}] )
45 python_gevent? ( >=dev-python/gevent-1.3.5[${PYTHON_USEDEP}] )
46
47 diff --git a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
48 index dec917ac911..25855fe656f 100644
49 --- a/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
50 +++ b/www-servers/uwsgi/uwsgi-2.0.17.1.ebuild
51 @@ -116,7 +116,7 @@ CDEPEND="sys-libs/zlib
52 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
53 php_targets_php7-3? ( dev-lang/php:7.3[embed] )
54 )
55 - pypy? ( virtual/pypy )
56 + pypy? ( dev-python/pypy )
57 python? ( ${PYTHON_DEPS} )
58 python_gevent? ( >=dev-python/gevent-1.3.5[${PYTHON_USEDEP}] )
59 ruby? ( $(ruby_implementations_depend) )"
60
61 diff --git a/www-servers/uwsgi/uwsgi-2.0.17.ebuild b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
62 index 8f6d69a44d8..80583c558b6 100644
63 --- a/www-servers/uwsgi/uwsgi-2.0.17.ebuild
64 +++ b/www-servers/uwsgi/uwsgi-2.0.17.ebuild
65 @@ -116,7 +116,7 @@ CDEPEND="sys-libs/zlib
66 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
67 php_targets_php7-3? ( dev-lang/php:7.3[embed] )
68 )
69 - pypy? ( virtual/pypy )
70 + pypy? ( dev-python/pypy )
71 python? ( ${PYTHON_DEPS} )
72 python_gevent? ( >=dev-python/gevent-1.2.1[${PYTHON_USEDEP}] )
73 ruby? ( $(ruby_implementations_depend) )"
74
75 diff --git a/www-servers/uwsgi/uwsgi-2.0.18.ebuild b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
76 index 0f292413d08..b1f88e545f4 100644
77 --- a/www-servers/uwsgi/uwsgi-2.0.18.ebuild
78 +++ b/www-servers/uwsgi/uwsgi-2.0.18.ebuild
79 @@ -122,7 +122,7 @@ CDEPEND="
80 php_targets_php7-2? ( dev-lang/php:7.2[embed] )
81 php_targets_php7-3? ( dev-lang/php:7.3[embed] )
82 )
83 - pypy? ( virtual/pypy )
84 + pypy? ( dev-python/pypy )
85 python? ( ${PYTHON_DEPS} )
86 python_asyncio? ( virtual/python-greenlet[${PYTHON_USEDEP}] )
87 python_gevent? ( >=dev-python/gevent-1.3.5[${PYTHON_USEDEP}] )