summaryrefslogtreecommitdiff
path: root/math/py-pytables/patches/patch-aa
blob: d9e97d7e16bc49b5b44e7aacd2836d92f3629d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.6 2009/11/15 15:56:55 drochner Exp $

--- setup.py.orig	2009-03-05 18:12:19.000000000 +0100
+++ setup.py
@@ -463,7 +463,7 @@ else:
         'tables.tests', 'tables.numexpr.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'],