1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00

astro/py-pyerfa: New port

PyERFA is the Python wrapper for the ERFA library (Essential Routines for
Fundamental Astronomy), a C library containing key algorithms for astronomy,
which is based on the SOFA library published by the International Astronomical
Union (IAU). All C routines are wrapped as Numpy universal functions, so
that they can be called with scalar or array inputs.

WWW: https://github.com/liberfa/pyerfa
This commit is contained in:
Wen Heping 2021-10-29 08:42:21 +08:00
parent d82adac7e3
commit 757fbeb1a6
4 changed files with 33 additions and 0 deletions

View File

@ -89,6 +89,7 @@
SUBDIR += py-kosmorrolib
SUBDIR += py-metar
SUBDIR += py-metpy
SUBDIR += py-pyerfa
SUBDIR += py-pykep
SUBDIR += py-pymeeus
SUBDIR += py-pymetar

22
astro/py-pyerfa/Makefile Normal file
View File

@ -0,0 +1,22 @@
PORTNAME= pyerfa
DISTVERSION= 2.0.0
CATEGORIES= astro
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python wrapper for the ERFA library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}packaging>0:devel/py-packaging@${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}
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

3
astro/py-pyerfa/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1635385118
SHA256 (pyerfa-2.0.0.tar.gz) = f904231e1a570f94440e06140799590895107f942847b52a753ce81c9609162d
SIZE (pyerfa-2.0.0.tar.gz) = 808283

View File

@ -0,0 +1,7 @@
PyERFA is the Python wrapper for the ERFA library (Essential Routines for
Fundamental Astronomy), a C library containing key algorithms for astronomy,
which is based on the SOFA library published by the International Astronomical
Union (IAU). All C routines are wrapped as Numpy universal functions, so
that they can be called with scalar or array inputs.
WWW: https://github.com/liberfa/pyerfa