Index: head/astro/py-RO/Makefile =================================================================== --- head/astro/py-RO/Makefile (revision 520139) +++ head/astro/py-RO/Makefile (revision 520140) @@ -1,33 +1,33 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= RO PORTVERSION= 3.6.9 PORTREVISION= 4 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Package of Python astronomical utilities LICENSE= MIT LICENSE_FILE= ${WRKSRC}/docs/License.txt RUN_DEPENDS= ${PYNUMPY} OPTIONS_DEFINE= ASTROPY MATPLOTLIB PYGAME OPTIONS_DEFAULT=ASTROPY ASTROPY_DESC= Add Support for Astropy MATPLOTLIB_DESC=Add support for Matplotlib PYGAME_DESC= Add Support for PyGame NO_ARCH= yes -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils ASTROPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=0:astro/py-astropy@${PY_FLAVOR} MATPLOTLIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} PYGAME_RUN_DEPENDS= ${PYGAME} .include Index: head/astro/py-astLib/Makefile =================================================================== --- head/astro/py-astLib/Makefile (revision 520139) +++ head/astro/py-astLib/Makefile (revision 520140) @@ -1,30 +1,30 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= astLib PORTVERSION= 0.11.2 CATEGORIES= astro python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Astronomy modules for Python LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro/py-astropy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>=0.98:math/py-matplotlib@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}scipy>=0.7.0:science/py-scipy@${PY_FLAVOR} PORTSCOUT= skipv:0.15,0.17,0.17.1 # incorrect versioning upstream -USES= python +USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/PyWCSTools/*.so .include Index: head/astro/py-astropy/Makefile =================================================================== --- head/astro/py-astropy/Makefile (revision 520139) +++ head/astro/py-astropy/Makefile (revision 520140) @@ -1,24 +1,23 @@ # Created by: nwhitehorn # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 1.1.2 # Do not update without testing ports depending on this one -PORTREVISION= 3 +DISTVERSION= 3.1.2 PORTEPOCH= 2 CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nwhitehorn@FreeBSD.org COMMENT= Community-developed python astronomy tools LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/licenses/LICENSE.rst +LICENSE_FILE= ${WRKSRC}/LICENSE.rst BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils .include Index: head/astro/py-astropy/distinfo =================================================================== --- head/astro/py-astropy/distinfo (revision 520139) +++ head/astro/py-astropy/distinfo (revision 520140) @@ -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 Index: head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py =================================================================== --- head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (revision 520139) +++ head/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: head/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: head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py =================================================================== --- head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py (revision 520139) +++ head/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: head/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