diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 09:45:33 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-05-27 09:45:33 +0800 |
commit | 6d28bf9b0d1ca3ac451bd1d7c14a21be7f4950dd (patch) | |
tree | b2e3869a8f867cf5620bd8e63ed942effa7ca65b /astro | |
parent | e044ec0959e473d4a285fd86c668fe5168bd7493 (diff) | |
download | freebsd-ports-gnome-6d28bf9b0d1ca3ac451bd1d7c14a21be7f4950dd.tar.gz freebsd-ports-gnome-6d28bf9b0d1ca3ac451bd1d7c14a21be7f4950dd.tar.zst freebsd-ports-gnome-6d28bf9b0d1ca3ac451bd1d7c14a21be7f4950dd.zip |
astro/py-astropy: Update 1.1.2 -> 3.1.2
PR: 236629
Approved by: nwhitehorn (maintainer's timeout; 69 days)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/py-astropy/Makefile | 5 | ||||
-rw-r--r-- | astro/py-astropy/distinfo | 6 | ||||
-rw-r--r-- | astro/py-astropy/files/patch-astropy_io_fits_setup__package.py | 11 | ||||
-rw-r--r-- | astro/py-astropy/files/patch-astropy_wcs_setup__package.py | 12 | ||||
-rw-r--r-- | astro/py-astropy/pkg-descr | 2 |
5 files changed, 6 insertions, 30 deletions
diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile index 068aa5c19d58..353ee172b8fd 100644 --- a/astro/py-astropy/Makefile +++ b/astro/py-astropy/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 1.1.2 -PORTREVISION= 2 +DISTVERSION= 3.1.2 PORTEPOCH= 1 CATEGORIES= astro MASTER_SITES= CHEESESHOP @@ -17,7 +16,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/astro/py-astropy/distinfo b/astro/py-astropy/distinfo index 2f23e3987cb1..53aa0bc57f07 100644 --- a/astro/py-astropy/distinfo +++ b/astro/py-astropy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465919806 -SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 -SIZE (astropy-1.1.2.tar.gz) = 8059713 +TIMESTAMP = 1552966226 +SHA256 (astropy-3.1.2.tar.gz) = 4a78a8ec9666d0a51a37f03494aaa5012e241ba37053e6c913c039cddee89ede +SIZE (astropy-3.1.2.tar.gz) = 8203507 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_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']) - - - diff --git a/astro/py-astropy/pkg-descr b/astro/py-astropy/pkg-descr index acce28f2744c..484b76ca15cf 100644 --- a/astro/py-astropy/pkg-descr +++ b/astro/py-astropy/pkg-descr @@ -3,4 +3,4 @@ tools needed for performing astronomy and astrophysics research with Python. It also provides an index for other astronomy packages and tools for managing them. -WWW: http://www.astropy.org +WWW: https://www.astropy.org |