Version bump. Dropped old version.
authorTiziano Müller <dev-zero@gentoo.org>
Sat, 6 Jan 2007 19:27:15 +0000 (19:27 +0000)
committerTiziano Müller <dev-zero@gentoo.org>
Sat, 6 Jan 2007 19:27:15 +0000 (19:27 +0000)
Package-Manager: portage-2.1.2_rc4-r1

dev-python/fpconst/ChangeLog
dev-python/fpconst/files/digest-fpconst-0.7.3 [new file with mode: 0644]
dev-python/fpconst/fpconst-0.7.3.ebuild [new file with mode: 0644]

index 146699eb2f466ebeb86eebd9c914689a890896a9..3269692c8a9c7a03ee66c120472914c1d5fa27d6 100644 (file)
@@ -1,6 +1,12 @@
 # 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:
diff --git a/dev-python/fpconst/files/digest-fpconst-0.7.3 b/dev-python/fpconst/files/digest-fpconst-0.7.3
new file mode 100644 (file)
index 0000000..6eea0e9
--- /dev/null
@@ -0,0 +1,3 @@
+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
diff --git a/dev-python/fpconst/fpconst-0.7.3.ebuild b/dev-python/fpconst/fpconst-0.7.3.ebuild
new file mode 100644 (file)
index 0000000..259bb86
--- /dev/null
@@ -0,0 +1,19 @@
+# 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"