summaryrefslogtreecommitdiff
path: root/devel/py-cython/patches/patch-aa
blob: a33e8b3638b52f8b81edcc2491357ea5e794cd22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1.1.1 2010/07/15 17:41:57 drochner Exp $

--- setup.py.orig	2010-02-02 10:11:17.000000000 +0000
+++ setup.py
@@ -68,7 +68,7 @@ if 'setuptools' in sys.modules:
     scripts = []
 else:
     if os.name == "posix":
-        scripts = ["bin/cython"]
+        scripts = ["bin/cython" + sys.version[0:3]]
     else:
         scripts = ["cython.py"]