Gentoo Archives: gentoo-dev

From: Jeremy Olexa <darkside@g.o>
To: gentoo-dev@l.g.o, arfrever@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: python-openid-2.2.4.ebuild
Date: Mon, 28 Jun 2010 19:59:38
Message-Id: 48898e163b259e231be01e6bb1d928fe@localhost
1 On Mon, 28 Jun 2010 19:42:27 +0000 (UTC), "Arfrever Frehtes Taifersar
2 Arahesis (arfrever)" <arfrever@g.o> wrote:
3 > arfrever 10/06/28 19:42:27
4 >
5 > Modified: python-openid-2.2.4.ebuild
6 > Log:
7 > Fix dependencies.
8 > (Portage version: HEAD/cvs/Linux x86_64)
9
10 Is there any reason you are so non-verbose here? 'cvs log' or '$EDITOR
11 ChangeLog' equally give us no information about your commit. You are
12 making it hard on other devs in my opinion, I don't think intentionally,
13 but can't you just use the ChangeLog more?? At least, that is my small
14 request and I think others feel the same. If not, I will quietly go back
15 in my corner.
16
17 -Jeremy
18
19 > Index: python-openid-2.2.4.ebuild
20 > ===================================================================
21 > -EAPI="2"
22 > -
23 > -NEED_PYTHON="2.5"
24 > +EAPI="3"
25 > +PYTHON_DEPEND="2:2.5"
26 > SUPPORT_PYTHON_ABIS="1"
27 > +RESTRICT_PYTHON_ABIS="2.4 3.*"
28 >
29 > inherit eutils distutils
30 >
31 > @@ -22,7 +22,6 @@
32 > postgres? ( dev-python/psycopg )
33 > sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
34 > DEPEND="${RDEPEND}"
35 > -RESTRICT_PYTHON_ABIS="3.*"

Replies