public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2015-11-05 12:35 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2015-11-05 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     a65306bf3a9dbcd18c33d1cbd86eaa218ea2704a
Author:     Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 12:13:39 2015 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 12:36:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a65306bf

Added djangocms-file package

Package-Manager: portage-2.2.23

 dev-python/djangocms-file/Manifest                 |  1 +
 .../djangocms-file/djangocms-file-0.1.ebuild       | 24 ++++++++++++++++++++++
 dev-python/djangocms-file/metadata.xml             |  7 +++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/djangocms-file/Manifest b/dev-python/djangocms-file/Manifest
new file mode 100644
index 0000000..342475a
--- /dev/null
+++ b/dev-python/djangocms-file/Manifest
@@ -0,0 +1 @@
+DIST djangocms-file-0.1.tar.gz 22634 SHA256 4e947a67782745be0454601cdb8a43311815bfb38aefd542470d989655a203d8 SHA512 14d7210e7341eeca275cba1ef0ba5f2461d11ec5e6f352f03c1cf458270938edc55f6600d00db58c5f0cfafac0d0cc2c4319dd9fae77656112cd58fea0b39584 WHIRLPOOL deaacab576ea5f6046cae2460071cbd87a4d570ca6f53fb1075b54da24ab82277643eb70a82416d632772a4f9a3647e41a106ec3e308e8491456a042cb884fa5

diff --git a/dev-python/djangocms-file/djangocms-file-0.1.ebuild b/dev-python/djangocms-file/djangocms-file-0.1.ebuild
new file mode 100644
index 0000000..c503965
--- /dev/null
+++ b/dev-python/djangocms-file/djangocms-file-0.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-file"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools
+"
\ No newline at end of file

diff --git a/dev-python/djangocms-file/metadata.xml b/dev-python/djangocms-file/metadata.xml
new file mode 100644
index 0000000..e3ff5b2
--- /dev/null
+++ b/dev-python/djangocms-file/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer>
+    <email>slis@gentoo.org</email>
+  </maintainer>
+</pkgmetadata>
\ No newline at end of file


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2015-12-23 19:16 Justin Lecher
  0 siblings, 0 replies; 7+ messages in thread
From: Justin Lecher @ 2015-12-23 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b50d6b4ee4ede3c79079554b2d1365f2ade175fd
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 19:07:43 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 19:07:43 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b50d6b4e

dev-python/djangocms-file: Add missing PYTHON_USEDEP

Package-Manager: portage-2.2.26
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 dev-python/djangocms-file/djangocms-file-0.1.ebuild | 4 ++--
 dev-python/djangocms-file/metadata.xml              | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/djangocms-file/djangocms-file-0.1.ebuild b/dev-python/djangocms-file/djangocms-file-0.1.ebuild
index 379f49e..8723630 100644
--- a/dev-python/djangocms-file/djangocms-file-0.1.ebuild
+++ b/dev-python/djangocms-file/djangocms-file-0.1.ebuild
@@ -20,5 +20,5 @@ IUSE=""
 RDEPEND=""
 DEPEND="
 	${RDEPEND}
-	dev-python/setuptools
-"
\ No newline at end of file
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"

diff --git a/dev-python/djangocms-file/metadata.xml b/dev-python/djangocms-file/metadata.xml
index aa4dee9..2b293e0 100644
--- a/dev-python/djangocms-file/metadata.xml
+++ b/dev-python/djangocms-file/metadata.xml
@@ -1,4 +1,4 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2016-06-13  6:50 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2016-06-13  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7d275c0a6adef1e045a86f895a20521ee3ce3c19
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:40:49 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:50:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d275c0a

version bump

Package-Manager: portage-2.3.0_rc1

 dev-python/djangocms-file/Manifest                 |  1 +
 .../djangocms-file/djangocms-file-1.0.ebuild       | 24 ++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/djangocms-file/Manifest b/dev-python/djangocms-file/Manifest
index 342475a..de37a17 100644
--- a/dev-python/djangocms-file/Manifest
+++ b/dev-python/djangocms-file/Manifest
@@ -1 +1,2 @@
 DIST djangocms-file-0.1.tar.gz 22634 SHA256 4e947a67782745be0454601cdb8a43311815bfb38aefd542470d989655a203d8 SHA512 14d7210e7341eeca275cba1ef0ba5f2461d11ec5e6f352f03c1cf458270938edc55f6600d00db58c5f0cfafac0d0cc2c4319dd9fae77656112cd58fea0b39584 WHIRLPOOL deaacab576ea5f6046cae2460071cbd87a4d570ca6f53fb1075b54da24ab82277643eb70a82416d632772a4f9a3647e41a106ec3e308e8491456a042cb884fa5
+DIST djangocms-file-1.0.tar.gz 23315 SHA256 bf82bea135b2b5d3a98472d88d83fae76a9bb89c97bd2dc8927f7fd5ac5de528 SHA512 c051f4ddabf1b3fe62e72ca56a066c7ff89b4f6c5fe24ba1ed224a48f59ca23cb154da6e9001ded289fc4feb7334d6a8dd3948e0e0fb469ab144ea47358123d0 WHIRLPOOL 8f2be0abd70d6da22fd47cdbf6fac94211c677cbf97ed17e415516931375ecd48476464db7fafb36635ec6a863200b83af2482150029bd8f19ae647e343637d7

diff --git a/dev-python/djangocms-file/djangocms-file-1.0.ebuild b/dev-python/djangocms-file/djangocms-file-1.0.ebuild
new file mode 100644
index 0000000..a4a2b86
--- /dev/null
+++ b/dev-python/djangocms-file/djangocms-file-1.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{2_{6,7},3_{3,4}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-file"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools
+"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2016-10-22 19:35 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2016-10-22 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     b9e36b9488ea9d9b0a80a3e78b4bf58f41eeb34f
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:28:14 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e36b94

dev-python/djangocms-file: version bump to 2.0.1

Package-Manager: portage-2.3.2

 dev-python/djangocms-file/Manifest                 |  1 +
 .../djangocms-file/djangocms-file-2.0.1.ebuild     | 29 ++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/djangocms-file/Manifest b/dev-python/djangocms-file/Manifest
index de37a17..1cae02b 100644
--- a/dev-python/djangocms-file/Manifest
+++ b/dev-python/djangocms-file/Manifest
@@ -1,2 +1,3 @@
 DIST djangocms-file-0.1.tar.gz 22634 SHA256 4e947a67782745be0454601cdb8a43311815bfb38aefd542470d989655a203d8 SHA512 14d7210e7341eeca275cba1ef0ba5f2461d11ec5e6f352f03c1cf458270938edc55f6600d00db58c5f0cfafac0d0cc2c4319dd9fae77656112cd58fea0b39584 WHIRLPOOL deaacab576ea5f6046cae2460071cbd87a4d570ca6f53fb1075b54da24ab82277643eb70a82416d632772a4f9a3647e41a106ec3e308e8491456a042cb884fa5
 DIST djangocms-file-1.0.tar.gz 23315 SHA256 bf82bea135b2b5d3a98472d88d83fae76a9bb89c97bd2dc8927f7fd5ac5de528 SHA512 c051f4ddabf1b3fe62e72ca56a066c7ff89b4f6c5fe24ba1ed224a48f59ca23cb154da6e9001ded289fc4feb7334d6a8dd3948e0e0fb469ab144ea47358123d0 WHIRLPOOL 8f2be0abd70d6da22fd47cdbf6fac94211c677cbf97ed17e415516931375ecd48476464db7fafb36635ec6a863200b83af2482150029bd8f19ae647e343637d7
+DIST djangocms-file-2.0.1.tar.gz 66628 SHA256 3570896ffda998f3fa8b118ac9bf171d058f20af1086ef8aa075ba8f41978c73 SHA512 9b966955e958ae8c1a9962b65d45cc5a20c943d32bf13be67b443d5d084b6a982ee266e9894f1c1a68afc9a7e6f03acfedc98b6ecdaba050fc024b3e7fcc7921 WHIRLPOOL 02885d164b38b82c40be10652e5a375b04e44a2068b7e8c987b60436d3256f4cb573543409a5b421635ae4c4ef53f2b5194dc8aab2e044d82002bed50e246ec5

diff --git a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
new file mode 100644
index 00000000..d7b3793
--- /dev/null
+++ b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="File plugin for django CMS"
+HOMEPAGE="https://github.com/divio/djangocms-file"
+SRC_URI="https://github.com/divio/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND=""
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools
+"
+
+src_prepare() {
+	sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
+	eapply_user
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2016-10-24  7:11 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2016-10-24  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f6553d2cb5f6be0eaef269c9b4febc073a37da86
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 07:11:06 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 07:11:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6553d2c

dev-python/djangocms-file: dependencies update

Added PDEPEND to django-cms,
Updated RDEPEND to point to djangocms-attributes-field and django-filer

Package-Manager: portage-2.3.2

 dev-python/djangocms-file/djangocms-file-2.0.1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
index d7b3793..cd328a5 100644
--- a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
+++ b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
@@ -17,11 +17,15 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE=""
 
-RDEPEND=""
+RDEPEND="
+	>=dev-python/djangocms-attributes-field-0.1.1
+	>=dev-python/django-filer-1.2.4
+"
 DEPEND="
 	${RDEPEND}
 	dev-python/setuptools
 "
+PDEPEND=">=dev-python/django-cms-3.2.0"
 
 src_prepare() {
 	sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2017-05-23 10:43 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2017-05-23 10:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4ade339fad85c5c52cc73f51b26acae566713f1e
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 09:00:04 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ade339f

dev-python/djangocms-file: updated to use PYTHON_USEDEP

Reported in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-file/djangocms-file-2.0.1.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
index e1ffaa17b85..67bbd60df47 100644
--- a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
+++ b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_4} )
 
 inherit distutils-r1
 
@@ -17,12 +17,12 @@ SLOT="0"
 IUSE=""
 
 RDEPEND="
-	>=dev-python/djangocms-attributes-field-0.1.1
-	>=dev-python/django-filer-1.2.4
+	>=dev-python/djangocms-attributes-field-0.1.1[${PYTHON_USEDEP}]
+	>=dev-python/django-filer-1.2.4[${PYTHON_USEDEP}]
 "
 DEPEND="
 	${RDEPEND}
-	dev-python/setuptools
+	dev-python/setuptools[${PYTHON_USEDEP}]
 "
 PDEPEND=">=dev-python/django-cms-3.2.0"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/
@ 2017-06-02  6:48 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2017-06-02  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     615095cce15aa716300de094fb41c10575fbbf16
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 06:40:28 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 06:47:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=615095cc

dev-python/djangocms-file: drop old

also updated PDEPEND to use PYTHON_USEDEP

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-file/Manifest                 |  2 --
 .../djangocms-file/djangocms-file-0.1.ebuild       | 23 ----------------------
 .../djangocms-file/djangocms-file-1.0.ebuild       | 23 ----------------------
 .../djangocms-file/djangocms-file-2.0.1.ebuild     |  2 +-
 4 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/dev-python/djangocms-file/Manifest b/dev-python/djangocms-file/Manifest
index 1cae02bcd12..7d0964db6b1 100644
--- a/dev-python/djangocms-file/Manifest
+++ b/dev-python/djangocms-file/Manifest
@@ -1,3 +1 @@
-DIST djangocms-file-0.1.tar.gz 22634 SHA256 4e947a67782745be0454601cdb8a43311815bfb38aefd542470d989655a203d8 SHA512 14d7210e7341eeca275cba1ef0ba5f2461d11ec5e6f352f03c1cf458270938edc55f6600d00db58c5f0cfafac0d0cc2c4319dd9fae77656112cd58fea0b39584 WHIRLPOOL deaacab576ea5f6046cae2460071cbd87a4d570ca6f53fb1075b54da24ab82277643eb70a82416d632772a4f9a3647e41a106ec3e308e8491456a042cb884fa5
-DIST djangocms-file-1.0.tar.gz 23315 SHA256 bf82bea135b2b5d3a98472d88d83fae76a9bb89c97bd2dc8927f7fd5ac5de528 SHA512 c051f4ddabf1b3fe62e72ca56a066c7ff89b4f6c5fe24ba1ed224a48f59ca23cb154da6e9001ded289fc4feb7334d6a8dd3948e0e0fb469ab144ea47358123d0 WHIRLPOOL 8f2be0abd70d6da22fd47cdbf6fac94211c677cbf97ed17e415516931375ecd48476464db7fafb36635ec6a863200b83af2482150029bd8f19ae647e343637d7
 DIST djangocms-file-2.0.1.tar.gz 66628 SHA256 3570896ffda998f3fa8b118ac9bf171d058f20af1086ef8aa075ba8f41978c73 SHA512 9b966955e958ae8c1a9962b65d45cc5a20c943d32bf13be67b443d5d084b6a982ee266e9894f1c1a68afc9a7e6f03acfedc98b6ecdaba050fc024b3e7fcc7921 WHIRLPOOL 02885d164b38b82c40be10652e5a375b04e44a2068b7e8c987b60436d3256f4cb573543409a5b421635ae4c4ef53f2b5194dc8aab2e044d82002bed50e246ec5

diff --git a/dev-python/djangocms-file/djangocms-file-0.1.ebuild b/dev-python/djangocms-file/djangocms-file-0.1.ebuild
deleted file mode 100644
index 4b6a9f3a277..00000000000
--- a/dev-python/djangocms-file/djangocms-file-0.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="File plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-file"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/djangocms-file/djangocms-file-1.0.ebuild b/dev-python/djangocms-file/djangocms-file-1.0.ebuild
deleted file mode 100644
index 2337cb5944b..00000000000
--- a/dev-python/djangocms-file/djangocms-file-1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4} )
-
-inherit distutils-r1
-
-DESCRIPTION="File plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-file"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="
-	${RDEPEND}
-	dev-python/setuptools
-"

diff --git a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
index 67bbd60df47..f1a2ee8f5d1 100644
--- a/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
+++ b/dev-python/djangocms-file/djangocms-file-2.0.1.ebuild
@@ -24,7 +24,7 @@ DEPEND="
 	${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]
 "
-PDEPEND=">=dev-python/django-cms-3.2.0"
+PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
 
 src_prepare() {
 	sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-06-02  6:48 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24  7:11 [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-file/ Slawek Lis
  -- strict thread matches above, loose matches on Subject: below --
2017-06-02  6:48 Slawek Lis
2017-05-23 10:43 Slawek Lis
2016-10-22 19:35 Slawek Lis
2016-06-13  6:50 Slawek Lis
2015-12-23 19:16 Justin Lecher
2015-11-05 12:35 Slawek Lis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox