Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/processing/
Date: Fri, 28 Aug 2015 07:57:32
Message-Id: 1440748644.be48acd7e98cbf7f5cc04dfe32f3f60cdd1e7959.jlec@gentoo
1 commit: be48acd7e98cbf7f5cc04dfe32f3f60cdd1e7959
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 07:57:18 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 07:57:24 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be48acd7
7
8 dev-python/processing: Drop berlios.de from HOMEPAGE
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/processing/processing-0.52-r1.ebuild | 9 +++++----
14 1 file changed, 5 insertions(+), 4 deletions(-)
15
16 diff --git a/dev-python/processing/processing-0.52-r1.ebuild b/dev-python/processing/processing-0.52-r1.ebuild
17 index 2657903..0f9197f 100644
18 --- a/dev-python/processing/processing-0.52-r1.ebuild
19 +++ b/dev-python/processing/processing-0.52-r1.ebuild
20 @@ -12,14 +12,15 @@ inherit distutils-r1 flag-o-matic
21 KEYWORDS="~amd64 ~x86"
22
23 DESCRIPTION="Package for using processes, which mimics the threading module API"
24 -HOMEPAGE="http://pyprocessing.berlios.de/ https://pypi.python.org/pypi/processing"
25 +HOMEPAGE="https://pypi.python.org/pypi/processing"
26 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
27
28 LICENSE="BSD"
29 SLOT="0"
30 IUSE=""
31
32 -DEPEND="app-arch/unzip
33 +DEPEND="
34 + app-arch/unzip
35 dev-python/setuptools[${PYTHON_USEDEP}]"
36 RDEPEND="${PYTHON_DEPS}"
37
38 @@ -27,7 +28,7 @@ pkg_setup() {
39 python-single-r1_pkg_setup
40 }
41
42 -src_prepare() {
43 - distutils-r1_src_prepare
44 +python_prepare_all() {
45 append-flags -fno-strict-aliasing
46 + distutils-r1_src_prepare_all
47 }