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/fpconst-0.7.3.ebuild
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/fpconst-0.7.3.ebuild')
-rw-r--r--dev-python/fpconst/fpconst-0.7.3.ebuild9
1 files changed, 7 insertions, 2 deletions
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"