[csw-devel] SF.net SVN: gar:[13580] csw/mgar/gar/v2/categories/python/category.mk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sat Mar 5 09:08:06 CET 2011


Revision: 13580
          http://gar.svn.sourceforge.net/gar/?rev=13580&view=rev
Author:   wahwah
Date:     2011-03-05 08:08:06 +0000 (Sat, 05 Mar 2011)

Log Message:
-----------
categories/python/category.mk: More defaults

With many Python packages being on pypi, more defaults can be set.

Modified Paths:
--------------
    csw/mgar/gar/v2/categories/python/category.mk

Modified: csw/mgar/gar/v2/categories/python/category.mk
===================================================================
--- csw/mgar/gar/v2/categories/python/category.mk	2011-03-05 08:07:33 UTC (rev 13579)
+++ csw/mgar/gar/v2/categories/python/category.mk	2011-03-05 08:08:06 UTC (rev 13580)
@@ -20,5 +20,8 @@
 INSTALL_SCRIPTS ?= $(WORKSRC)/setup.py
 INSTALL_ARGS ?= --root=$(DESTDIR) --prefix=$(prefix)
 TEST_SCRIPTS ?= $(WORKSRC)/setup.py
+LICENSE ?= PKG-INFO
+SPKG_SOURCEURL ?= http://pypi.python.org/pypi/$(NAME)
+MASTER_SITES ?= $(PYPI_MIRROR)
 
 include gar/gar.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