Revision: 11540
          http://gar.svn.sourceforge.net/gar/?rev=11540&view=rev
Author:   dmichelsen
Date:     2010-11-10 08:40:58 +0000 (Wed, 10 Nov 2010)

Log Message:
-----------
mGAR v2: Added PyPI mirror

Modified Paths:
--------------
    csw/mgar/gar/v2/gar.conf.mk

Modified: csw/mgar/gar/v2/gar.conf.mk
===================================================================
--- csw/mgar/gar/v2/gar.conf.mk 2010-11-10 01:16:00 UTC (rev 11539)
+++ csw/mgar/gar/v2/gar.conf.mk 2010-11-10 08:40:58 UTC (rev 11540)
@@ -629,6 +629,11 @@
 CPAN_MIRRORS = $(foreach S,$(CPAN_SITES),$(S)/authors/id/$(AUTHOR_ID)/)
 CPAN_FIRST_MIRROR = $(firstword $(CPAN_SITES))/authors/id
 
+# Python Package Index
+PYPI_PROJECT ?= $(GARNAME)
+PYPI_SUBDIR = $(shell echo $(PYPI_PROJECT) | cut -c 1)
+PYPI_MIRROR = 
http://pypi.python.org/packages/source/$(PYPI_SUBDIR)/$(PYPI_PROJECT)/
+
 # Package dir
 GARPACKAGE = $(shell basename $(CURDIR))
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to