summaryrefslogtreecommitdiff
path: root/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-27 01:45:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-27 01:45:33 +0000
commit6d28bf9b0d1ca3ac451bd1d7c14a21be7f4950dd (patch)
treeb2e3869a8f867cf5620bd8e63ed942effa7ca65b /astro/py-astropy/files/patch-astropy_io_fits_setup__package.py
parentNew port: dns/coredns: CoreDNS is a DNS server that chains plugins (diff)
astro/py-astropy: Update 1.1.2 -> 3.1.2
PR: 236629 Approved by: nwhitehorn (maintainer's timeout; 69 days)
Diffstat (limited to 'astro/py-astropy/files/patch-astropy_io_fits_setup__package.py')
-rw-r--r--astro/py-astropy/files/patch-astropy_io_fits_setup__package.py11
1 files changed, 0 insertions, 11 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')