pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-photutils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May 18 13:37:34 UTC 2024

Modified Files:
        pkgsrc/math/py-photutils: Makefile PLIST

Log Message:
py-photutils: convert to wheel.mk.

Add missing tool dependency while here.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/py-photutils/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/py-photutils/PLIST

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

Modified files:

Index: pkgsrc/math/py-photutils/Makefile
diff -u pkgsrc/math/py-photutils/Makefile:1.9 pkgsrc/math/py-photutils/Makefile:1.10
--- pkgsrc/math/py-photutils/Makefile:1.9       Thu Feb 15 22:15:05 2024
+++ pkgsrc/math/py-photutils/Makefile   Sat May 18 13:37:34 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2024/02/15 22:15:05 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/18 13:37:34 wiz Exp $
 
 DISTNAME=      photutils-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/photutils/}
 
@@ -11,6 +11,9 @@ HOMEPAGE=     https://photutils.readthedocs.
 COMMENT=       Astropy coordinated module for astronomical photometry
 LICENSE=       modified-bsd
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-scikit-image>=0.14.2:../../math/py-scikit-image
 DEPENDS+=      ${PYPKGPREFIX}-scikit-learn>=0.19:../../math/py-scikit-learn
 DEPENDS+=      ${PYPKGPREFIX}-astropy>=4.2:../../math/py-astropy
@@ -20,6 +23,6 @@ DEPENDS+=     ${PYPKGPREFIX}-gwcs>=0.12:../.
 PYTHON_VERSIONS_INCOMPATIBLE=  27 # py-scikit
 PYTHON_VERSIONS_INCOMPATIBLE+= 38 # py-scikit-learn
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../math/py-numpy/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/py-photutils/PLIST
diff -u pkgsrc/math/py-photutils/PLIST:1.1 pkgsrc/math/py-photutils/PLIST:1.2
--- pkgsrc/math/py-photutils/PLIST:1.1  Sat Dec 19 14:56:04 2020
+++ pkgsrc/math/py-photutils/PLIST      Sat May 18 13:37:34 2024
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2020/12/19 14:56:04 mef Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.2 2024/05/18 13:37:34 wiz 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}/photutils/CITATION.rst
 ${PYSITELIB}/photutils/__init__.py
 ${PYSITELIB}/photutils/__init__.pyc



Home | Main Index | Thread Index | Old Index