Gentoo Archives: gentoo-commits

From: Slawek Lis <slis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-text-ckeditor/
Date: Fri, 02 Jun 2017 06:49:05
Message-Id: 1496386001.c46523a569a41cb1a4e7f9586bc3e0bffea3c630.slis@gentoo
1 commit: c46523a569a41cb1a4e7f9586bc3e0bffea3c630
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 06:31:39 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 06:46:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46523a5
7
8 dev-python/djangocms-text-ckeditor: fixed to use PYTHON_USEDEP
9
10 Reported in bug 618924
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 .../djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild | 6 +++---
15 .../djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild | 4 ++--
16 2 files changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
19 index a2300962226..371afb085a8 100644
20 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
21 +++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2016 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="6"
28 @@ -19,9 +19,9 @@ IUSE=""
29 RDEPEND=""
30 DEPEND="
31 ${RDEPEND}
32 - dev-python/setuptools
33 + dev-python/setuptools[${PYTHON_USEDEP}]
34 "
35 -PDEPEND=">=dev-python/django-cms-3.2.0"
36 +PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
37
38 src_prepare() {
39 sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
40
41 diff --git a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
42 index ff2bf4fd5c9..371afb085a8 100644
43 --- a/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
44 +++ b/dev-python/djangocms-text-ckeditor/djangocms-text-ckeditor-3.5.0.ebuild
45 @@ -19,9 +19,9 @@ IUSE=""
46 RDEPEND=""
47 DEPEND="
48 ${RDEPEND}
49 - dev-python/setuptools
50 + dev-python/setuptools[${PYTHON_USEDEP}]
51 "
52 -PDEPEND=">=dev-python/django-cms-3.2.0"
53 +PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
54
55 src_prepare() {
56 sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"