diff options
Diffstat (limited to 'astro')
29 files changed, 248 insertions, 21 deletions
diff --git a/astro/Makefile b/astro/Makefile index 4beb8aa1b073..089e5c5a75d6 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -85,8 +85,10 @@ SUBDIR += py-astral SUBDIR += py-astroML SUBDIR += py-astropy + SUBDIR += py-astropy-healpix SUBDIR += py-astropy-helpers SUBDIR += py-astropy-iers-data + SUBDIR += py-astroquery SUBDIR += py-ephem SUBDIR += py-extension-helpers SUBDIR += py-fitsio @@ -101,6 +103,9 @@ SUBDIR += py-pymeeus SUBDIR += py-pymetar SUBDIR += py-pysofa + SUBDIR += py-pytest-astropy + SUBDIR += py-pytest-astropy-header + SUBDIR += py-pyvo SUBDIR += py-pywapi SUBDIR += py-ro SUBDIR += py-sgp4 diff --git a/astro/astroterm/Makefile b/astro/astroterm/Makefile index 5b5cd1cbc684..43125f97d630 100644 --- a/astro/astroterm/Makefile +++ b/astro/astroterm/Makefile @@ -1,9 +1,11 @@ PORTNAME= astroterm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.8 +DISTVERSION= 1.0.9 CATEGORIES= astro -MASTER_SITES= https://web.archive.org/web/20231007085824if_/http://tdc-www.harvard.edu/catalogs/:DATA -DISTFILES= BSC5:DATA +MASTER_SITES= https://web.archive.org/web/20231007085824if_/http://tdc-www.harvard.edu/catalogs/:DATA \ + https://web.archive.org/web/20250114171002if_/http://tdc-www.harvard.edu/catalogs/:ASCIIDATA +DISTFILES= BSC5:DATA \ + ybsc5.gz:ASCIIDATA DIST_SUBDIR= ${PORTNAME}-${DISTVERSION} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -23,8 +25,22 @@ GH_ACCOUNT= da-luce PLIST_FILES= bin/${PORTNAME} +OPTIONS_DEFAULT= BINARY +OPTIONS_SINGLE= DATA +OPTIONS_SINGLE_DATA= ASCII BINARY + +ASCII_DESC= Download the data source in ASCII format +BINARY_DESC= Download the data source in binary format + +.include <bsd.port.options.mk> + post-extract: +.if ${PORT_OPTIONS:MBINARY} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/BSC5 \ ${WRKSRC}/data/bsc5 +.endif +.if ${PORT_OPTIONS:MASCII} + ${GZIP_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/ybsc5.gz > ${WRKSRC}/data/ybsc5 +.endif .include <bsd.port.mk> diff --git a/astro/astroterm/distinfo b/astro/astroterm/distinfo index 8988a49e67cb..98d795d1b5e8 100644 --- a/astro/astroterm/distinfo +++ b/astro/astroterm/distinfo @@ -1,5 +1,7 @@ -TIMESTAMP = 1752484050 -SHA256 (astroterm-1.0.8/BSC5) = e471d02eaf4eecb61c12f879a1cb6432ba9d7b68a9a8c5654a1eb42a0c8cc340 -SIZE (astroterm-1.0.8/BSC5) = 291548 -SHA256 (astroterm-1.0.8/da-luce-astroterm-v1.0.8_GH0.tar.gz) = d7205aeca4a8de372938b103c4ed787a8430150f7d4254151e2148434e9d4430 -SIZE (astroterm-1.0.8/da-luce-astroterm-v1.0.8_GH0.tar.gz) = 20465560 +TIMESTAMP = 1756549522 +SHA256 (astroterm-1.0.9/BSC5) = e471d02eaf4eecb61c12f879a1cb6432ba9d7b68a9a8c5654a1eb42a0c8cc340 +SIZE (astroterm-1.0.9/BSC5) = 291548 +SHA256 (astroterm-1.0.9/ybsc5.gz) = 3dc44b1e90be8fbe5bcc7656032560f51275f985c7e3f783c9028e1838ec7bed +SIZE (astroterm-1.0.9/ybsc5.gz) = 573921 +SHA256 (astroterm-1.0.9/da-luce-astroterm-v1.0.9_GH0.tar.gz) = d96d70c644b258ed0adc3a700e6af122659ecabf3eed60d7cfb6810b5068f3eb +SIZE (astroterm-1.0.9/da-luce-astroterm-v1.0.9_GH0.tar.gz) = 20467780 diff --git a/astro/kosmorro/Makefile b/astro/kosmorro/Makefile index 0c062dd0dfae..6083b481b32e 100644 --- a/astro/kosmorro/Makefile +++ b/astro/kosmorro/Makefile @@ -1,6 +1,6 @@ PORTNAME= kosmorro PORTVERSION= 0.10.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= PYPI diff --git a/astro/mepo/Makefile b/astro/mepo/Makefile index a3063cdb408c..c6b00e34dd26 100644 --- a/astro/mepo/Makefile +++ b/astro/mepo/Makefile @@ -1,9 +1,10 @@ PORTNAME= mepo DISTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= astro geography wayland MASTER_SITES= https://git.sr.ht/~mil/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast, simple, and hackable OSM map viewer WWW= https://sr.ht/~mil/Mepo/ diff --git a/astro/py-astlib/Makefile b/astro/py-astlib/Makefile index 210b07be21bf..30fdf8661983 100644 --- a/astro/py-astlib/Makefile +++ b/astro/py-astlib/Makefile @@ -1,5 +1,6 @@ PORTNAME= astlib PORTVERSION= 0.11.10 +PORTREVISION= 1 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-astroML/Makefile b/astro/py-astroML/Makefile index 49fc551389c9..3827dccb78d5 100644 --- a/astro/py-astroML/Makefile +++ b/astro/py-astroML/Makefile @@ -1,6 +1,6 @@ PORTNAME= astroML PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= astro MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-astropy-healpix/Makefile b/astro/py-astropy-healpix/Makefile new file mode 100644 index 000000000000..91423e66b92d --- /dev/null +++ b/astro/py-astropy-healpix/Makefile @@ -0,0 +1,39 @@ +PORTNAME= astropy-healpix +PORTVERSION= 1.1.2 +CATEGORIES= astro python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${DISTVERSION} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= HEALPix algorithm for Astropy +WWW= https://astropy-healpix.readthedocs.io/en/latest/ \ + https://github.com/astropy/astropy-healpix + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extension-helpers>0:astro/py-extension-helpers@${PY_FLAVOR} \ + ${PYNUMPY} \ + ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=5:astro/py-astropy@${PY_FLAVOR} \ + ${PYNUMPY} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-astropy>0:astro/py-pytest-astropy@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest + +TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} +TEST_WRKSRC= ${WRKSRC}/astropy_healpix/tests + +post-install: + @${STRIP_CMD} \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME:S/-/_/}/_core.*.so \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/${PORTNAME:S/-/_/}/compiler_version.*.so + +# tests fail to run, see https://github.com/astropy/astropy-healpix/issues/272 + +.include <bsd.port.mk> diff --git a/astro/py-astropy-healpix/distinfo b/astro/py-astropy-healpix/distinfo new file mode 100644 index 000000000000..2ca256f3fb13 --- /dev/null +++ b/astro/py-astropy-healpix/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757271621 +SHA256 (astropy_healpix-1.1.2.tar.gz) = 03671df12a36ec3b357c244d5154b6786362ff5d80770675c7b24815101066e4 +SIZE (astropy_healpix-1.1.2.tar.gz) = 109453 diff --git a/astro/py-astropy-healpix/pkg-descr b/astro/py-astropy-healpix/pkg-descr new file mode 100644 index 000000000000..5cd97f174c36 --- /dev/null +++ b/astro/py-astropy-healpix/pkg-descr @@ -0,0 +1,4 @@ +HEALPix (Hierarchical Equal Area isoLatitude Pixelisation) is an algorithm for +pixellizing a sphere that is sometimes used in Astronomy to store data from +all-sky surveys, but the general algorithm can apply to any field that has to +deal with representing data on a sphere. diff --git a/astro/py-astroquery/Makefile b/astro/py-astroquery/Makefile new file mode 100644 index 000000000000..2fc1d0dc7223 --- /dev/null +++ b/astro/py-astroquery/Makefile @@ -0,0 +1,39 @@ +PORTNAME= astroquery +PORTVERSION= 0.4.10 +CATEGORIES= astro python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Functions and classes to access online astronomical data resources +WWW= https://astroquery.readthedocs.io/en/latest/ \ + https://github.com/astropy/astroquery + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=5.0:astro/py-astropy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.8:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}html5lib>=0.999:www/py-html5lib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}keyring>=15.0:security/py-keyring@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.20:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyvo>=1.5:astro/py-pyvo@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.19:www/py-requests@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-astropy>0:astro/py-pytest-astropy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-doctestplus>=0.13:devel/py-pytest-doctestplus@${PY_FLAVOR} +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fsspec>=0:filesystems/py-fsspec@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}moto>0:devel/py-moto@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-dependency>0:devel/py-pytest-dependency@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-rerunfailures>0:devel/py-pytest-rerunfailures@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest + +NO_ARCH= yes + +# tests as of 0.4.10: 6 failed, 1701 passed, 744 skipped, 2 xfailed, 4 errors in 90.35s (0:01:30) + +.include <bsd.port.mk> diff --git a/astro/py-astroquery/distinfo b/astro/py-astroquery/distinfo new file mode 100644 index 000000000000..d198333d35ba --- /dev/null +++ b/astro/py-astroquery/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757237494 +SHA256 (astroquery-0.4.10.tar.gz) = eacd91e9da378e641740fbc3123850daa83ba0926a6fff4c40ccbf5dc6d5a406 +SIZE (astroquery-0.4.10.tar.gz) = 12533999 diff --git a/astro/py-astroquery/pkg-descr b/astro/py-astroquery/pkg-descr new file mode 100644 index 000000000000..32d01be8a014 --- /dev/null +++ b/astro/py-astroquery/pkg-descr @@ -0,0 +1,2 @@ +Astroquery is an astropy affiliated package that contains a collection of tools +to access online Astronomical data. Each web service has its own sub-package. diff --git a/astro/py-kosmorrolib/Makefile b/astro/py-kosmorrolib/Makefile index 179926df5798..31064a7901a5 100644 --- a/astro/py-kosmorrolib/Makefile +++ b/astro/py-kosmorrolib/Makefile @@ -1,6 +1,6 @@ PORTNAME= kosmorrolib PORTVERSION= 1.0.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-metpy/Makefile b/astro/py-metpy/Makefile index 36535191079c..98032307310c 100644 --- a/astro/py-metpy/Makefile +++ b/astro/py-metpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= metpy PORTVERSION= 1.6.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-pykep/Makefile b/astro/py-pykep/Makefile index 073db762b9a3..344929c048e3 100644 --- a/astro/py-pykep/Makefile +++ b/astro/py-pykep/Makefile @@ -1,7 +1,7 @@ PORTNAME= pykep DISTVERSIONPREFIX= v DISTVERSION= 2.6.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-pytest-astropy-header/Makefile b/astro/py-pytest-astropy-header/Makefile new file mode 100644 index 000000000000..eca1932fc089 --- /dev/null +++ b/astro/py-pytest-astropy-header/Makefile @@ -0,0 +1,26 @@ +PORTNAME= pytest-astropy-header +PORTVERSION= 0.2.2 +CATEGORIES= astro python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Pytest plugin to add diagnostic information to header of test output +WWW= https://github.com/astropy/pytest-astropy-header + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest + +NO_ARCH= yes + +# tests as of 0.2.2: 19 passed in 8.69s + +.include <bsd.port.mk> diff --git a/astro/py-pytest-astropy-header/distinfo b/astro/py-pytest-astropy-header/distinfo new file mode 100644 index 000000000000..eef9528d96a7 --- /dev/null +++ b/astro/py-pytest-astropy-header/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757239125 +SHA256 (pytest-astropy-header-0.2.2.tar.gz) = 77891101c94b75a8ca305453b879b318ab6001b370df02be2c0b6d1bb322db10 +SIZE (pytest-astropy-header-0.2.2.tar.gz) = 9914 diff --git a/astro/py-pytest-astropy-header/pkg-descr b/astro/py-pytest-astropy-header/pkg-descr new file mode 100644 index 000000000000..2175c0a54b18 --- /dev/null +++ b/astro/py-pytest-astropy-header/pkg-descr @@ -0,0 +1,5 @@ +The pytest-astropy-header package provides a way to include information about +the system, Python installation, and select dependencies in the header of the +output when running pytest. It can be used with packages that are not +affiliated with the Astropy project, but is optimized for use with +Astropy-related projects. diff --git a/astro/py-pytest-astropy/Makefile b/astro/py-pytest-astropy/Makefile new file mode 100644 index 000000000000..83a43a87cfa6 --- /dev/null +++ b/astro/py-pytest-astropy/Makefile @@ -0,0 +1,33 @@ +PORTNAME= pytest-astropy +PORTVERSION= 0.11.0 +CATEGORIES= astro python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Meta-package containing dependencies for testing +WWW= https://github.com/astropy/pytest-astropy + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19.2.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis>=5.1:devel/py-hypothesis@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-arraydiff>=0.5:devel/py-pytest-arraydiff@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-astropy-header>=0.2.2:astro/py-pytest-astropy-header@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-cov>=2.3.1:devel/py-pytest-cov@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-doctestplus>=1.0.0:devel/py-pytest-doctestplus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-filter-subpackage>=0.1.2:devel/py-pytest-filter-subpackage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=2.0:devel/py-pytest-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-remotedata>=0.4.1:devel/py-pytest-remotedata@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=4.6:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/astro/py-pytest-astropy/distinfo b/astro/py-pytest-astropy/distinfo new file mode 100644 index 000000000000..b0acac8e14a5 --- /dev/null +++ b/astro/py-pytest-astropy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757240001 +SHA256 (pytest-astropy-0.11.0.tar.gz) = 4eaeaa99ed91163ed8f9aac132c70a81f25bc4c12f3cd54dba329fc26c6739b5 +SIZE (pytest-astropy-0.11.0.tar.gz) = 6336 diff --git a/astro/py-pytest-astropy/pkg-descr b/astro/py-pytest-astropy/pkg-descr new file mode 100644 index 000000000000..9f720e8590ea --- /dev/null +++ b/astro/py-pytest-astropy/pkg-descr @@ -0,0 +1,3 @@ +pytest-astropy is a meta-package that pulls in the dependencies that are used by +astropy and some affiliated packages for testing. It can also be used for +testing packages that are not affiliated with the Astropy project. diff --git a/astro/py-pyvo/Makefile b/astro/py-pyvo/Makefile new file mode 100644 index 000000000000..e9ba736cd104 --- /dev/null +++ b/astro/py-pyvo/Makefile @@ -0,0 +1,34 @@ +PORTNAME= pyvo +PORTVERSION= 1.7 +CATEGORIES= astro python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Package for accessing Virtual Observatory data and services +WWW= https://pyvo.readthedocs.io/en/latest/ \ + https://github.com/astropy/pyvo + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}astropy>=4.2:astro/py-astropy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-astropy>0:astro/py-pytest-astropy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-astropy-header>0:astro/py-pytest-astropy-header@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-doctestplus>=0.13:devel/py-pytest-doctestplus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-mock>0:www/py-requests-mock@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist pytest + +NO_ARCH= yes + +TEST_ARGS= --remote-data + +# tests as of 1.7: 462 passed, 1 xfailed, 1 xpassed in 146.52s (0:02:26) + +.include <bsd.port.mk> diff --git a/astro/py-pyvo/distinfo b/astro/py-pyvo/distinfo new file mode 100644 index 000000000000..f9fd9d1a7cd8 --- /dev/null +++ b/astro/py-pyvo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757238061 +SHA256 (pyvo-1.7.tar.gz) = a6fad9efd410732d113e55df43b0201c9acb2e29f27532c71bda56f38ce62320 +SIZE (pyvo-1.7.tar.gz) = 2095584 diff --git a/astro/py-pyvo/pkg-descr b/astro/py-pyvo/pkg-descr new file mode 100644 index 000000000000..d835e80c210e --- /dev/null +++ b/astro/py-pyvo/pkg-descr @@ -0,0 +1,2 @@ +PyVO is a package providing access to remote data and services of the Virtual +observatory (VO) using Python. diff --git a/astro/py-skyfield-data/Makefile b/astro/py-skyfield-data/Makefile index 6eb0cb7cf3b5..49ee8741e651 100644 --- a/astro/py-skyfield-data/Makefile +++ b/astro/py-skyfield-data/Makefile @@ -1,6 +1,5 @@ -PORTNAME= skyfield-data -PORTVERSION= 6.0.0 -PORTREVISION= 1 +PORTNAME= skyfield_data +PORTVERSION= 7.0.0 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-skyfield-data/distinfo b/astro/py-skyfield-data/distinfo index bf95ade06463..9d49ec064674 100644 --- a/astro/py-skyfield-data/distinfo +++ b/astro/py-skyfield-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1719256997 -SHA256 (skyfield-data-6.0.0.tar.gz) = 4e4f059c91f712b2d81d87288df04511a8154adb0044ebfc11365a689a53bcac -SIZE (skyfield-data-6.0.0.tar.gz) = 16961564 +TIMESTAMP = 1756978874 +SHA256 (skyfield_data-7.0.0.tar.gz) = df3b4f0f5b5b57e5adf5a0a5d30d73ca23dd4066ee666da3222d7bd63d580bbd +SIZE (skyfield_data-7.0.0.tar.gz) = 16984524 diff --git a/astro/py-skyfield/Makefile b/astro/py-skyfield/Makefile index 250ca58939f0..ab562fd15987 100644 --- a/astro/py-skyfield/Makefile +++ b/astro/py-skyfield/Makefile @@ -1,6 +1,6 @@ PORTNAME= skyfield PORTVERSION= 1.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/astro/py-sunpy/Makefile b/astro/py-sunpy/Makefile index 551ca12d6edd..073cebeed1ac 100644 --- a/astro/py-sunpy/Makefile +++ b/astro/py-sunpy/Makefile @@ -1,5 +1,6 @@ PORTNAME= sunpy DISTVERSION= 7.0.1 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |