diff options
author | Wen Heping <wen@FreeBSD.org> | 2024-11-28 07:39:41 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2024-11-28 07:41:53 +0000 |
commit | 02bb3df8af20805a23d2f54afb6f66ebab37822c (patch) | |
tree | cb3dff438a2f08fb8407a4276b18bcae1bd0d40f | |
parent | cec439a42badbe81aa0b7b77b01acb2ed9c69d58 (diff) | |
download | ports-02bb3df8af20805a23d2f54afb6f66ebab37822c.tar.gz ports-02bb3df8af20805a23d2f54afb6f66ebab37822c.zip |
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.
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/py-astropy-iers-data/Makefile | 22 | ||||
-rw-r--r-- | astro/py-astropy-iers-data/distinfo | 3 | ||||
-rw-r--r-- | astro/py-astropy-iers-data/pkg-descr | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 85dc5da594c3..d1b90007b25e 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -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 diff --git a/astro/py-astropy-iers-data/Makefile b/astro/py-astropy-iers-data/Makefile new file mode 100644 index 000000000000..cd812cf4a8c7 --- /dev/null +++ b/astro/py-astropy-iers-data/Makefile @@ -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> diff --git a/astro/py-astropy-iers-data/distinfo b/astro/py-astropy-iers-data/distinfo new file mode 100644 index 000000000000..dbefd51091e8 --- /dev/null +++ b/astro/py-astropy-iers-data/distinfo @@ -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 diff --git a/astro/py-astropy-iers-data/pkg-descr b/astro/py-astropy-iers-data/pkg-descr new file mode 100644 index 000000000000..66d7f39401d3 --- /dev/null +++ b/astro/py-astropy-iers-data/pkg-descr @@ -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. |