# ChangeLog for dev-python/fpconst
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.17 2006/12/28 17:42:27 the_paya Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.18 2007/01/06 19:27:15 dev-zero Exp $
+
+*fpconst-0.7.3 (06 Jan 2007)
+
+ 06 Jan 2007; Tiziano Müller <dev-zero@gentoo.org> -fpconst-0.6.0.ebuild,
+ +fpconst-0.7.3.ebuild:
+ Version bump. Dropped old version.
28 Dec 2006; Javier Villavicencio <the_paya@gentoo.org>
fpconst-0.7.2.ebuild:
--- /dev/null
+MD5 13884b81da3335b2ec4b6ea1dc26b6fa fpconst-0.7.3.tar.gz 9697
+RMD160 3c4f7f7c0e106114abe98ca0086ef3326d09c7e8 fpconst-0.7.3.tar.gz 9697
+SHA256 1a5c2e4a1ecefd9981988cea15068699eccbc55e350af3471e782083d390c727 fpconst-0.7.3.tar.gz 9697
--- /dev/null
+# Copyright 1999-2007 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.1 2007/01/06 19:27:15 dev-zero Exp $
+
+inherit distutils
+
+DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
+HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/"
+SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
+
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86 ~x86-fbsd"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+DOCS="pep-0754.txt"