- Update to 4.0.1

PR:		248120
Submitted by:	wen@(myself)
Approved by:	maintainer
This commit is contained in:
Wen Heping 2020-09-12 02:25:15 +00:00
parent 27bcc8f432
commit 841bb1e697
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548279
3 changed files with 6 additions and 17 deletions

View File

@ -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+

View File

@ -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

View File

@ -1,12 +0,0 @@
--- 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' ]
}