[csw-devel] SF.net SVN: gar:[21702] csw/mgar/pkg/lang-python/cssutils/trunk/Makefile
pfelecan at users.sourceforge.net
pfelecan at users.sourceforge.net
Sat Aug 10 19:57:11 CEST 2013
Revision: 21702
http://gar.svn.sourceforge.net/gar/?rev=21702&view=rev
Author: pfelecan
Date: 2013-08-10 17:57:11 +0000 (Sat, 10 Aug 2013)
Log Message:
-----------
lang-python/mechanize/trunk:
- multi-version for 2.x interpreters
- corrected build dependency
Modified Paths:
--------------
csw/mgar/pkg/lang-python/cssutils/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/cssutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cssutils/trunk/Makefile 2013-08-10 17:52:37 UTC (rev 21701)
+++ csw/mgar/pkg/lang-python/cssutils/trunk/Makefile 2013-08-10 17:57:11 UTC (rev 21702)
@@ -14,7 +14,9 @@
MASTER_SITES = https://bitbucket.org/cthedot/cssutils/downloads/
DISTFILES = $(DISTNAME).zip
-BUILD_DEP_PKGS = CSWpysetuptools
+BUILD_DEP_PKGS += CSWpython-dev
+BUILD_DEP_PKGS += CSWpython27-dev
+BUILD_DEP_PKGS += CSWpy-setuptools
CONFIGURE_ARGS = $(DIRPATHS)
@@ -22,6 +24,9 @@
ARCHALL = 1
+RUNTIME_DEP_PKGS += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS += CSWlibpython2-7-1-0
+
EXTRA_MERGE_EXCLUDE_FILES += /opt/csw/lib/python/site-packages/tests.*
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