commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-common setup.py


From: Bajusz Tamás
Subject: gnue-common setup.py
Date: Wed, 24 Sep 2003 10:14:20 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-common
Branch:         
Changes by:     Bajusz Tamás <address@hidden>   03/09/24 10:14:20

Modified files:
        .              : setup.py 

Log message:
        let setup skip build_files() on win32

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/setup.py.diff?tr1=1.64&tr2=1.65&r1=text&r2=text

Patches:
Index: gnue-common/setup.py
diff -c gnue-common/setup.py:1.64 gnue-common/setup.py:1.65
*** gnue-common/setup.py:1.64   Tue Sep 23 10:38:46 2003
--- gnue-common/setup.py        Wed Sep 24 10:14:20 2003
***************
*** 92,98 ****
  # 
-----------------------------------------------------------------------------
  
  def build_files ():
- 
    # First check if we have everything installed we need to build the
    # distribution
  
--- 92,97 ----
***************
*** 142,148 ****
        return
  
      if not os.path.isfile ("PKG-INFO"):         # downloaded from CVS?
!       build_files ()
  
  # 
=============================================================================
  # Before installation: check dependencies and create real scripts
--- 141,148 ----
        return
  
      if not os.path.isfile ("PKG-INFO"):         # downloaded from CVS?
!       if sys.platform != 'win32':
!         build_files ()
  
  # 
=============================================================================
  # Before installation: check dependencies and create real scripts




reply via email to

[Prev in Thread] Current Thread [Next in Thread]