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

(-)astro/py-astropy/Makefile (-5 / +5 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.0.4
6
PORTREVISION=	1
7
CATEGORIES=	astro
6
CATEGORIES=	astro
8
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
Lines 13-22 Link Here
13
12
14
LICENSE=	BSD3CLAUSE
13
LICENSE=	BSD3CLAUSE
15
14
16
BUILD_DEPENDS=	${PYNUMPY}
15
BUILD_DEPENDS=	${PYNUMPY} \
16
		${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2@${PY_FLAVOR}
17
RUN_DEPENDS=	${PYNUMPY}
17
RUN_DEPENDS=	${PYNUMPY}
18
18
19
USES=		python
19
USES=		python:3.5+
20
USE_PYTHON=	autoplist distutils
20
USE_PYTHON=	autoplist concurrent cython distutils
21
21
22
.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 = 1536564886
2
SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1
2
SHA256 (astropy-3.0.4.tar.gz) = f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76
3
SIZE (astropy-1.1.2.tar.gz) = 8059713
3
SIZE (astropy-3.0.4.tar.gz) = 8040822
(-)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 231279