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

commit:     8af2da2c8f6920cbf2645e58a9dd3ee474e358b4
Author:     Sławomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  5 12:26:44 2015 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Thu Nov  5 12:36:32 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af2da2c

Added djangocms-picture

Package-Manager: portage-2.2.23

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

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
new file mode 100644
index 0000000..d9d7c94
--- /dev/null
+++ b/dev-python/djangocms-picture/Manifest
@@ -0,0 +1 @@
+DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc

diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
new file mode 100644
index 0000000..bd714dc
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-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="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+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-picture/metadata.xml b/dev-python/djangocms-picture/metadata.xml
new file mode 100644
index 0000000..e3ff5b2
--- /dev/null
+++ b/dev-python/djangocms-picture/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] 9+ messages in thread

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

commit:     41cb9ba380147d427638f0e6db1d0ed713e7280f
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 19:15:40 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 19:15:40 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41cb9ba3

dev-python/djangocms-picture: Add missing PYTHON_USEDEP

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

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

diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
index 14c968b..22a6354 100644
--- a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
+++ b/dev-python/djangocms-picture/djangocms-picture-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-picture/metadata.xml b/dev-python/djangocms-picture/metadata.xml
index 0b1cf3e..0cefb97 100644
--- a/dev-python/djangocms-picture/metadata.xml
+++ b/dev-python/djangocms-picture/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] 9+ messages in thread

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

commit:     ef24dfcb5b6f3173b9cdbb37937e3904e668cd40
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 06:46:09 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 06:51:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef24dfcb

version bump

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
index d9d7c94..e4a1e7f 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1 +1,2 @@
 DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
+DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421

diff --git a/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild b/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
new file mode 100644
index 0000000..54152d9
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-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="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+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] 9+ messages in thread

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

commit:     499f81b92c73aae974af1b4ff37cca0e0efbbfbe
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 22 19:24:15 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 19:36:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=499f81b9

dev-python/djangocms-picture: version bump to 2.0.2

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
index e4a1e7f..7376c5b 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1,2 +1,3 @@
 DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
 DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
+DIST djangocms-picture-2.0.2.tar.gz 24425 SHA256 53de977b83e27173a1d9d582935c461cf9b4e8b7d360168d1d9a7ad81186771d SHA512 7ffa5748a4484e0f5c4d08715ff941e9830f42651c04d386bc443f7308f285af75a0215f0e28ba00d7de1b0f97585693f28ac117097788524e7ecf490a63ec58 WHIRLPOOL e58772dedc9be347cd07f667ad428c1138b348ee27004dd77a72bebe77e6738e2bbb2484b05be0d3d9a095c2b5c34514ee0f0d63ea18d892fb3c2fa42b7f4e21

diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
new file mode 100644
index 00000000..0653b4c
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-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="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+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
+"
+
+src_prepare() {
+	sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
+	eapply_user
+}


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

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

commit:     1d9c4ad727e07287e58c822f6aca62c419b844c7
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 24 07:32:29 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 07:33:58 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d9c4ad7

dev-python/djangocms-picture: updated dependencies

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

Package-Manager: portage-2.3.2

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

diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
index 0653b4c..051385d 100644
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
+++ b/dev-python/djangocms-picture/djangocms-picture-2.0.2.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] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-picture/
@ 2016-11-08  8:13 Slawek Lis
  0 siblings, 0 replies; 9+ messages in thread
From: Slawek Lis @ 2016-11-08  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     58cf3b4a95250ff8eb557a4d3b20f5bb0c81369b
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 08:13:40 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 08:13:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cf3b4a

dev-python/djangocms-picture: removed version 2.0.2

Package-Manager: portage-2.3.2

 dev-python/djangocms-picture/Manifest              |  1 -
 .../djangocms-picture-2.0.2.ebuild                 | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
index 34df62e..4696e0a 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1,4 +1,3 @@
 DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
 DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
-DIST djangocms-picture-2.0.2.tar.gz 24425 SHA256 53de977b83e27173a1d9d582935c461cf9b4e8b7d360168d1d9a7ad81186771d SHA512 7ffa5748a4484e0f5c4d08715ff941e9830f42651c04d386bc443f7308f285af75a0215f0e28ba00d7de1b0f97585693f28ac117097788524e7ecf490a63ec58 WHIRLPOOL e58772dedc9be347cd07f667ad428c1138b348ee27004dd77a72bebe77e6738e2bbb2484b05be0d3d9a095c2b5c34514ee0f0d63ea18d892fb3c2fa42b7f4e21
 DIST djangocms-picture-2.0.3.tar.gz 24484 SHA256 1378c5a0b145e5878515c604bef1ca6912c360a287f0743497c68a45d561847c SHA512 b8e4ebb152c0d4d1e61b575655b40cc2b567b1acb4a4853205e471b38800f645d0e18c7039f305f34d93b47f9053ab649f259d0fb96d292f4e7d1a152d5941e9 WHIRLPOOL 2cc03db9ad5c548aaf62dd2cfc30d91a5390fdfdaf07a77668495dbf8b376efcb7bd4a1c07f1a995165c9a9d5519fab5f7cb2672d017013de2d285e2ff8765fe

diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
deleted file mode 100644
index 3eb80a3..00000000
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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_{4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Picture plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-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"
-	eapply_user
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-picture/
@ 2016-11-08  8:13 Slawek Lis
  0 siblings, 0 replies; 9+ messages in thread
From: Slawek Lis @ 2016-11-08  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     3939ef63a6b815eca2ab8785d655d93598de09a2
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  8 08:13:00 2016 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue Nov  8 08:13:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3939ef63

dev-python/djangocms-picture: bumped to version 2.0.3

Package-Manager: portage-2.3.2

 dev-python/djangocms-picture/Manifest              |  1 +
 .../djangocms-picture-2.0.3.ebuild                 | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
index 7376c5b..34df62e 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1,3 +1,4 @@
 DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
 DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
 DIST djangocms-picture-2.0.2.tar.gz 24425 SHA256 53de977b83e27173a1d9d582935c461cf9b4e8b7d360168d1d9a7ad81186771d SHA512 7ffa5748a4484e0f5c4d08715ff941e9830f42651c04d386bc443f7308f285af75a0215f0e28ba00d7de1b0f97585693f28ac117097788524e7ecf490a63ec58 WHIRLPOOL e58772dedc9be347cd07f667ad428c1138b348ee27004dd77a72bebe77e6738e2bbb2484b05be0d3d9a095c2b5c34514ee0f0d63ea18d892fb3c2fa42b7f4e21
+DIST djangocms-picture-2.0.3.tar.gz 24484 SHA256 1378c5a0b145e5878515c604bef1ca6912c360a287f0743497c68a45d561847c SHA512 b8e4ebb152c0d4d1e61b575655b40cc2b567b1acb4a4853205e471b38800f645d0e18c7039f305f34d93b47f9053ab649f259d0fb96d292f4e7d1a152d5941e9 WHIRLPOOL 2cc03db9ad5c548aaf62dd2cfc30d91a5390fdfdaf07a77668495dbf8b376efcb7bd4a1c07f1a995165c9a9d5519fab5f7cb2672d017013de2d285e2ff8765fe

diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild
new file mode 100644
index 00000000..051385d
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild
@@ -0,0 +1,33 @@
+# 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="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+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"
+	eapply_user
+}


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

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

commit:     5ee976ed93b4c306dd0d2ab987f6afbd7a1b9948
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Tue May 23 09:47:56 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Tue May 23 10:37:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee976ed

dev-python/djangocms-picture: version bump to 2.0.5

Also updated to use PYTHON_USEDEP as in bug 618924

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-picture/Manifest              |  1 +
 .../djangocms-picture-2.0.5.ebuild                 | 32 ++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
index 4696e0a4e05..18cebdb40cb 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1,3 +1,4 @@
 DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
 DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
 DIST djangocms-picture-2.0.3.tar.gz 24484 SHA256 1378c5a0b145e5878515c604bef1ca6912c360a287f0743497c68a45d561847c SHA512 b8e4ebb152c0d4d1e61b575655b40cc2b567b1acb4a4853205e471b38800f645d0e18c7039f305f34d93b47f9053ab649f259d0fb96d292f4e7d1a152d5941e9 WHIRLPOOL 2cc03db9ad5c548aaf62dd2cfc30d91a5390fdfdaf07a77668495dbf8b376efcb7bd4a1c07f1a995165c9a9d5519fab5f7cb2672d017013de2d285e2ff8765fe
+DIST djangocms-picture-2.0.5.tar.gz 32329 SHA256 8d890452dd2fdfbcc3d1601411deea6664b01ec870c2791d39d2b1d27db740c7 SHA512 df4ba02d06966d7cee38254baadea5eeb5197557cbda1e8a202e45420881b6216efcc49fa8a6e9f9af30507a93ee2f7110e14e5ae3a645b889c990dfaca3a499 WHIRLPOOL 228022352e3ec8486fcb2cce07130169586f5f92cdc2f7c2221f2fa5d798c72d85ea96a1ce728802b29643409091016e24a1851dcadd728672b0bf17c7b4be9e

diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
new file mode 100644
index 00000000000..7c68b9e97d2
--- /dev/null
+++ b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
@@ -0,0 +1,32 @@
+# 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} )
+
+inherit distutils-r1
+
+DESCRIPTION="Picture plugin for django CMS"
+HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/djangocms-attributes-field-0.1.1[${PYTHON_USEDEP}]
+	>=dev-python/django-filer-1.2.4[${PYTHON_USEDEP}]
+"
+DEPEND="
+	${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+PDEPEND=">=dev-python/django-cms-3.2.0"
+
+src_prepare() {
+	sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
+	eapply_user
+}


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

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

commit:     1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a
Author:     Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  2 06:34:36 2017 +0000
Commit:     Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  2 06:46:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe05d9f

dev-python/djangocms-picture: drop old

Also fixed PDEPEND to use PYTHON_USEDEP

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/djangocms-picture/Manifest              |  3 --
 .../djangocms-picture/djangocms-picture-0.1.ebuild | 23 ----------------
 .../djangocms-picture-1.0.0.ebuild                 | 23 ----------------
 .../djangocms-picture-2.0.3.ebuild                 | 32 ----------------------
 .../djangocms-picture-2.0.5.ebuild                 |  2 +-
 5 files changed, 1 insertion(+), 82 deletions(-)

diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
index 18cebdb40cb..30dd5a3b5e8 100644
--- a/dev-python/djangocms-picture/Manifest
+++ b/dev-python/djangocms-picture/Manifest
@@ -1,4 +1 @@
-DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
-DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
-DIST djangocms-picture-2.0.3.tar.gz 24484 SHA256 1378c5a0b145e5878515c604bef1ca6912c360a287f0743497c68a45d561847c SHA512 b8e4ebb152c0d4d1e61b575655b40cc2b567b1acb4a4853205e471b38800f645d0e18c7039f305f34d93b47f9053ab649f259d0fb96d292f4e7d1a152d5941e9 WHIRLPOOL 2cc03db9ad5c548aaf62dd2cfc30d91a5390fdfdaf07a77668495dbf8b376efcb7bd4a1c07f1a995165c9a9d5519fab5f7cb2672d017013de2d285e2ff8765fe
 DIST djangocms-picture-2.0.5.tar.gz 32329 SHA256 8d890452dd2fdfbcc3d1601411deea6664b01ec870c2791d39d2b1d27db740c7 SHA512 df4ba02d06966d7cee38254baadea5eeb5197557cbda1e8a202e45420881b6216efcc49fa8a6e9f9af30507a93ee2f7110e14e5ae3a645b889c990dfaca3a499 WHIRLPOOL 228022352e3ec8486fcb2cce07130169586f5f92cdc2f7c2221f2fa5d798c72d85ea96a1ce728802b29643409091016e24a1851dcadd728672b0bf17c7b4be9e

diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
deleted file mode 100644
index 40afee555de..00000000000
--- a/dev-python/djangocms-picture/djangocms-picture-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="Picture plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
-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-picture/djangocms-picture-1.0.0.ebuild b/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
deleted file mode 100644
index 8bc19f93547..00000000000
--- a/dev-python/djangocms-picture/djangocms-picture-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="Picture plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
-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-picture/djangocms-picture-2.0.3.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild
deleted file mode 100644
index af7f7bbc623..00000000000
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
-
-inherit distutils-r1
-
-DESCRIPTION="Picture plugin for django CMS"
-HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-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"
-	eapply_user
-}

diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
index 7c68b9e97d2..15cc1410a40 100644
--- a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
+++ b/dev-python/djangocms-picture/djangocms-picture-2.0.5.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] 9+ messages in thread

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08  8:13 [gentoo-commits] repo/gentoo:master commit in: dev-python/djangocms-picture/ 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-11-08  8:13 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