public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-video/
@ 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:     18f2b8837137218ca41e5cd3164b2c803d9f61d9
Author:     Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 12:33:22 2015 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 12:36:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f2b883

added djangocms-video

Package-Manager: portage-2.2.23

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

diff --git a/dev-python/djangocms-video/Manifest b/dev-python/djangocms-video/Manifest
new file mode 100644
index 0000000..1d81837
--- /dev/null
+++ b/dev-python/djangocms-video/Manifest
@@ -0,0 +1 @@
+DIST djangocms-video-0.1.tar.gz 43680 SHA256 f9448651f4fad2136a03eafe5f64bf5d43a0ff96477d10287b35ecdb68187214 SHA512 0ec674e0b92c5a25ef48635eafc68b719a5d9c84d9d29fbb86ee09dedaa3701c20273b8e0fd3b735a23d087d85e5030c246cdc594ed64f9e0bfb5986b5342f2f WHIRLPOOL 051b7a9f359450c6a3a3b1ec161a7c1c5cd490f436b0d0a4bc4bce7a8de1a39ca29ad7503c806fec6119497edb91255d340c942d7c56167a069fb043f11df70d

diff --git a/dev-python/djangocms-video/djangocms-video-0.1.ebuild b/dev-python/djangocms-video/djangocms-video-0.1.ebuild
new file mode 100644
index 0000000..0c89ffe
--- /dev/null
+++ b/dev-python/djangocms-video/djangocms-video-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="Video plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-video"
+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-video/metadata.xml b/dev-python/djangocms-video/metadata.xml
new file mode 100644
index 0000000..e3ff5b2
--- /dev/null
+++ b/dev-python/djangocms-video/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-video/
@ 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:     afdc7cd771e46e64ac0f8df62ee98fa708b8da88
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 19:09:09 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 19:09:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afdc7cd7

dev-python/djangocms-video: Add missing PYTHON_USEDEP

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

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

diff --git a/dev-python/djangocms-video/djangocms-video-0.1.ebuild b/dev-python/djangocms-video/djangocms-video-0.1.ebuild
index 5f7ba6b..e296903 100644
--- a/dev-python/djangocms-video/djangocms-video-0.1.ebuild
+++ b/dev-python/djangocms-video/djangocms-video-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-video/metadata.xml b/dev-python/djangocms-video/metadata.xml
index 138bf7a..405562c 100644
--- a/dev-python/djangocms-video/metadata.xml
+++ b/dev-python/djangocms-video/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-video/
@ 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:     66cd93e6540ece2a70924fe1102e8447df38ad57
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:50:04 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:51:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66cd93e6

version bump

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/djangocms-video/Manifest b/dev-python/djangocms-video/Manifest
index 1d81837..ed7db5a 100644
--- a/dev-python/djangocms-video/Manifest
+++ b/dev-python/djangocms-video/Manifest
@@ -1 +1,2 @@
 DIST djangocms-video-0.1.tar.gz 43680 SHA256 f9448651f4fad2136a03eafe5f64bf5d43a0ff96477d10287b35ecdb68187214 SHA512 0ec674e0b92c5a25ef48635eafc68b719a5d9c84d9d29fbb86ee09dedaa3701c20273b8e0fd3b735a23d087d85e5030c246cdc594ed64f9e0bfb5986b5342f2f WHIRLPOOL 051b7a9f359450c6a3a3b1ec161a7c1c5cd490f436b0d0a4bc4bce7a8de1a39ca29ad7503c806fec6119497edb91255d340c942d7c56167a069fb043f11df70d
+DIST djangocms-video-1.0.0.tar.gz 43664 SHA256 cae5d9b54305eb72c73692a177a63dcc86b8366cd6f170f1262139e25e564b4c SHA512 d8a0ab9ceaaafb09835c91389457d7dcc22ef36667ba92526135811e40b87490c67100a8bae762df5ba85c694b61f5162d8f02eb0817f97c60c0f7fcaae28baf WHIRLPOOL 0968e4325c5098e58eea111784dad1065cc2eda65ed7b4ebada6607a1556960c39d13714f4b2d138b5f4cae7860fcd44be8c7506737ce5b2ce0aee7dc5daad3c

diff --git a/dev-python/djangocms-video/djangocms-video-1.0.0.ebuild b/dev-python/djangocms-video/djangocms-video-1.0.0.ebuild
new file mode 100644
index 0000000..4cd5e65
--- /dev/null
+++ b/dev-python/djangocms-video/djangocms-video-1.0.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="Video plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-video"
+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-video/
@ 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:     94b1f3de1eb7b408724a1ca72f1259550b892dd5
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:18:44 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94b1f3de

dev-python/djangocms-video: version bumpt to 2.0.2

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/djangocms-video/Manifest b/dev-python/djangocms-video/Manifest
index ed7db5a..56084a4 100644
--- a/dev-python/djangocms-video/Manifest
+++ b/dev-python/djangocms-video/Manifest
@@ -1,2 +1,3 @@
 DIST djangocms-video-0.1.tar.gz 43680 SHA256 f9448651f4fad2136a03eafe5f64bf5d43a0ff96477d10287b35ecdb68187214 SHA512 0ec674e0b92c5a25ef48635eafc68b719a5d9c84d9d29fbb86ee09dedaa3701c20273b8e0fd3b735a23d087d85e5030c246cdc594ed64f9e0bfb5986b5342f2f WHIRLPOOL 051b7a9f359450c6a3a3b1ec161a7c1c5cd490f436b0d0a4bc4bce7a8de1a39ca29ad7503c806fec6119497edb91255d340c942d7c56167a069fb043f11df70d
 DIST djangocms-video-1.0.0.tar.gz 43664 SHA256 cae5d9b54305eb72c73692a177a63dcc86b8366cd6f170f1262139e25e564b4c SHA512 d8a0ab9ceaaafb09835c91389457d7dcc22ef36667ba92526135811e40b87490c67100a8bae762df5ba85c694b61f5162d8f02eb0817f97c60c0f7fcaae28baf WHIRLPOOL 0968e4325c5098e58eea111784dad1065cc2eda65ed7b4ebada6607a1556960c39d13714f4b2d138b5f4cae7860fcd44be8c7506737ce5b2ce0aee7dc5daad3c
+DIST djangocms-video-2.0.2.tar.gz 25416 SHA256 0bb08bbf067bffc227cd4349e9b67d52dccaf8d4397fcf96a08b68a577a0ca68 SHA512 d2ab6196a02c41f0995c5b4898f357dda215f7307675fe622b90c58cc14f0e3a8fe5a6e8da1df073bd9426d1186ba5f68de747797ac9b66ef98a32d46ba567e0 WHIRLPOOL 9035014d2d8608696badcead78837deac674f1d18c27ecf9c18ef717bf4eb42c768148e34d0657d10c63791a1fbe269c38f317aa14f3798e711b0c7857119b97

diff --git a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
new file mode 100644
index 00000000..2b1ae72
--- /dev/null
+++ b/dev-python/djangocms-video/djangocms-video-2.0.2.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="Video plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-video"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="test"
+
+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-video/
@ 2016-10-24  7:34 Slawek Lis
  0 siblings, 0 replies; 7+ messages in thread
From: Slawek Lis @ 2016-10-24  7:34 UTC (permalink / raw
  To: gentoo-commits

commit:     bb7589721b11da0710182c16efc9e912afedcab2
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 07:14:34 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 07:33:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb758972

dev-python/djangocms-video: Updated dependencies

Added PDEPEND to dev-python/django-cms
Updated RDEPEND to djangocms-attributes-field and django-filer

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
index 2b1ae72..318d6ea 100644
--- a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
+++ b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
@@ -17,11 +17,15 @@ KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="test"
 
-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-video/
@ 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:     6ba61ff6f1960d1441b9b931eadfb4774d6589d6
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 10:28:01 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:48 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba61ff6

dev-python/djangocms-video: Updated to use PYTHON_USEDEP

Reported in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
index df89ecaae4d..0daf5f20e92 100644
--- a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
+++ b/dev-python/djangocms-video/djangocms-video-2.0.2.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="test"
 
 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-video/
@ 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:     c820d5757bc23f79d91f64fbd76c2f1ad341904a
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 05:59:33 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 06:46:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c820d575

dev-python/djangocms-video: drop old

Also added PYTHON_USEDEP for PDEPEND

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-video/Manifest                |  2 --
 .../djangocms-video/djangocms-video-0.1.ebuild     | 23 ----------------------
 .../djangocms-video/djangocms-video-1.0.0.ebuild   | 23 ----------------------
 .../djangocms-video/djangocms-video-2.0.2.ebuild   |  2 +-
 4 files changed, 1 insertion(+), 49 deletions(-)

diff --git a/dev-python/djangocms-video/Manifest b/dev-python/djangocms-video/Manifest
index 56084a4be42..120d28f26ee 100644
--- a/dev-python/djangocms-video/Manifest
+++ b/dev-python/djangocms-video/Manifest
@@ -1,3 +1 @@
-DIST djangocms-video-0.1.tar.gz 43680 SHA256 f9448651f4fad2136a03eafe5f64bf5d43a0ff96477d10287b35ecdb68187214 SHA512 0ec674e0b92c5a25ef48635eafc68b719a5d9c84d9d29fbb86ee09dedaa3701c20273b8e0fd3b735a23d087d85e5030c246cdc594ed64f9e0bfb5986b5342f2f WHIRLPOOL 051b7a9f359450c6a3a3b1ec161a7c1c5cd490f436b0d0a4bc4bce7a8de1a39ca29ad7503c806fec6119497edb91255d340c942d7c56167a069fb043f11df70d
-DIST djangocms-video-1.0.0.tar.gz 43664 SHA256 cae5d9b54305eb72c73692a177a63dcc86b8366cd6f170f1262139e25e564b4c SHA512 d8a0ab9ceaaafb09835c91389457d7dcc22ef36667ba92526135811e40b87490c67100a8bae762df5ba85c694b61f5162d8f02eb0817f97c60c0f7fcaae28baf WHIRLPOOL 0968e4325c5098e58eea111784dad1065cc2eda65ed7b4ebada6607a1556960c39d13714f4b2d138b5f4cae7860fcd44be8c7506737ce5b2ce0aee7dc5daad3c
 DIST djangocms-video-2.0.2.tar.gz 25416 SHA256 0bb08bbf067bffc227cd4349e9b67d52dccaf8d4397fcf96a08b68a577a0ca68 SHA512 d2ab6196a02c41f0995c5b4898f357dda215f7307675fe622b90c58cc14f0e3a8fe5a6e8da1df073bd9426d1186ba5f68de747797ac9b66ef98a32d46ba567e0 WHIRLPOOL 9035014d2d8608696badcead78837deac674f1d18c27ecf9c18ef717bf4eb42c768148e34d0657d10c63791a1fbe269c38f317aa14f3798e711b0c7857119b97

diff --git a/dev-python/djangocms-video/djangocms-video-0.1.ebuild b/dev-python/djangocms-video/djangocms-video-0.1.ebuild
deleted file mode 100644
index 2342a160af4..00000000000
--- a/dev-python/djangocms-video/djangocms-video-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="Video plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-video"
-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-video/djangocms-video-1.0.0.ebuild b/dev-python/djangocms-video/djangocms-video-1.0.0.ebuild
deleted file mode 100644
index 1a588e2c735..00000000000
--- a/dev-python/djangocms-video/djangocms-video-1.0.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="Video plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-video"
-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-video/djangocms-video-2.0.2.ebuild b/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
index 0daf5f20e92..7fd40ffece8 100644
--- a/dev-python/djangocms-video/djangocms-video-2.0.2.ebuild
+++ b/dev-python/djangocms-video/djangocms-video-2.0.2.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 --
2017-05-23 10:43 [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-video/ Slawek Lis
  -- strict thread matches above, loose matches on Subject: below --
2017-06-02  6:48 Slawek Lis
2016-10-24  7:34 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