pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 6 07:55:24 UTC 2024
Modified Files:
pkgsrc/math: Makefile
Added Files:
pkgsrc/math/py-astropy-iers-data: DESCR Makefile PLIST distinfo
Log Message:
py-astropy-iers-data: added version 0.2024.8.5.0.32.23
IERS Earth Rotation and Leap Second tables for the astropy core package.
To generate a diff of this commit:
cvs rdiff -u -r1.605 -r1.606 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/py-astropy-iers-data/DESCR \
pkgsrc/math/py-astropy-iers-data/Makefile \
pkgsrc/math/py-astropy-iers-data/PLIST \
pkgsrc/math/py-astropy-iers-data/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.605 pkgsrc/math/Makefile:1.606
--- pkgsrc/math/Makefile:1.605 Mon Aug 5 20:39:56 2024
+++ pkgsrc/math/Makefile Tue Aug 6 07:55:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.605 2024/08/05 20:39:56 adam Exp $
+# $NetBSD: Makefile,v 1.606 2024/08/06 07:55:23 adam Exp $
COMMENT= Mathematics
@@ -401,6 +401,7 @@ SUBDIR+= py-asdf_wcs_schemas
SUBDIR+= py-asteval
SUBDIR+= py-astroML
SUBDIR+= py-astropy
+SUBDIR+= py-astropy-iers-data
SUBDIR+= py-bottleneck
SUBDIR+= py-cdecimal
SUBDIR+= py-claripy
Added files:
Index: pkgsrc/math/py-astropy-iers-data/DESCR
diff -u /dev/null pkgsrc/math/py-astropy-iers-data/DESCR:1.1
--- /dev/null Tue Aug 6 07:55:24 2024
+++ pkgsrc/math/py-astropy-iers-data/DESCR Tue Aug 6 07:55:24 2024
@@ -0,0 +1 @@
+IERS Earth Rotation and Leap Second tables for the astropy core package.
Index: pkgsrc/math/py-astropy-iers-data/Makefile
diff -u /dev/null pkgsrc/math/py-astropy-iers-data/Makefile:1.1
--- /dev/null Tue Aug 6 07:55:24 2024
+++ pkgsrc/math/py-astropy-iers-data/Makefile Tue Aug 6 07:55:24 2024
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2024/08/06 07:55:24 adam Exp $
+
+DISTNAME= astropy_iers_data-0.2024.8.5.0.32.23
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_PYPI:=a/astropy-iers-data/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/astropy/astropy-iers-data
+COMMENT= IERS Earth Rotation and Leap Second tables for astropy
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+# Currently unused
+#TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis
+#TEST_DEPENDS+= ${PYPKGPREFIX}-test-remotedata-[0-9]*:../../net/py-test-remotedata
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/py-astropy-iers-data/PLIST
diff -u /dev/null pkgsrc/math/py-astropy-iers-data/PLIST:1.1
--- /dev/null Tue Aug 6 07:55:24 2024
+++ pkgsrc/math/py-astropy-iers-data/PLIST Tue Aug 6 07:55:24 2024
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2024/08/06 07:55:24 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/astropy_iers_data/__init__.py
+${PYSITELIB}/astropy_iers_data/__init__.pyc
+${PYSITELIB}/astropy_iers_data/__init__.pyo
+${PYSITELIB}/astropy_iers_data/_version.py
+${PYSITELIB}/astropy_iers_data/_version.pyc
+${PYSITELIB}/astropy_iers_data/_version.pyo
+${PYSITELIB}/astropy_iers_data/data/Leap_Second.dat
+${PYSITELIB}/astropy_iers_data/data/README.rst
+${PYSITELIB}/astropy_iers_data/data/ReadMe.eopc04
+${PYSITELIB}/astropy_iers_data/data/ReadMe.finals2000A
+${PYSITELIB}/astropy_iers_data/data/eopc04.1962-now
+${PYSITELIB}/astropy_iers_data/data/finals2000A.all
+${PYSITELIB}/astropy_iers_data/tests/__init__.py
+${PYSITELIB}/astropy_iers_data/tests/__init__.pyc
+${PYSITELIB}/astropy_iers_data/tests/__init__.pyo
Index: pkgsrc/math/py-astropy-iers-data/distinfo
diff -u /dev/null pkgsrc/math/py-astropy-iers-data/distinfo:1.1
--- /dev/null Tue Aug 6 07:55:24 2024
+++ pkgsrc/math/py-astropy-iers-data/distinfo Tue Aug 6 07:55:24 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/08/06 07:55:24 adam Exp $
+
+BLAKE2s (astropy_iers_data-0.2024.8.5.0.32.23.tar.gz) = 15b0975d1756aa28d10f9d190fde1d395c82edac85e0537139e6d86b5d1e84b4
+SHA512 (astropy_iers_data-0.2024.8.5.0.32.23.tar.gz) = 849a437b2ff03ac4cb594b7a05239e6d2b3efabf0ddd38c330e45df0524f67e1eb03deef46ec678bfb1f7bdb897883c885220a5b680451b261f3da7f3041b7a4
+Size (astropy_iers_data-0.2024.8.5.0.32.23.tar.gz) = 1873878 bytes
Home |
Main Index |
Thread Index |
Old Index