pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1bb93561dcbb
branches:  trunk
changeset: 629589:1bb93561dcbb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jan 23 18:43:11 2014 +0000

description:
Remove unused patch.

diffstat:

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

diffs (21 lines):

diff -r 8ae97ba3aa7a -r 1bb93561dcbb math/py-sympy/patches/patch-aa
--- a/math/py-sympy/patches/patch-aa    Thu Jan 23 18:42:34 2014 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.6 2012/12/02 12:33:24 wen Exp $
-Add the python version to the name of script and man file
---- setup.py.orig      2012-12-02 19:33:28.000000000 +0000
-+++ setup.py
-@@ -274,10 +274,10 @@ setup(
-       keywords = "Math CAS",
-       url = 'http://code.google.com/p/sympy',
-       packages = ['sympy'] + modules + tests,
--      scripts = ['bin/isympy'],
-+      scripts = ['bin/isympy' + sys.version[0:3]],
-       ext_modules = [],
-       package_data = { 'sympy.utilities.mathml' : ['data/*.xsl'] },
--      data_files = [('share/man/man1', ['doc/man/isympy.1'])],
-+      data_files = [('man/man1', ['doc/man/isympy' + sys.version[0:3] + '.1'])],
-       cmdclass    = {'test': test_sympy,
-                      'bench': run_benchmarks,
-                      'clean': clean,



Home | Main Index | Thread Index | Old Index