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-picture/
Date: Fri, 02 Jun 2017 06:48:59
Message-Id: 1496386009.1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a.slis@gentoo
1 commit: 1fe05d9fc7e50d4a97a19ecb9c28c72081f6523a
2 Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 2 06:34:36 2017 +0000
4 Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 2 06:46:49 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe05d9f
7
8 dev-python/djangocms-picture: drop old
9
10 Also fixed PDEPEND to use PYTHON_USEDEP
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13
14 dev-python/djangocms-picture/Manifest | 3 --
15 .../djangocms-picture/djangocms-picture-0.1.ebuild | 23 ----------------
16 .../djangocms-picture-1.0.0.ebuild | 23 ----------------
17 .../djangocms-picture-2.0.3.ebuild | 32 ----------------------
18 .../djangocms-picture-2.0.5.ebuild | 2 +-
19 5 files changed, 1 insertion(+), 82 deletions(-)
20
21 diff --git a/dev-python/djangocms-picture/Manifest b/dev-python/djangocms-picture/Manifest
22 index 18cebdb40cb..30dd5a3b5e8 100644
23 --- a/dev-python/djangocms-picture/Manifest
24 +++ b/dev-python/djangocms-picture/Manifest
25 @@ -1,4 +1 @@
26 -DIST djangocms-picture-0.1.tar.gz 33969 SHA256 c9d553c712a062bb8997a2862f8349c545a481ee5bdbde16b8c7cbf35026cbd3 SHA512 ea925d873d32e2a1fdb789bf51758c3d7dacd295bbe217be4fb490b3cd26e452c17895c52713f6405edba83e6dead68596ed5c19d5bca22dff5f762e175e490c WHIRLPOOL 1a1feb08c3f5fda9a3775df4839335be1960a9bcf70ff75b79923197b9b6e09075a9744de9ec474bf1a74ab81e02e602b624728b0598089021857fb7a0cf55bc
27 -DIST djangocms-picture-1.0.0.tar.gz 35127 SHA256 38b40f36362114aa8978864c5c9afd13aa904c0d2f92f7a86f22b766ddf2d9ac SHA512 863c7f6d542b5a847627f509e61be90f192fa619d56aac08fa7c6bf1c462124d598d99915834ac746f08b0250477ca6cca69bde6bafb7169aced98757b2e838c WHIRLPOOL e923581fbd0c38cdec771a1fa45730ac0e735bd574166008a5e58197cb37a73bb9c6fb7ed35c4f8ff6fe55bb81bb07eb3f568ff7a85d462e931c3e19a59ec421
28 -DIST djangocms-picture-2.0.3.tar.gz 24484 SHA256 1378c5a0b145e5878515c604bef1ca6912c360a287f0743497c68a45d561847c SHA512 b8e4ebb152c0d4d1e61b575655b40cc2b567b1acb4a4853205e471b38800f645d0e18c7039f305f34d93b47f9053ab649f259d0fb96d292f4e7d1a152d5941e9 WHIRLPOOL 2cc03db9ad5c548aaf62dd2cfc30d91a5390fdfdaf07a77668495dbf8b376efcb7bd4a1c07f1a995165c9a9d5519fab5f7cb2672d017013de2d285e2ff8765fe
29 DIST djangocms-picture-2.0.5.tar.gz 32329 SHA256 8d890452dd2fdfbcc3d1601411deea6664b01ec870c2791d39d2b1d27db740c7 SHA512 df4ba02d06966d7cee38254baadea5eeb5197557cbda1e8a202e45420881b6216efcc49fa8a6e9f9af30507a93ee2f7110e14e5ae3a645b889c990dfaca3a499 WHIRLPOOL 228022352e3ec8486fcb2cce07130169586f5f92cdc2f7c2221f2fa5d798c72d85ea96a1ce728802b29643409091016e24a1851dcadd728672b0bf17c7b4be9e
30
31 diff --git a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild b/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
32 deleted file mode 100644
33 index 40afee555de..00000000000
34 --- a/dev-python/djangocms-picture/djangocms-picture-0.1.ebuild
35 +++ /dev/null
36 @@ -1,23 +0,0 @@
37 -# Copyright 1999-2015 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="5"
41 -
42 -PYTHON_COMPAT=( python{2_7,3_4} )
43 -
44 -inherit distutils-r1
45 -
46 -DESCRIPTION="Picture plugin for django CMS"
47 -HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
48 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49 -
50 -LICENSE="BSD"
51 -KEYWORDS="~amd64 ~x86"
52 -SLOT="0"
53 -IUSE=""
54 -
55 -RDEPEND=""
56 -DEPEND="
57 - ${RDEPEND}
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 -"
60
61 diff --git a/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild b/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
62 deleted file mode 100644
63 index 8bc19f93547..00000000000
64 --- a/dev-python/djangocms-picture/djangocms-picture-1.0.0.ebuild
65 +++ /dev/null
66 @@ -1,23 +0,0 @@
67 -# Copyright 1999-2016 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI="5"
71 -
72 -PYTHON_COMPAT=( python{2_7,3_4} )
73 -
74 -inherit distutils-r1
75 -
76 -DESCRIPTION="Picture plugin for django CMS"
77 -HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="BSD"
81 -KEYWORDS="~amd64 ~x86"
82 -SLOT="0"
83 -IUSE=""
84 -
85 -RDEPEND=""
86 -DEPEND="
87 - ${RDEPEND}
88 - dev-python/setuptools
89 -"
90
91 diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild
92 deleted file mode 100644
93 index af7f7bbc623..00000000000
94 --- a/dev-python/djangocms-picture/djangocms-picture-2.0.3.ebuild
95 +++ /dev/null
96 @@ -1,32 +0,0 @@
97 -# Copyright 1999-2016 Gentoo Foundation
98 -# Distributed under the terms of the GNU General Public License v2
99 -
100 -EAPI="6"
101 -
102 -PYTHON_COMPAT=( python{2_7,3_{3,4,5}} )
103 -
104 -inherit distutils-r1
105 -
106 -DESCRIPTION="Picture plugin for django CMS"
107 -HOMEPAGE="https://pypi.python.org/pypi/djangocms-picture"
108 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
109 -
110 -LICENSE="BSD"
111 -KEYWORDS="~amd64 ~x86"
112 -SLOT="0"
113 -IUSE=""
114 -
115 -RDEPEND="
116 - >=dev-python/djangocms-attributes-field-0.1.1
117 - >=dev-python/django-filer-1.2.4
118 -"
119 -DEPEND="
120 - ${RDEPEND}
121 - dev-python/setuptools
122 -"
123 -PDEPEND=">=dev-python/django-cms-3.2.0"
124 -
125 -src_prepare() {
126 - sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"
127 - eapply_user
128 -}
129
130 diff --git a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
131 index 7c68b9e97d2..15cc1410a40 100644
132 --- a/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
133 +++ b/dev-python/djangocms-picture/djangocms-picture-2.0.5.ebuild
134 @@ -24,7 +24,7 @@ DEPEND="
135 ${RDEPEND}
136 dev-python/setuptools[${PYTHON_USEDEP}]
137 "
138 -PDEPEND=">=dev-python/django-cms-3.2.0"
139 +PDEPEND=">=dev-python/django-cms-3.2.0[${PYTHON_USEDEP}]"
140
141 src_prepare() {
142 sed -i 's/find_packages()/find_packages(exclude=["tests"])/g' "${S}/setup.py"