summaryrefslogtreecommitdiff
path: root/astro/py-astropy/files
diff options
context:
space:
mode:
Diffstat (limited to 'astro/py-astropy/files')
-rw-r--r--astro/py-astropy/files/patch-astropy_io_fits_setup__package.py11
-rw-r--r--astro/py-astropy/files/patch-astropy_modeling_setup__package.py12
-rw-r--r--astro/py-astropy/files/patch-astropy_wcs_setup__package.py12
3 files changed, 0 insertions, 35 deletions
diff --git a/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py b/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
deleted file mode 100644
index e1fa9457aea1..000000000000
--- a/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- astropy/io/fits/setup_package.py.orig 2016-03-10 22:20:43 UTC
-+++ astropy/io/fits/setup_package.py
-@@ -39,7 +39,7 @@ def _get_compression_extension():
- '-Wno-uninitialized', '-Wno-format',
- '-Wno-strict-prototypes', '-Wno-unused', '-Wno-comments',
- '-Wno-switch', '-Wno-strict-aliasing', '-Wno-return-type',
-- '-Wno-address', '-Wno-unused-result'
-+ '-Wno-address'
- ])
-
- cfitsio_path = os.path.join('cextern', 'cfitsio')
diff --git a/astro/py-astropy/files/patch-astropy_modeling_setup__package.py b/astro/py-astropy/files/patch-astropy_modeling_setup__package.py
deleted file mode 100644
index 98bdaa5f7dda..000000000000
--- a/astro/py-astropy/files/patch-astropy_modeling_setup__package.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- astropy/modeling/setup_package.py.orig 2016-03-10 22:20:43 UTC
-+++ astropy/modeling/setup_package.py
-@@ -123,8 +123,7 @@ def preprocess_source():
-
- def get_package_data():
- return {
-- 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr',
-- '../../wcs/tests/maps/*.hdr']
-+ 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr' ]
- }
-
-
diff --git a/astro/py-astropy/files/patch-astropy_wcs_setup__package.py b/astro/py-astropy/files/patch-astropy_wcs_setup__package.py
deleted file mode 100644
index a2a12f28f3d8..000000000000
--- a/astro/py-astropy/files/patch-astropy_wcs_setup__package.py
+++ /dev/null
@@ -1,12 +0,0 @@
---- astropy/wcs/setup_package.py.orig 2016-03-10 22:20:43 UTC
-+++ astropy/wcs/setup_package.py
-@@ -244,8 +244,7 @@ def get_wcslib_cfg(cfg, wcslib_files, in
- '-Wno-strict-prototypes',
- '-Wno-unused-function',
- '-Wno-unused-value',
-- '-Wno-uninitialized',
-- '-Wno-unused-but-set-variable'])
-+ '-Wno-uninitialized'])
-
-
-