diff options
author | 2010-06-30 02:16:42 +0000 | |
---|---|---|
committer | 2010-06-30 02:16:42 +0000 | |
commit | b381df15ed1c69f7dec44833d9b6e783ff8e80db (patch) | |
tree | 4801fa4e7943815d3419507ee924e8b32ad30275 /dev-python/guppy | |
parent | Delete older ebuilds. (diff) | |
download | gentoo-2-b381df15ed1c69f7dec44833d9b6e783ff8e80db.tar.gz gentoo-2-b381df15ed1c69f7dec44833d9b6e783ff8e80db.tar.bz2 gentoo-2-b381df15ed1c69f7dec44833d9b6e783ff8e80db.zip |
Set PYTHON_DEPEND.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/guppy')
-rw-r--r-- | dev-python/guppy/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/guppy/guppy-0.1.9.ebuild | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/dev-python/guppy/ChangeLog b/dev-python/guppy/ChangeLog index 1920c675451a..d1c9d784d7a5 100644 --- a/dev-python/guppy/ChangeLog +++ b/dev-python/guppy/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/guppy -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/ChangeLog,v 1.11 2009/09/08 20:45:10 arfrever Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/ChangeLog,v 1.12 2010/06/30 02:16:42 arfrever Exp $ + + 30 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + guppy-0.1.9.ebuild: + Set PYTHON_DEPEND. 08 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> guppy-0.1.9.ebuild: diff --git a/dev-python/guppy/guppy-0.1.9.ebuild b/dev-python/guppy/guppy-0.1.9.ebuild index f9746a8abbdc..3b87982e73fe 100644 --- a/dev-python/guppy/guppy-0.1.9.ebuild +++ b/dev-python/guppy/guppy-0.1.9.ebuild @@ -1,15 +1,17 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9.ebuild,v 1.2 2009/09/08 20:45:10 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/guppy/guppy-0.1.9.ebuild,v 1.3 2010/06/30 02:16:42 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Guppy-PE -- A Python Programming Environment" -HOMEPAGE="http://guppy-pe.sourceforge.net/" -SRC_URI="http://pypi.python.org/packages/source/g/${PN}/${P}.tar.gz" +HOMEPAGE="http://guppy-pe.sourceforge.net/ http://pypi.python.org/pypi/guppy" +SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" @@ -18,7 +20,6 @@ IUSE="" DEPEND="" RDEPEND="" -RESTRICT_PYTHON_ABIS="3.*" DOCS="ANNOUNCE ChangeLog" |