diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2007-01-06 19:27:15 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2007-01-06 19:27:15 +0000 |
commit | fb7e1bc04b557bc3f9d2990fe70e810bbf45d97f (patch) | |
tree | 50e584a9b914d25e7179271b4aea686bf9b12134 /dev-python/fpconst | |
parent | Fix typo (diff) | |
download | historical-fb7e1bc04b557bc3f9d2990fe70e810bbf45d97f.tar.gz historical-fb7e1bc04b557bc3f9d2990fe70e810bbf45d97f.tar.bz2 historical-fb7e1bc04b557bc3f9d2990fe70e810bbf45d97f.zip |
Version bump. Dropped old version.
Package-Manager: portage-2.1.2_rc4-r1
Diffstat (limited to 'dev-python/fpconst')
-rw-r--r-- | dev-python/fpconst/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/fpconst/files/digest-fpconst-0.7.3 | 3 | ||||
-rw-r--r-- | dev-python/fpconst/fpconst-0.7.3.ebuild | 19 |
3 files changed, 30 insertions, 2 deletions
diff --git a/dev-python/fpconst/ChangeLog b/dev-python/fpconst/ChangeLog index 146699eb2f46..3269692c8a9c 100644 --- a/dev-python/fpconst/ChangeLog +++ b/dev-python/fpconst/ChangeLog @@ -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 index 000000000000..6eea0e93d82d --- /dev/null +++ b/dev-python/fpconst/files/digest-fpconst-0.7.3 @@ -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 index 000000000000..259bb8695436 --- /dev/null +++ b/dev-python/fpconst/fpconst-0.7.3.ebuild @@ -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" |