From owner-svn-ports-head@freebsd.org Sat Jul 2 19:31:18 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B1C4CB8F9F0; Sat, 2 Jul 2016 19:31:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7389027E6; Sat, 2 Jul 2016 19:31:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u62JVH5a067494; Sat, 2 Jul 2016 19:31:17 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u62JVHtx067479; Sat, 2 Jul 2016 19:31:17 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201607021931.u62JVHtx067479@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 2 Jul 2016 19:31:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417939 - in head/astro: . py-astropy py-astropy/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jul 2016 19:31:18 -0000 Author: swills Date: Sat Jul 2 19:31:16 2016 New Revision: 417939 URL: https://svnweb.freebsd.org/changeset/ports/417939 Log: astro/py-astropy: create port 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: http://www.astropy.org PR: 210278 Submitted by: nathanw Added: head/astro/py-astropy/ head/astro/py-astropy/Makefile (contents, props changed) head/astro/py-astropy/distinfo (contents, props changed) head/astro/py-astropy/files/ head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py (contents, props changed) head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py (contents, props changed) head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py (contents, props changed) head/astro/py-astropy/pkg-descr (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Sat Jul 2 19:06:34 2016 (r417938) +++ head/astro/Makefile Sat Jul 2 19:31:16 2016 (r417939) @@ -81,6 +81,7 @@ SUBDIR += py-RO SUBDIR += py-aipy SUBDIR += py-astLib + SUBDIR += py-astropy SUBDIR += py-pyfits SUBDIR += py-pymetar SUBDIR += pyephem Added: head/astro/py-astropy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy/Makefile Sat Jul 2 19:31:16 2016 (r417939) @@ -0,0 +1,21 @@ +# Created by: nwhitehorn +# $FreeBSD$ + +PORTNAME= astropy +PORTVERSION= 1.1.2 +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 +USE_PYTHON= autoplist distutils + +.include Added: head/astro/py-astropy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy/distinfo Sat Jul 2 19:31:16 2016 (r417939) @@ -0,0 +1,3 @@ +TIMESTAMP = 1465919806 +SHA256 (astropy-1.1.2.tar.gz) = 6f0d84cd7dfb304bb437dda666406a1d42208c16204043bc920308ff8ffdfad1 +SIZE (astropy-1.1.2.tar.gz) = 8059713 Added: head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py Sat Jul 2 19:31:16 2016 (r417939) @@ -0,0 +1,11 @@ +--- astropy/io/fits/setup_package.py.orig 2016-07-02 18:54:36 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') Added: head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy/files/patch-astropy_modeling_setup__package.py Sat Jul 2 19:31:16 2016 (r417939) @@ -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' ] + } + + Added: head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py Sat Jul 2 19:31:16 2016 (r417939) @@ -0,0 +1,12 @@ +--- astropy/wcs/setup_package.py.orig 2016-07-02 18:53:24 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']) + + + Added: head/astro/py-astropy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/py-astropy/pkg-descr Sat Jul 2 19:31:16 2016 (r417939) @@ -0,0 +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: http://www.astropy.org