From owner-svn-ports-all@freebsd.org Sat Dec 14 19:31:39 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A506D1D54EF; Sat, 14 Dec 2019 19:31:39 +0000 (UTC) (envelope-from antoine@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 47ZyMb3vGGz4gBc; Sat, 14 Dec 2019 19:31:39 +0000 (UTC) (envelope-from antoine@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 810BB170E; Sat, 14 Dec 2019 19:31:39 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xBEJVdvt020318; Sat, 14 Dec 2019 19:31:39 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xBEJVc28020314; Sat, 14 Dec 2019 19:31:38 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201912141931.xBEJVc28020314@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 14 Dec 2019 19:31:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520140 - in head/astro: py-RO py-astLib py-astropy py-astropy/files X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head/astro: py-RO py-astLib py-astropy py-astropy/files X-SVN-Commit-Revision: 520140 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Dec 2019 19:31:39 -0000 Author: antoine Date: Sat Dec 14 19:31:38 2019 New Revision: 520140 URL: https://svnweb.freebsd.org/changeset/ports/520140 Log: Update astro/py-astropy to 3.1.2 PR: 233770 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-RO/Makefile head/astro/py-astLib/Makefile head/astro/py-astropy/Makefile head/astro/py-astropy/distinfo Modified: head/astro/py-RO/Makefile ============================================================================== --- head/astro/py-RO/Makefile Sat Dec 14 19:30:13 2019 (r520139) +++ head/astro/py-RO/Makefile Sat Dec 14 19:31:38 2019 (r520140) @@ -23,7 +23,7 @@ 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} Modified: head/astro/py-astLib/Makefile ============================================================================== --- head/astro/py-astLib/Makefile Sat Dec 14 19:30:13 2019 (r520139) +++ head/astro/py-astLib/Makefile Sat Dec 14 19:31:38 2019 (r520140) @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=1.1:astro 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: Modified: head/astro/py-astropy/Makefile ============================================================================== --- head/astro/py-astropy/Makefile Sat Dec 14 19:30:13 2019 (r520139) +++ head/astro/py-astropy/Makefile Sat Dec 14 19:31:38 2019 (r520140) @@ -2,8 +2,7 @@ # $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 @@ -13,12 +12,12 @@ 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 Modified: head/astro/py-astropy/distinfo ============================================================================== --- head/astro/py-astropy/distinfo Sat Dec 14 19:30:13 2019 (r520139) +++ head/astro/py-astropy/distinfo Sat Dec 14 19:31:38 2019 (r520140) @@ -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