pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/py-numexpr/patches Remove unused patch



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8ae97ba3aa7a
branches:  trunk
changeset: 629588:8ae97ba3aa7a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 18:42:34 2014 +0000

description:
Remove unused patch

diffstat:

 math/py-numexpr/patches/patch-aa |  20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diffs (24 lines):

diff -r 2da2569c0500 -r 8ae97ba3aa7a math/py-numexpr/patches/patch-aa
--- a/math/py-numexpr/patches/patch-aa  Thu Jan 23 18:41:14 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/07/16 12:12:17 drochner Exp $
-
---- setup.py.orig      2009-06-02 17:03:49.000000000 +0000
-+++ setup.py
-@@ -5,10 +5,11 @@ import os.path as op
- from distutils.command.clean import clean
- from numpy.distutils.command.build_ext import build_ext as numpy_build_ext
- 
--try:
--    import setuptools
--except ImportError:
--    setuptools = None
-+#try:
-+#    import setuptools
-+#except ImportError:
-+#    setuptools = None
-+setuptools = None
- extra_setup_opts = {}
- if setuptools:
-     extra_setup_opts['zip_safe'] = False



Home | Main Index | Thread Index | Old Index