Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21114/10.3/unstable/main/finkinfo/devel

Modified Files:
        pychecker-py.info pychecker-py.patch 
Log Message:
New version (for Bugs #1523931)


Index: pychecker-py.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/pychecker-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pychecker-py.patch  27 Jul 2004 23:14:06 -0000      1.1
+++ pychecker-py.patch  5 Jan 2007 16:57:46 -0000       1.2
@@ -1,11 +1,12 @@
---- pychecker-0.8.13-orig/setup.py     2003-11-17 19:50:14.000000000 -0800
-+++ pychecker-0.8.13/setup.py  2004-05-29 14:23:08.000000000 -0700
-@@ -78,7 +78,7 @@
-           author_email          = "[EMAIL PROTECTED]",
-           url                   = "http://pychecker.sourceforge.net/";,
-           packages              = [ 'pychecker' ],
--          data_files            = [ (install_dir, DOC_FILES) ],
-+          #data_files            = [ (install_dir, DOC_FILES) ],
-           scripts               = [ LOCAL_SCRIPT, ],
-           # classifiers was added in Python 2.3, but needed for PyPI
-           #classifiers           = CLASSIFIERS,
+diff -Nurd -x'*~' pychecker-0.8.17.orig/setup.py pychecker-0.8.17/setup.py
+--- pychecker-0.8.17.orig/setup.py     2006-02-03 21:29:46.000000000 -0500
++++ pychecker-0.8.17/setup.py  2007-01-05 11:29:50.000000000 -0500
+@@ -255,7 +255,7 @@
+         'url'              : "http://pychecker.sourceforge.net/";,
+         'packages'         : [ 'pychecker', ],
+         'scripts'          : [ "pychecker" ],   # note: will be replaced by 
customized action
+-        'data_files'       : [ ( "pychecker", DATA_FILES, ) ], 
++#       'data_files'       : [ ( "pychecker", DATA_FILES, ) ], 
+         'long_description' : LONG_DESCRIPTION,
+         'cmdclass'         : CUSTOMIZED_ACTIONS, 
+       }

Index: pychecker-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/pychecker-py.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pychecker-py.info   1 May 2005 19:44:02 -0000       1.4
+++ pychecker-py.info   5 Jan 2007 16:57:46 -0000       1.5
@@ -1,7 +1,7 @@
 Info2: <<
 Package: pychecker-py%type_pkg[python]
-Version: 0.8.14
-Revision: 4
+Version: 0.8.17
+Revision: 1
 Type: python(2.2 2.3 2.4)
 Description: Check Python programs for error - Modules
 License: BSD
@@ -13,7 +13,7 @@
 
 # Unpack Phase.
 Source: mirror:sourceforge:pychecker/pychecker-%v.tar.gz
-Source-MD5: 531214b2c922462eb57dde5d37f004ac
+Source-MD5: 9d2a2d62b368ce503830f830a89bd230
 
 # Patch Phase.
 Patch: %{ni}.patch
@@ -24,6 +24,7 @@
 # Install Phase.
 InstallScript: <<
   %p/bin/python%type_raw[python] setup.py install --root=%d
+  perl -pi -e 's,%d,,' %i/bin/pychecker
   mv %i/bin/pychecker %i/bin/pychecker-py%type_pkg[python]
 <<
 DocFiles: CHANGELOG COPYRIGHT KNOWN_BUGS MAINTAINERS README TODO VERSION


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to