Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Nov 2024 07:42:13 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 02bb3df8af20 - main - astro/py-astropy-iers-data: Add new port
Message-ID:  <202411280742.4AS7gDKE067104@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=02bb3df8af20805a23d2f54afb6f66ebab37822c

commit 02bb3df8af20805a23d2f54afb6f66ebab37822c
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2024-11-28 07:39:41 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-11-28 07:41:53 +0000

    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.
---
 astro/Makefile                       |  1 +
 astro/py-astropy-iers-data/Makefile  | 22 ++++++++++++++++++++++
 astro/py-astropy-iers-data/distinfo  |  3 +++
 astro/py-astropy-iers-data/pkg-descr |  4 ++++
 4 files changed, 30 insertions(+)

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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411280742.4AS7gDKE067104>