From 4b9a24484b3f55b017b6cdc30ff372dc310be5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 29 Jul 2015 18:54:06 -0300 Subject: sagemath-6.8-1.parabola1: updating version * disable fes module, doesn't compile * replace "open" to "free" term to pkgdesc -> https://www.gnu.org/philosophy/words-to-avoid.html.en#Open * replace "alternative" to "replacement" term to pkgdesc -> https://www.gnu.org/philosophy/words-to-avoid.html.en#Alternative --- libre/sagemath/clean.patch | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libre/sagemath/clean.patch') diff --git a/libre/sagemath/clean.patch b/libre/sagemath/clean.patch index c577d3d42..c4baf9bca 100644 --- a/libre/sagemath/clean.patch +++ b/libre/sagemath/clean.patch @@ -1,6 +1,6 @@ --- src/setup.py.orig 2014-11-16 10:34:05.521441703 +0100 +++ src/setup.py 2014-11-16 10:34:16.054812569 +0100 -@@ -581,20 +581,6 @@ +@@ -581,21 +581,6 @@ ######################################################### @@ -13,7 +13,8 @@ -output_dirs = SITE_PACKAGES + glob.glob(os.path.join(SAGE_SRC, 'build', 'lib*')) -for output_dir in output_dirs: - print('- cleaning {0}'.format(output_dir)) -- clean_install_dir(output_dir, python_packages, python_modules, ext_modules) +- clean_install_dir(output_dir, python_packages, python_modules, +- ext_modules, python_data_files) -print('Finished cleaning, time: %.2f seconds.' % (time.time() - t)) - - -- cgit v1.2.3-2-g168b