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

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Jul 20 20:18:14 CEST 2010


Revision: 10554
          http://gar.svn.sourceforge.net/gar/?rev=10554&view=rev
Author:   wahwah
Date:     2010-07-20 18:18:14 +0000 (Tue, 20 Jul 2010)

Log Message:
-----------
fpconst: Merging Maciej's and Sebastian's builds.

Modified Paths:
--------------
    csw/mgar/pkg/pyfpconst/trunk/Makefile

Removed Paths:
-------------
    csw/mgar/pkg/fpconst/

Modified: csw/mgar/pkg/pyfpconst/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pyfpconst/trunk/Makefile	2010-07-20 18:07:32 UTC (rev 10553)
+++ csw/mgar/pkg/pyfpconst/trunk/Makefile	2010-07-20 18:18:14 UTC (rev 10554)
@@ -1,7 +1,12 @@
-GARNAME = pyfpconst
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id: Makefile 10551 2010-07-20 17:49:50Z wahwah $
+
+GARNAME = fpconst
 GARVERSION = 0.7.2
+PACKAGES = CSWpyfpconst
+CATALOGNAME_CSWpyfpconst = py_fpconst
 CATEGORIES = python
-
 DESCRIPTION = Utilities for handling IEEE 754 floating point special values
 define BLURB
   This python module implements constants and functions for working with
@@ -9,18 +14,13 @@
   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
 SPKG_SOURCEURL = http://pypi.python.org/pypi/fpconst/
-
-PACKAGES = CSWpyfpconst
-CATALOGNAME = py_fpconst
-ARCHALL = 1
-
-TEST_SCRIPTS = 
-
+MASTER_SITES = http://pypi.python.org/packages/source/f/$(GARNAME)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+TEST_SCRIPTS =
+ARCHALL_CSWpy-fpconst = 1
+LICENSE = README
 include gar/category.mk
 
 post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(CATALOGNAME)


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