mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
astro/py-astropy-iers-data: Add new port
IERS Earth Rotation and Leap Second tables for the astropy core package. Note: This package is not currently meant to be used directly by users, and only meant to be used from the core astropy package.
This commit is contained in:
parent
cec439a42b
commit
02bb3df8af
4 changed files with 30 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
|||
SUBDIR += py-astral
|
||||
SUBDIR += py-astroML
|
||||
SUBDIR += py-astropy
|
||||
SUBDIR += py-astropy-iers-data
|
||||
SUBDIR += py-astropy-helpers
|
||||
SUBDIR += py-ephem
|
||||
SUBDIR += py-extension-helpers
|
||||
|
|
22
astro/py-astropy-iers-data/Makefile
Normal file
22
astro/py-astropy-iers-data/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
PORTNAME= astropy-iers-data
|
||||
DISTVERSION= 0.2024.11.25.0.34.48
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= astropy_iers_data-${DISTVERSION}
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= IERS Earth Rotation and Leap Second tables for the astropy
|
||||
WWW= https://github.com/astropy/astropy-iers-data
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.rst
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}setuptools_scm7>0:devel/py-setuptools_scm7@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist pep517
|
||||
|
||||
.include <bsd.port.mk>
|
3
astro/py-astropy-iers-data/distinfo
Normal file
3
astro/py-astropy-iers-data/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1732763289
|
||||
SHA256 (astropy_iers_data-0.2024.11.25.0.34.48.tar.gz) = 690702c30886e7a3509c4dc39e076c8f94a5cf923c1a49c26455e6d0a5aa5356
|
||||
SIZE (astropy_iers_data-0.2024.11.25.0.34.48.tar.gz) = 1884954
|
4
astro/py-astropy-iers-data/pkg-descr
Normal file
4
astro/py-astropy-iers-data/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
IERS Earth Rotation and Leap Second tables for the astropy core package.
|
||||
|
||||
Note: This package is not currently meant to be used directly by users,
|
||||
and only meant to be used from the core astropy package.
|
Loading…
Add table
Reference in a new issue