Index: astro/py-astropy/Makefile =================================================================== --- astro/py-astropy/Makefile (revision 477407) +++ astro/py-astropy/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 1.1.2 -PORTREVISION= 1 +DISTVERSION= 3.0.4 CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,10 +12,11 @@ LICENSE= BSD3CLAUSE -BUILD_DEPENDS= ${PYNUMPY} +BUILD_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=0.6:devel/py-Jinja2@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} -USES= python -USE_PYTHON= autoplist distutils +USES= python:3.5+ +USE_PYTHON= autoplist concurrent cython distutils .include Index: astro/py-astropy/distinfo =================================================================== --- astro/py-astropy/distinfo (revision 477407) +++ astro/py-astropy/distinfo (working copy) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465919806 -SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 -SIZE (astropy-1.1.2.tar.gz) = 8059713 +TIMESTAMP = 1536564886 +SHA256 (astropy-3.0.4.tar.gz) = f5d37d20632ba74bd0b12a85179c12f64a9ea037ffc916d8a2de3be4f4656c76 +SIZE (astropy-3.0.4.tar.gz) = 8040822 Index: astro/py-astropy/files/patch-astropy_io_fits_setup__package.py =================================================================== --- astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (revision 477407) +++ astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (nonexistent) @@ -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') Property changes on: astro/py-astropy/files/patch-astropy_io_fits_setup__package.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: astro/py-astropy/files/patch-astropy_wcs_setup__package.py =================================================================== --- astro/py-astropy/files/patch-astropy_wcs_setup__package.py (revision 477407) +++ astro/py-astropy/files/patch-astropy_wcs_setup__package.py (nonexistent) @@ -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']) - - - Property changes on: astro/py-astropy/files/patch-astropy_wcs_setup__package.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: astro/py-astropy/pkg-descr =================================================================== --- astro/py-astropy/pkg-descr (revision 477407) +++ astro/py-astropy/pkg-descr (working copy) @@ -3,4 +3,4 @@ also provides an index for other astronomy packages and tools for managing them. -WWW: http://www.astropy.org +WWW: https://www.astropy.org/