diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-21 21:17:27 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-21 21:17:27 +0000 |
commit | 4aeef20d8f6c1ad6ef539bdbfc3a5682f5dfd903 (patch) | |
tree | 4f00e03c6fb4781500c8fbd626dd6c052d9e8f5b /astro/py-astropy/files/patch-astropy_io_fits_setup__package.py | |
parent | databases/mysql57-{client, server}: Update to latest release 5.7.25 (diff) |
astro/py-astropy: Update 1.1.2 -> 3.1.1
Port changes:
* Replace WWW with the https version
* Now only works for pythion 3.5+
* Add a fix for the wrong plist problem
* Remove patches for compiler warnings, reported them upstream
PR: 231279
Approved by: nwhitehorn@FreeBSD.org (maintainer's timeout; 132 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.py | 11 |
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') |