[weasel-commit] Source: fpconst=0.7.3-1

  • From: rbuilder@xxxxxxxxx
  • To: weasel-commit@xxxxxxxxxxxxx
  • Date: Sun, 10 Jan 2010 13:14:02 -0500

================================
fpconst:source=0.7.3-1
cvc rdiff fpconst -1 /weasel.rpath.org@wgl:3-devel/0.7.3-1
================================
0.7.3-1 Filip Brcic (brcha@xxxxxxx) Sun Jan 10 13:13:55 2010
    fpconst 0.7.3

fpconst-0.7.3.tar.gz: new
fpconst.recipe: new
--- /dev/null
+++ fpconst.recipe
@@ -0,0 +27 @@
+#
+# Copyright (c) 2010 Filip Brcic <brcha@xxxxxxxxxxxx>
+# Distributed under the terms of the GNU General Public License v3
+#
+
+class Fpconst(CPackageRecipe):
+    name = 'fpconst'
+    version = '0.7.3'
+
+    buildRequires = [
+        'python:devel'
+        ]
+
+    shortDesc  = 'Floating point IEEE 754 python module'
+    longDesc   = """
+Python Module for handling IEEE 754 floating point special values
+"""
+    url        = 'http://pypi.python.org/pypi/fpconst'
+    licenses   = [ 'GPL-2' ]
+    categories = [ 'Development/Python' ]
+
+    def setup(r):
+        r.addArchive('mirror://sourceforge/rsoap/')
+
+        r.PythonSetup()
+
+        r.Doc('pep-0754.txt')


Committed by: brcha

Other related posts: