Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2020 02:25:16 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548279 - in head/astro/py-astropy: . files
Message-ID:  <202009120225.08C2PGBi041027@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Sep 12 02:25:15 2020
New Revision: 548279
URL: https://svnweb.freebsd.org/changeset/ports/548279

Log:
  - Update to 4.0.1
  
  PR:		248120
  Submitted by:	wen@(myself)
  Approved by:	maintainer

Deleted:
  head/astro/py-astropy/files/
Modified:
  head/astro/py-astropy/Makefile
  head/astro/py-astropy/distinfo

Modified: head/astro/py-astropy/Makefile
==============================================================================
--- head/astro/py-astropy/Makefile	Sat Sep 12 02:08:01 2020	(r548278)
+++ head/astro/py-astropy/Makefile	Sat Sep 12 02:25:15 2020	(r548279)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	astropy
-DISTVERSION=	3.1.2
+DISTVERSION=	4.0.1
 PORTEPOCH=	2
 CATEGORIES=	astro
 MASTER_SITES=	CHEESESHOP
@@ -14,7 +14,8 @@ COMMENT=	Community-developed python astronomy tools
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE.rst
 
-BUILD_DEPENDS=	${PYNUMPY}
+BUILD_DEPENDS=	${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}astropy-helpers>=0:astro/py-astropy-helpers@${PY_FLAVOR}
 RUN_DEPENDS=	${PYNUMPY}
 
 USES=		compiler:c11 python:3.5+

Modified: head/astro/py-astropy/distinfo
==============================================================================
--- head/astro/py-astropy/distinfo	Sat Sep 12 02:08:01 2020	(r548278)
+++ head/astro/py-astropy/distinfo	Sat Sep 12 02:25:15 2020	(r548279)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1552966226
-SHA256 (astropy-3.1.2.tar.gz) = 4a78a8ec9666d0a51a37f03494aaa5012e241ba37053e6c913c039cddee89ede
-SIZE (astropy-3.1.2.tar.gz) = 8203507
+TIMESTAMP = 1599759867
+SHA256 (astropy-4.0.1.tar.gz) = f1135f2637867bf4eb44b754d905462be738165ae5535540670938bbc2dcc62c
+SIZE (astropy-4.0.1.tar.gz) = 8167573



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009120225.08C2PGBi041027>