SF.net SVN: gar:[22802] csw/mgar/pkg/lang-python/django/trunk/Makefile

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Tue Jan 7 12:47:30 CET 2014


Revision: 22802
          http://sourceforge.net/p/gar/code/22802
Author:   cgrzemba
Date:     2014-01-07 11:47:27 +0000 (Tue, 07 Jan 2014)
Log Message:
-----------
lang-python/django/trunk: do not excude directoy test, see  https://code.djangoproject.com/ticket/20349

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

Modified: csw/mgar/pkg/lang-python/django/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django/trunk/Makefile	2014-01-07 10:30:15 UTC (rev 22801)
+++ csw/mgar/pkg/lang-python/django/trunk/Makefile	2014-01-07 11:47:27 UTC (rev 22802)
@@ -2,10 +2,6 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-# A known issue: There's a problem with getpass.getpass() on Solaris, in which
-# it echoes the entered password.
-# http://bugs.python.org/issue7208
-
 NAME = django
 VERSION = 1.6.1
 CATEGORIES = python
@@ -31,7 +27,10 @@
 PACKAGES = CSWpy-django
 CATALOGNAME_CSWpy-django = py_django
 ARCHALL = 1
-PYCOMPILE = 1
+# /opt/csw/lib/python2.6/site-packages/django/contrib/auth/hashers.py 
+# likes to import test/signals.py
+# https://code.djangoproject.com/ticket/20349
+MERGE_EXCLUDE_CATEGORY = 
 
 RUNTIME_DEP_PKGS =
 BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWpython-dev

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