pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

py-photutils: updating to version 1.5.0



Module Name:	pkgsrc-wip
Committed By:	Kinoshita Daisuke <kinoshita%astro.ncu.edu.tw@localhost>
Pushed By:	daisuke
Date:		Thu Aug 18 18:56:45 2022 +0800
Changeset:	92b7d771562a2b05a72fb8ac5ca88eda0f71041e

Modified Files:
	py-photutils/Makefile
	py-photutils/PLIST
	py-photutils/distinfo

Log Message:
py-photutils: updating to version 1.5.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=92b7d771562a2b05a72fb8ac5ca88eda0f71041e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 py-photutils/Makefile | 11 +++++++----
 py-photutils/PLIST    | 36 ++++++++++++++++++++++++++++++------
 py-photutils/distinfo |  6 +++---
 3 files changed, 40 insertions(+), 13 deletions(-)

diffs:
diff --git a/py-photutils/Makefile b/py-photutils/Makefile
index 706dde909b..8c0e168539 100644
--- a/py-photutils/Makefile
+++ b/py-photutils/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2020/12/19 14:56:04 mef Exp $
 
-DISTNAME=	photutils-1.4.0
+DISTNAME=	photutils-1.5.0
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	math python
 MASTER_SITES=	${MASTER_SITE_PYPI:=p/photutils/}
@@ -12,13 +12,16 @@ LICENSE=	modified-bsd
 
 PYTHON_VERSIONS_INCOMPATIBLE=	27
 
+DEPENDS+=	${PYPKGPREFIX}-numpy>=1.18.0:../../math/py-numpy
+DEPENDS+=	${PYPKGPREFIX}-astropy>=5.0:../../wip/py-astropy
+DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-matplotlib>=3.1:../../graphics/py-matplotlib
 DEPENDS+=	${PYPKGPREFIX}-scikit-image>=0.15.0:../../math/py-scikit-image
 DEPENDS+=	${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
-DEPENDS+=	${PYPKGPREFIX}-astropy>=5.0:../../wip/py-astropy
 DEPENDS+=	${PYPKGPREFIX}-extension-helpers>=0.1:../../devel/py-extension-helpers
 DEPENDS+=	${PYPKGPREFIX}-gwcs>=0.16:../../math/py-gwcs
-DEPENDS+=	${PYPKGPREFIX}-numpy>=1.18.0:../../math/py-numpy
-DEPENDS+=	${PYPKGPREFIX}-scipy>=1.6:../../math/py-scipy
+DEPENDS+=	${PYPKGPREFIX}-bottleneck>=1.3.2:../../math/py-bottleneck
+DEPENDS+=	${PYPKGPREFIX}-tqdm>0:../../misc/py-tqdm
 
 .include "../../lang/python/egg.mk"
 .include "../../math/py-numpy/buildlink3.mk"
diff --git a/py-photutils/PLIST b/py-photutils/PLIST
index 3c7d74f040..ca25ff58ef 100644
--- a/py-photutils/PLIST
+++ b/py-photutils/PLIST
@@ -75,9 +75,6 @@ ${PYSITELIB}/photutils/aperture/tests/test_stats.pyo
 ${PYSITELIB}/photutils/background/__init__.py
 ${PYSITELIB}/photutils/background/__init__.pyc
 ${PYSITELIB}/photutils/background/__init__.pyo
-${PYSITELIB}/photutils/background/_utils.py
-${PYSITELIB}/photutils/background/_utils.pyc
-${PYSITELIB}/photutils/background/_utils.pyo
 ${PYSITELIB}/photutils/background/background_2d.py
 ${PYSITELIB}/photutils/background/background_2d.pyc
 ${PYSITELIB}/photutils/background/background_2d.pyo
@@ -363,9 +360,6 @@ ${PYSITELIB}/photutils/psf/utils.pyo
 ${PYSITELIB}/photutils/segmentation/__init__.py
 ${PYSITELIB}/photutils/segmentation/__init__.pyc
 ${PYSITELIB}/photutils/segmentation/__init__.pyo
-${PYSITELIB}/photutils/segmentation/_utils.py
-${PYSITELIB}/photutils/segmentation/_utils.pyc
-${PYSITELIB}/photutils/segmentation/_utils.pyo
 ${PYSITELIB}/photutils/segmentation/catalog.py
 ${PYSITELIB}/photutils/segmentation/catalog.pyc
 ${PYSITELIB}/photutils/segmentation/catalog.pyo
@@ -378,6 +372,9 @@ ${PYSITELIB}/photutils/segmentation/deblend.pyo
 ${PYSITELIB}/photutils/segmentation/detect.py
 ${PYSITELIB}/photutils/segmentation/detect.pyc
 ${PYSITELIB}/photutils/segmentation/detect.pyo
+${PYSITELIB}/photutils/segmentation/finder.py
+${PYSITELIB}/photutils/segmentation/finder.pyc
+${PYSITELIB}/photutils/segmentation/finder.pyo
 ${PYSITELIB}/photutils/segmentation/tests/__init__.py
 ${PYSITELIB}/photutils/segmentation/tests/__init__.pyc
 ${PYSITELIB}/photutils/segmentation/tests/__init__.pyo
@@ -393,9 +390,15 @@ ${PYSITELIB}/photutils/segmentation/tests/test_deblend.pyo
 ${PYSITELIB}/photutils/segmentation/tests/test_detect.py
 ${PYSITELIB}/photutils/segmentation/tests/test_detect.pyc
 ${PYSITELIB}/photutils/segmentation/tests/test_detect.pyo
+${PYSITELIB}/photutils/segmentation/tests/test_finder.py
+${PYSITELIB}/photutils/segmentation/tests/test_finder.pyc
+${PYSITELIB}/photutils/segmentation/tests/test_finder.pyo
 ${PYSITELIB}/photutils/segmentation/tests/test_utils.py
 ${PYSITELIB}/photutils/segmentation/tests/test_utils.pyc
 ${PYSITELIB}/photutils/segmentation/tests/test_utils.pyo
+${PYSITELIB}/photutils/segmentation/utils.py
+${PYSITELIB}/photutils/segmentation/utils.pyc
+${PYSITELIB}/photutils/segmentation/utils.pyo
 ${PYSITELIB}/photutils/tests/__init__.py
 ${PYSITELIB}/photutils/tests/__init__.pyc
 ${PYSITELIB}/photutils/tests/__init__.pyo
@@ -414,24 +417,36 @@ ${PYSITELIB}/photutils/utils/_moments.pyo
 ${PYSITELIB}/photutils/utils/_optional_deps.py
 ${PYSITELIB}/photutils/utils/_optional_deps.pyc
 ${PYSITELIB}/photutils/utils/_optional_deps.pyo
+${PYSITELIB}/photutils/utils/_parameters.py
+${PYSITELIB}/photutils/utils/_parameters.pyc
+${PYSITELIB}/photutils/utils/_parameters.pyo
 ${PYSITELIB}/photutils/utils/_quantity_helpers.py
 ${PYSITELIB}/photutils/utils/_quantity_helpers.pyc
 ${PYSITELIB}/photutils/utils/_quantity_helpers.pyo
 ${PYSITELIB}/photutils/utils/_round.py
 ${PYSITELIB}/photutils/utils/_round.pyc
 ${PYSITELIB}/photutils/utils/_round.pyo
+${PYSITELIB}/photutils/utils/_stats.py
+${PYSITELIB}/photutils/utils/_stats.pyc
+${PYSITELIB}/photutils/utils/_stats.pyo
 ${PYSITELIB}/photutils/utils/_wcs_helpers.py
 ${PYSITELIB}/photutils/utils/_wcs_helpers.pyc
 ${PYSITELIB}/photutils/utils/_wcs_helpers.pyo
 ${PYSITELIB}/photutils/utils/colormaps.py
 ${PYSITELIB}/photutils/utils/colormaps.pyc
 ${PYSITELIB}/photutils/utils/colormaps.pyo
+${PYSITELIB}/photutils/utils/cutouts.py
+${PYSITELIB}/photutils/utils/cutouts.pyc
+${PYSITELIB}/photutils/utils/cutouts.pyo
 ${PYSITELIB}/photutils/utils/errors.py
 ${PYSITELIB}/photutils/utils/errors.pyc
 ${PYSITELIB}/photutils/utils/errors.pyo
 ${PYSITELIB}/photutils/utils/exceptions.py
 ${PYSITELIB}/photutils/utils/exceptions.pyc
 ${PYSITELIB}/photutils/utils/exceptions.pyo
+${PYSITELIB}/photutils/utils/footprints.py
+${PYSITELIB}/photutils/utils/footprints.pyc
+${PYSITELIB}/photutils/utils/footprints.pyo
 ${PYSITELIB}/photutils/utils/interpolation.py
 ${PYSITELIB}/photutils/utils/interpolation.pyc
 ${PYSITELIB}/photutils/utils/interpolation.pyo
@@ -444,9 +459,15 @@ ${PYSITELIB}/photutils/utils/tests/test_colormaps.pyo
 ${PYSITELIB}/photutils/utils/tests/test_convolution.py
 ${PYSITELIB}/photutils/utils/tests/test_convolution.pyc
 ${PYSITELIB}/photutils/utils/tests/test_convolution.pyo
+${PYSITELIB}/photutils/utils/tests/test_cutouts.py
+${PYSITELIB}/photutils/utils/tests/test_cutouts.pyc
+${PYSITELIB}/photutils/utils/tests/test_cutouts.pyo
 ${PYSITELIB}/photutils/utils/tests/test_errors.py
 ${PYSITELIB}/photutils/utils/tests/test_errors.pyc
 ${PYSITELIB}/photutils/utils/tests/test_errors.pyo
+${PYSITELIB}/photutils/utils/tests/test_footprints.py
+${PYSITELIB}/photutils/utils/tests/test_footprints.pyc
+${PYSITELIB}/photutils/utils/tests/test_footprints.pyo
 ${PYSITELIB}/photutils/utils/tests/test_interpolation.py
 ${PYSITELIB}/photutils/utils/tests/test_interpolation.pyc
 ${PYSITELIB}/photutils/utils/tests/test_interpolation.pyo
@@ -456,6 +477,9 @@ ${PYSITELIB}/photutils/utils/tests/test_misc.pyo
 ${PYSITELIB}/photutils/utils/tests/test_moments.py
 ${PYSITELIB}/photutils/utils/tests/test_moments.pyc
 ${PYSITELIB}/photutils/utils/tests/test_moments.pyo
+${PYSITELIB}/photutils/utils/tests/test_parameters.py
+${PYSITELIB}/photutils/utils/tests/test_parameters.pyc
+${PYSITELIB}/photutils/utils/tests/test_parameters.pyo
 ${PYSITELIB}/photutils/utils/tests/test_quantity_helpers.py
 ${PYSITELIB}/photutils/utils/tests/test_quantity_helpers.pyc
 ${PYSITELIB}/photutils/utils/tests/test_quantity_helpers.pyo
diff --git a/py-photutils/distinfo b/py-photutils/distinfo
index 8e778c549d..5df85e1af8 100644
--- a/py-photutils/distinfo
+++ b/py-photutils/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2020/12/19 14:56:04 mef Exp $
 
-BLAKE2s (photutils-1.4.0.tar.gz) = cb6cf96cdfe633b739dd1ae96b0815a168bb1e01dea351b35b6c080ea6c444ad
-SHA512 (photutils-1.4.0.tar.gz) = 0e86957236d0ed9c2b01913a52d800be8cb6f8e067cf570bff7e182f18c67558d0b0f43515cd3a7598b9e09d7bcef33682abcfa40ec55ef6f142f87f089c2ed1
-Size (photutils-1.4.0.tar.gz) = 1031011 bytes
+BLAKE2s (photutils-1.5.0.tar.gz) = e2fa7a41a915f91a13184ed176378960fa2b6095a2e63d9332f87be712f7de2c
+SHA512 (photutils-1.5.0.tar.gz) = d6ea6bbe49bb9effad78d4a3cc9f9fe6acc108b4f922f159d0d98c187007fc4ef9ddaee9176ab61c2b3935f37e90ffeb6dfd8633d74ab5b1ff986aef125e1e45
+Size (photutils-1.5.0.tar.gz) = 1047437 bytes


Home | Main Index | Thread Index | Old Index