[csw-devel] SF.net SVN: gar:[22143] csw/mgar/pkg/lang-python/virtualenv/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Oct 6 19:53:28 CEST 2013


Revision: 22143
          http://gar.svn.sourceforge.net/gar/?rev=22143&view=rev
Author:   wahwah
Date:     2013-10-06 17:53:28 +0000 (Sun, 06 Oct 2013)
Log Message:
-----------
lang-python/virtualenv/trunk: Dual Python version.

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/virtualenv/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/virtualenv/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/virtualenv/trunk/Makefile	2013-10-06 17:36:27 UTC (rev 22142)
+++ csw/mgar/pkg/lang-python/virtualenv/trunk/Makefile	2013-10-06 17:53:28 UTC (rev 22143)
@@ -4,19 +4,22 @@
 
 NAME = virtualenv
 VERSION = 1.10.1
-PACKAGES = CSWpy-virtualenv
-CATALOGNAME_CSWpy-virtualenv = py_virtualenv
 CATEGORIES = python
 GARTYPE = v2
 SPKG_DESC_CSWpy-virtualenv = Virtual Python Environment builder
 ARCHALL_CSWpy-virtualenv = 1
+
 define BLURB
 A tool to create isolated Python environments.
 endef
-SPKG_SOURCEURL = http://pypi.python.org/pypi/virtualenv
-MASTER_SITES = http://pypi.python.org/packages/source/v/virtualenv/
+
+PACKAGES = CSWpy-virtualenv
+VENDOR_URL = http://pypi.python.org/pypi/virtualenv
 DISTFILES  = $(NAME)-$(VERSION).tar.gz
 LICENSE = PKG-INFO
+BUILD_DEP_PKGS += CSWpy-mock
+DEP_PKGS = CSWpython-dev
 # /usr/share references are fine, these are docstrings.
 CHECKPKG_OVERRIDES_CSWpy-virtualenv += file-with-bad-content
+CHECKPKG_OVERRIDES_CSWpy-virtualenv += surplus-dependency|CSWpython-dev
 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