From owner-svn-ports-head@freebsd.org Mon May 27 01:45:35 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 073CD15B68EB; Mon, 27 May 2019 01:45:35 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A0ED277011; Mon, 27 May 2019 01:45:34 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A39324094; Mon, 27 May 2019 01:45:34 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4R1jY9e099605; Mon, 27 May 2019 01:45:34 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4R1jXv4099602; Mon, 27 May 2019 01:45:33 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905270145.x4R1jXv4099602@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 27 May 2019 01:45:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502759 - in head/astro/py-astropy: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/astro/py-astropy: . files X-SVN-Commit-Revision: 502759 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: A0ED277011 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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: Mon, 27 May 2019 01:45:35 -0000 Author: yuri Date: Mon May 27 01:45:33 2019 New Revision: 502759 URL: https://svnweb.freebsd.org/changeset/ports/502759 Log: astro/py-astropy: Update 1.1.2 -> 3.1.2 PR: 236629 Approved by: nwhitehorn (maintainer's timeout; 69 days) Deleted: head/astro/py-astropy/files/patch-astropy_io_fits_setup__package.py head/astro/py-astropy/files/patch-astropy_wcs_setup__package.py Modified: head/astro/py-astropy/Makefile head/astro/py-astropy/distinfo head/astro/py-astropy/pkg-descr Modified: head/astro/py-astropy/Makefile ============================================================================== --- head/astro/py-astropy/Makefile Mon May 27 01:44:18 2019 (r502758) +++ head/astro/py-astropy/Makefile Mon May 27 01:45:33 2019 (r502759) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= astropy -PORTVERSION= 1.1.2 -PORTREVISION= 2 +DISTVERSION= 3.1.2 PORTEPOCH= 1 CATEGORIES= astro MASTER_SITES= CHEESESHOP @@ -17,7 +16,7 @@ LICENSE= BSD3CLAUSE BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils .include Modified: head/astro/py-astropy/distinfo ============================================================================== --- head/astro/py-astropy/distinfo Mon May 27 01:44:18 2019 (r502758) +++ head/astro/py-astropy/distinfo Mon May 27 01:45:33 2019 (r502759) @@ -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 Modified: head/astro/py-astropy/pkg-descr ============================================================================== --- head/astro/py-astropy/pkg-descr Mon May 27 01:44:18 2019 (r502758) +++ head/astro/py-astropy/pkg-descr Mon May 27 01:45:33 2019 (r502759) @@ -3,4 +3,4 @@ tools needed for performing astronomy and astrophysics also provides an index for other astronomy packages and tools for managing them. -WWW: http://www.astropy.org +WWW: https://www.astropy.org