summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches/patch-aa
blob: bc61145fcc8c9fc8898398a3d602eb374c18108e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.7 2010/07/16 12:18:00 drochner Exp $

--- setup.py.orig	2010-07-01 11:04:59.000000000 +0000
+++ setup.py
@@ -527,7 +527,7 @@ else:
         'tables.tests', 'tables.nodes.tests',
         'tables.netcdf3.tests', 'tables.nra.tests']
     setuptools_kwargs['scripts'] = [
-        'utils/ptdump', 'utils/ptrepack', 'utils/nctoh5']
+        'utils/ptdump' + sys.version[0:3], 'utils/ptrepack' + sys.version[0:3], 'utils/nctoh5' + sys.version[0:3]]
 # Copy additional data for packages that need it.
 setuptools_kwargs['package_data'] = {
     'tables.tests': ['*.h5'],