[csw-devel] SF.net SVN: gar:[21723] csw/mgar/pkg/lang-python/pyfpconst/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Aug 13 12:00:22 CEST 2013
Revision: 21723
http://gar.svn.sourceforge.net/gar/?rev=21723&view=rev
Author: wahwah
Date: 2013-08-13 10:00:20 +0000 (Tue, 13 Aug 2013)
Log Message:
-----------
lang-python/pyfpconst/trunk: Package rename, rebuild for 2.7
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pyfpconst/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/pyfpconst/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pyfpconst/trunk/Makefile 2013-08-13 08:38:04 UTC (rev 21722)
+++ csw/mgar/pkg/lang-python/pyfpconst/trunk/Makefile 2013-08-13 10:00:20 UTC (rev 21723)
@@ -4,28 +4,27 @@
NAME = fpconst
VERSION = 0.7.2
-PACKAGES = CSWpyfpconst
-CATALOGNAME_CSWpyfpconst = py_fpconst
+PACKAGES = CSWpy-fpconst
CATEGORIES = python
GARTYPE = v2
DESCRIPTION = Utilities for handling IEEE 754 floating point special values
+SPKG_DESC_CSWpy-fpconst = $(DESCRIPTION)
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
-SPKG_SOURCEURL = http://pypi.python.org/pypi/fpconst/
-MASTER_SITES = http://pypi.python.org/packages/source/f/$(NAME)/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
TEST_SCRIPTS =
ARCHALL_CSWpy-fpconst = 1
LICENSE = README
+DISTFILES += changelog.CSW
+DISTFILES += $(DISTNAME).tar.gz
+OBSOLETED_BY_CSWpy-fpconst = CSWpyfpconst
include gar/category.mk
post-install-modulated: DOCDEST=$(DESTDIR)$(docdir)/$(CATALOGNAME)
post-install-modulated:
@ginstall -d $(DOCDEST)
- @cp $(FILEDIR)/changelog.CSW $(DOCDEST)
+ @cp $(WORKDIR)/changelog.CSW $(DOCDEST)
@$(MAKECOOKIE)
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