Index: head/astro/py-astropy/Makefile =================================================================== --- head/astro/py-astropy/Makefile (revision 490908) +++ head/astro/py-astropy/Makefile (revision 490909) @@ -1,26 +1,23 @@ # Created by: nwhitehorn # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 3.1.1 +PORTVERSION= 1.1.2 +PORTREVISION= 2 +PORTEPOCH= 1 CATEGORIES= astro MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nwhitehorn@FreeBSD.org COMMENT= Community-developed python astronomy tools LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python:3.5+ +USES= python USE_PYTHON= autoplist distutils - -POST_PLIST= rm-bogus-plist-files - -rm-bogus-plist-files: # https://github.com/astropy/astropy/issues/8364 - @${REINPLACE_CMD} '/.*\.\.\/wcs\/tests/d' ${TMPPLIST} .include Index: head/astro/py-astropy/distinfo =================================================================== --- head/astro/py-astropy/distinfo (revision 490908) +++ head/astro/py-astropy/distinfo (revision 490909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1548103725 -SHA256 (astropy-3.1.1.tar.gz) = 6527e63f9aee01ed14a3e3c0865f8ae1bffadb01c8c755b4452662211216f53b -SIZE (astropy-3.1.1.tar.gz) = 8204190 +TIMESTAMP = 1465919806 +SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 +SIZE (astropy-1.1.2.tar.gz) = 8059713 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 (nonexistent) +++ head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (revision 490909) @@ -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') Property changes on: head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +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 (nonexistent) +++ head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py (revision 490909) @@ -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']) + + + Property changes on: head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py =================================================================== --- head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py (nonexistent) +++ head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py (revision 490909) @@ -0,0 +1,12 @@ +--- astropy/modeling/setup_package.py.orig 2016-03-10 22:20:43 UTC ++++ astropy/modeling/setup_package.py +@@ -123,8 +123,7 @@ def preprocess_source(): + + def get_package_data(): + return { +- 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr', +- '../../wcs/tests/maps/*.hdr'] ++ 'astropy.modeling.tests': ['data/*.fits', 'data/*.hdr' ] + } + + Property changes on: head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/py-astropy/pkg-descr =================================================================== --- head/astro/py-astropy/pkg-descr (revision 490908) +++ head/astro/py-astropy/pkg-descr (revision 490909) @@ -1,6 +1,6 @@ Astropy is a package intended to contain core functionality and some common 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