summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 19:37:12 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-10-25 19:37:12 +0000
commit799ce64e3e56666d6a9f7fb7837ea2be4f2993be (patch)
tree385e4253bbf0cf87ff45ea615d9ae2d1246cf279 /dev-python/fpconst
parentBump revision adding a static-libs USE flag to disable libarchive.a build; al... (diff)
downloadgentoo-2-799ce64e3e56666d6a9f7fb7837ea2be4f2993be.tar.gz
gentoo-2-799ce64e3e56666d6a9f7fb7837ea2be4f2993be.tar.bz2
gentoo-2-799ce64e3e56666d6a9f7fb7837ea2be4f2993be.zip
Set SUPPORT_PYTHON_ABIS.
(Portage version: 14724-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r--dev-python/fpconst/ChangeLog6
-rw-r--r--dev-python/fpconst/fpconst-0.7.3.ebuild9
2 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog
index 69540244f04e..8ee502d82840 100644
--- a/dev-python/fpconst/ChangeLog
+++ b/dev-python/fpconst/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.25 2009/10/10 17:00:37 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.26 2009/10/25 19:37:12 arfrever Exp $
+
+ 25 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ fpconst-0.7.3.ebuild:
+ Set SUPPORT_PYTHON_ABIS.
10 Oct 2009; Fabian Groffen <grobian@gentoo.org> fpconst-0.7.3.ebuild:
Merge from Prefix
diff --git a/dev-python/fpconst/fpconst-0.7.3.ebuild b/dev-python/fpconst/fpconst-0.7.3.ebuild
index 3eae4d81b47c..64c9f74e3a12 100644
--- a/dev-python/fpconst/fpconst-0.7.3.ebuild
+++ b/dev-python/fpconst/fpconst-0.7.3.ebuild
@@ -1,11 +1,14 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.9 2009/10/24 10:34:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3.ebuild,v 1.10 2009/10/25 19:37:12 arfrever Exp $
+
+EAPI="2"
+SUPPORT_PYTHON_ABIS="1"
inherit distutils
DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
-HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/"
+HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
@@ -15,5 +18,7 @@ IUSE=""
DEPEND=""
RDEPEND=""
+RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_MODNAME="fpconst.py"
DOCS="pep-0754.txt"