View | Details | Raw Unified | Return to bug 236629
Collapse All | Expand All

(-)astro/py-astropy/Makefile (-3 / +2 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	astropy
4
PORTNAME=	astropy
5
PORTVERSION=	1.1.2
5
DISTVERSION=	3.1.2
6
PORTREVISION=	2
7
PORTEPOCH=	1
6
PORTEPOCH=	1
8
CATEGORIES=	astro
7
CATEGORIES=	astro
9
MASTER_SITES=	CHEESESHOP
8
MASTER_SITES=	CHEESESHOP
Lines 17-23 Link Here
17
BUILD_DEPENDS=	${PYNUMPY}
16
BUILD_DEPENDS=	${PYNUMPY}
18
RUN_DEPENDS=	${PYNUMPY}
17
RUN_DEPENDS=	${PYNUMPY}
19
18
20
USES=		python
19
USES=		python:3.5+
21
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist distutils
22
21
23
.include <bsd.port.mk>
22
.include <bsd.port.mk>
(-)astro/py-astropy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1465919806
1
TIMESTAMP = 1552966226
2
SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1
2
SHA256 (astropy-3.1.2.tar.gz) = 4a78a8ec9666d0a51a37f03494aaa5012e241ba37053e6c913c039cddee89ede
3
SIZE (astropy-1.1.2.tar.gz) = 8059713
3
SIZE (astropy-3.1.2.tar.gz) = 8203507
(-)astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (-11 lines)
Lines 1-11 Link Here
1
--- astropy/io/fits/setup_package.py.orig	2016-03-10 22:20:43 UTC
2
+++ astropy/io/fits/setup_package.py
3
@@ -39,7 +39,7 @@ def _get_compression_extension():
4
                     '-Wno-uninitialized', '-Wno-format',
5
                     '-Wno-strict-prototypes', '-Wno-unused', '-Wno-comments',
6
                     '-Wno-switch', '-Wno-strict-aliasing', '-Wno-return-type',
7
-                    '-Wno-address', '-Wno-unused-result'
8
+                    '-Wno-address'
9
                 ])
10
 
11
         cfitsio_path = os.path.join('cextern', 'cfitsio')
(-)astro/py-astropy/files/patch-astropy_wcs_setup__package.py (-12 lines)
Lines 1-12 Link Here
1
--- astropy/wcs/setup_package.py.orig	2016-03-10 22:20:43 UTC
2
+++ astropy/wcs/setup_package.py
3
@@ -244,8 +244,7 @@ def get_wcslib_cfg(cfg, wcslib_files, in
4
                 '-Wno-strict-prototypes',
5
                 '-Wno-unused-function',
6
                 '-Wno-unused-value',
7
-                '-Wno-uninitialized',
8
-                '-Wno-unused-but-set-variable'])
9
+                '-Wno-uninitialized'])
10
 
11
 
12
 
(-)astro/py-astropy/pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
also provides an index for other astronomy packages and tools for managing
3
also provides an index for other astronomy packages and tools for managing
4
them.
4
them.
5
5
6
WWW: http://www.astropy.org
6
WWW: https://www.astropy.org

Return to bug 236629