astro/py-astropy: Update to 5.0
Update DEPENDS Take maintainership PR: 259520 Reported by: wen@ Approved by: maintainer(timeout, > 40 days)
This commit is contained in:
parent
d772687530
commit
b50a39f197
2 changed files with 12 additions and 9 deletions
|
@ -1,23 +1,26 @@
|
|||
# Created by: nwhitehorn
|
||||
|
||||
PORTNAME= astropy
|
||||
DISTVERSION= 4.0.1
|
||||
DISTVERSION= 5.0
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= nwhitehorn@FreeBSD.org
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Community-developed python astronomy tools
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
BUILD_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}astropy-helpers>=0:astro/py-astropy-helpers@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
${PYTHON_PKGNAMEPREFIX}extension-helpers>=0:astro/py-extension-helpers@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:devel/py-setuptools_scm@${PY_FLAVOR}
|
||||
RUN_DEPENDS= ${PYNUMPY} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyerfa>=0:astro/py-pyerfa@${PY_FLAVOR}
|
||||
|
||||
USES= compiler:c11 python:3.5+
|
||||
USE_PYTHON= autoplist distutils
|
||||
USES= compiler:c11 python:3.8+
|
||||
USE_PYTHON= autoplist cython distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1599759867
|
||||
SHA256 (astropy-4.0.1.tar.gz) = f1135f2637867bf4eb44b754d905462be738165ae5535540670938bbc2dcc62c
|
||||
SIZE (astropy-4.0.1.tar.gz) = 8167573
|
||||
TIMESTAMP = 1638758367
|
||||
SHA256 (astropy-5.0.tar.gz) = 70203e151e13292586a817b4069ce1aad4643567aff38b1d191c173bc54f3927
|
||||
SIZE (astropy-5.0.tar.gz) = 7823746
|
||||
|
|
Loading…
Reference in a new issue