[csw-devel] SF.net SVN: gar:[6436] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Thu Sep 24 01:12:36 CEST 2009


Revision: 6436
          http://gar.svn.sourceforge.net/gar/?rev=6436&view=rev
Author:   skayser
Date:     2009-09-23 23:12:36 +0000 (Wed, 23 Sep 2009)

Log Message:
-----------
pyfpconst: initial commit

Added Paths:
-----------
    csw/mgar/pkg/pyfpconst/
    csw/mgar/pkg/pyfpconst/branches/
    csw/mgar/pkg/pyfpconst/tags/
    csw/mgar/pkg/pyfpconst/trunk/
    csw/mgar/pkg/pyfpconst/trunk/Makefile
    csw/mgar/pkg/pyfpconst/trunk/checksums
    csw/mgar/pkg/pyfpconst/trunk/files/


Property changes on: csw/mgar/pkg/pyfpconst/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/pyfpconst/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyfpconst/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/pyfpconst/trunk/Makefile	2009-09-23 23:12:36 UTC (rev 6436)
@@ -0,0 +1,23 @@
+GARNAME = pyfpconst
+GARVERSION = 0.7.2
+CATEGORIES = python
+
+DESCRIPTION = Utilities for handling IEEE 754 floating point special values
+define BLURB
+  This python module implements constants and functions for working with
+  IEEE754 double-precision special values.  It provides constants for
+  Not-a-Number (NaN), Positive Infinity (PosInf), and Negative Infinity
+  (NegInf), as well as functions to test for these values.
+endef
+
+MASTER_SITES = http://pypi.python.org/packages/source/f/fpconst/
+DISTNAME = fpconst-$(GARVERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+PACKAGES = CSWpyfpconst
+CATALOGNAME = py_fpconst
+ARCHALL = 1
+
+TEST_SCRIPTS = 
+
+include gar/category.mk

Added: csw/mgar/pkg/pyfpconst/trunk/checksums
===================================================================
--- csw/mgar/pkg/pyfpconst/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/pyfpconst/trunk/checksums	2009-09-23 23:12:36 UTC (rev 6436)
@@ -0,0 +1 @@
+10ba9e04129af23108d24c22c3a698b1  download/fpconst-0.7.2.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list