[csw-devel] SF.net SVN: gar:[11298] csw/mgar/pkg/lang-python

opk at users.sourceforge.net opk at users.sourceforge.net
Thu Oct 14 12:28:16 CEST 2010


Revision: 11298
          http://gar.svn.sourceforge.net/gar/?rev=11298&view=rev
Author:   opk
Date:     2010-10-14 10:28:15 +0000 (Thu, 14 Oct 2010)

Log Message:
-----------
add py-nose package for unit testing framework used by numpy

Added Paths:
-----------
    csw/mgar/pkg/lang-python/nose/
    csw/mgar/pkg/lang-python/nose/Makefile
    csw/mgar/pkg/lang-python/nose/branches/
    csw/mgar/pkg/lang-python/nose/tags/
    csw/mgar/pkg/lang-python/nose/trunk/
    csw/mgar/pkg/lang-python/nose/trunk/Makefile
    csw/mgar/pkg/lang-python/nose/trunk/checksums
    csw/mgar/pkg/lang-python/nose/trunk/files/

Added: csw/mgar/pkg/lang-python/nose/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/nose/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/nose/Makefile	2010-10-14 10:28:15 UTC (rev 11298)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/lang-python/nose/Makefile
___________________________________________________________________
Added: svn:keywords
   + URL Id


Property changes on: csw/mgar/pkg/lang-python/nose/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/lang-python/nose/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/nose/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/nose/trunk/Makefile	2010-10-14 10:28:15 UTC (rev 11298)
@@ -0,0 +1,34 @@
+GARNAME = nose
+GARVERSION = 0.11.2
+CATEGORIES = python
+
+DESCRIPTION = Nose extends unittest to make testing easier
+define BLURB
+  Nose collects tests from unittest.TestCase subclasses. But you can
+  also write simple test functions, as well as test classes that are not
+  subclasses of unittest.TestCase. nose also supplies a number of
+  helpful functions for writing timed tests, testing for exceptions, and
+  other common use cases.
+endef
+
+MASTER_SITES = http://somethingaboutorange.com/mrl/projects/$(GARNAME)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+
+PACKAGES = CSWpy-nose
+CATALOGNAME = py_nose
+SPKG_DESC = $(DESCRIPTION)
+
+EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+TEST_SCRIPTS =
+# tests fail because some multiprocessing module doesn't like Solaris sem_open
+# TEST_SCRIPTS = $(WORKSRC)/selftest.py
+
+LICENSE = lgpl.txt
+ARCHALL = 1
+
+include gar/category.mk
+
+INSTALL_ARGS += --install-data=$(prefix)/share


Property changes on: csw/mgar/pkg/lang-python/nose/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/nose/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/nose/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/nose/trunk/checksums	2010-10-14 10:28:15 UTC (rev 11298)
@@ -0,0 +1 @@
+cae8bb7a080871886602489677474036  nose-0.11.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