summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 23:04:44 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-23 23:04:44 +0000
commit6a323d5a69badb205193dc9a7300266b37ee0733 (patch)
treeeeaf61a5129ce090e8de1defc2946d69949e5cc8 /dev-python/pystatgrab
parentFix HOMEPAGE, since it has moved (diff)
downloadgentoo-2-6a323d5a69badb205193dc9a7300266b37ee0733.tar.gz
gentoo-2-6a323d5a69badb205193dc9a7300266b37ee0733.tar.bz2
gentoo-2-6a323d5a69badb205193dc9a7300266b37ee0733.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: HEAD/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pystatgrab')
-rw-r--r--dev-python/pystatgrab/ChangeLog8
-rw-r--r--dev-python/pystatgrab/pystatgrab-0.5.ebuild12
2 files changed, 15 insertions, 5 deletions
diff --git a/dev-python/pystatgrab/ChangeLog b/dev-python/pystatgrab/ChangeLog
index 158fda501c8d..4b21e4df2be2 100644
--- a/dev-python/pystatgrab/ChangeLog
+++ b/dev-python/pystatgrab/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pystatgrab
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.8 2008/05/19 17:14:15 drac Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/ChangeLog,v 1.9 2010/07/23 23:04:44 arfrever Exp $
+
+ 23 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ pystatgrab-0.5.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
19 May 2008; Samuli Suominen <drac@gentoo.org> pystatgrab-0.3.ebuild:
Move pkgconfig to DEPEND.
diff --git a/dev-python/pystatgrab/pystatgrab-0.5.ebuild b/dev-python/pystatgrab/pystatgrab-0.5.ebuild
index 7a4e59386c77..7872938b7964 100644
--- a/dev-python/pystatgrab/pystatgrab-0.5.ebuild
+++ b/dev-python/pystatgrab/pystatgrab-0.5.ebuild
@@ -1,6 +1,11 @@
-# Copyright 1999-2007 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/pystatgrab/pystatgrab-0.5.ebuild,v 1.1 2007/07/15 09:06:42 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pystatgrab/pystatgrab-0.5.ebuild,v 1.2 2010/07/23 23:04:44 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
inherit distutils
@@ -8,13 +13,14 @@ DESCRIPTION=" pystatgrab is a set of Python bindings for the libstatgrab library
HOMEPAGE="http://www.i-scream.org/pystatgrab/"
SRC_URI="http://www.mirrorservice.org/sites/ftp.i-scream.org/pub/i-scream/pystatgrab/${P}.tar.gz"
-IUSE=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
+IUSE=""
RDEPEND=">=sys-libs/libstatgrab-0.13"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
DOCS="AUTHORS NEWS"
+PYTHON_MODNAME="statgrab.py"