Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/formencode/
Date: Fri, 30 Oct 2015 12:04:35
Message-Id: 1446206629.f2ea9b32635391feda1e01725ffc9ae55135b452.jlec@gentoo
1 commit: f2ea9b32635391feda1e01725ffc9ae55135b452
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 30 10:15:38 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 30 12:03:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2ea9b32
7
8 dev-python/formencode: Move to virtual/dnspython
9
10 Package-Manager: portage-2.2.23
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 .../{formencode-1.3.0-r1.ebuild => formencode-1.3.0-r2.ebuild} | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/formencode/formencode-1.3.0-r1.ebuild b/dev-python/formencode/formencode-1.3.0-r2.ebuild
17 similarity index 92%
18 rename from dev-python/formencode/formencode-1.3.0-r1.ebuild
19 rename to dev-python/formencode/formencode-1.3.0-r2.ebuild
20 index c65e3a6..a81fffa 100644
21 --- a/dev-python/formencode/formencode-1.3.0-r1.ebuild
22 +++ b/dev-python/formencode/formencode-1.3.0-r2.ebuild
23 @@ -20,9 +20,10 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-
24 IUSE="doc test"
25
26 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
27 - test? ( dev-python/nose[${PYTHON_USEDEP}]
28 + test? (
29 + dev-python/nose[${PYTHON_USEDEP}]
30 dev-python/pycountry[${PYTHON_USEDEP}]
31 - >=dev-python/dnspython-1.12.0-r1[${PYTHON_USEDEP}] )"
32 + virtual/dnspython[${PYTHON_USEDEP}] )"
33 RDEPEND=""
34
35 RESTRICT="test"