Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-dev
| Navigation: |
|
Lists:
gentoo-dev:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
<gentoo-dev@g.o>, <arfrever@g.o>
|
|
From:
|
Jeremy Olexa <darkside@g.o>
|
|
Subject:
|
Re: [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: python-openid-2.2.4.ebuild
|
|
Date:
|
Tue, 29 Jun 2010 02:05:54 +0000
|
|
On Mon, 28 Jun 2010 19:42:27 +0000 (UTC), "Arfrever Frehtes Taifersar
Arahesis (arfrever)" <arfrever@g.o> wrote:
> arfrever 10/06/28 19:42:27
>
> Modified: python-openid-2.2.4.ebuild
> Log:
> Fix dependencies.
> (Portage version: HEAD/cvs/Linux x86_64)
Is there any reason you are so non-verbose here? 'cvs log' or '$EDITOR
ChangeLog' equally give us no information about your commit. You are
making it hard on other devs in my opinion, I don't think intentionally,
but can't you just use the ChangeLog more?? At least, that is my small
request and I think others feel the same. If not, I will quietly go back
in my corner.
-Jeremy
> Index: python-openid-2.2.4.ebuild
> ===================================================================
> -EAPI="2"
> -
> -NEED_PYTHON="2.5"
> +EAPI="3"
> +PYTHON_DEPEND="2:2.5"
> SUPPORT_PYTHON_ABIS="1"
> +RESTRICT_PYTHON_ABIS="2.4 3.*"
>
> inherit eutils distutils
>
> @@ -22,7 +22,6 @@
> postgres? ( dev-python/psycopg )
> sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
> DEPEND="${RDEPEND}"
> -RESTRICT_PYTHON_ABIS="3.*"
|
|