[csw-devel] SF.net SVN: gar:[20931] csw/mgar/pkg/lang-python/mox/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu May 2 09:22:03 CEST 2013
Revision: 20931
http://gar.svn.sourceforge.net/gar/?rev=20931&view=rev
Author: wahwah
Date: 2013-05-02 07:21:52 +0000 (Thu, 02 May 2013)
Log Message:
-----------
lang-python/mox/trunk: recipe cleanup
Modified Paths:
--------------
csw/mgar/pkg/lang-python/mox/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/mox/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/mox/trunk/Makefile 2013-05-01 23:22:41 UTC (rev 20930)
+++ csw/mgar/pkg/lang-python/mox/trunk/Makefile 2013-05-02 07:21:52 UTC (rev 20931)
@@ -2,20 +2,16 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = mox
+NAME = pymox
VERSION = 0.5.3
CATEGORIES = python
GARTYPE = v2
DESCRIPTION = Mock object framework for Python
ARCHALL = 1
-define BLURB
-endef
-SPKG_SOURCEURL = http://code.google.com/p/pymox/
-MASTER_SITES = http://pymox.googlecode.com/files/
+VENDOR_URL = https://code.google.com/p/pymox/
+MASTER_SITES = $(GOOGLE_MIRROR)
PACKAGES = CSWpy-mox
-CATALOGNAME_CSWpy-mox = py_mox
-DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+DISTNAME = mox-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
TEST_SCRIPTS =
-# Remove the following rules and uncomment the
include gar/category.mk
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