diff options
-rw-r--r-- | astro/py-astropy/Makefile | 7 | ||||
-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, 31 insertions, 7 deletions
diff --git a/astro/py-astropy/Makefile b/astro/py-astropy/Makefile index 353ee172b8fd..cc3e80496a83 100644 --- a/astro/py-astropy/Makefile +++ b/astro/py-astropy/Makefile @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= astropy -DISTVERSION= 3.1.2 -PORTEPOCH= 1 +PORTVERSION= 1.1.2 +PORTREVISION= 2 +PORTEPOCH= 2 # Do not update without testing ports dedenping on this one CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils .include <bsd.port.mk> diff --git a/astro/py-astropy/distinfo b/astro/py-astropy/distinfo index 53aa0bc57f07..2f23e3987cb1 100644 --- a/astro/py-astropy/distinfo +++ b/astro/py-astropy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1552966226 -SHA256 (astropy-3.1.2.tar.gz) = 4a78a8ec9666d0a51a37f03494aaa5012e241ba37053e6c913c039cddee89ede -SIZE (astropy-3.1.2.tar.gz) = 8203507 +TIMESTAMP = 1465919806 +SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 +SIZE (astropy-1.1.2.tar.gz) = 8059713 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 new file mode 100644 index 000000000000..e1fa9457aea1 --- /dev/null +++ b/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000000..a2a12f28f3d8 --- /dev/null +++ b/astro/py-astropy/files/patch-astropy_wcs_setup__package.py @@ -0,0 +1,12 @@ +--- 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 484b76ca15cf..acce28f2744c 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: https://www.astropy.org +WWW: http://www.astropy.org |