pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-astropy
Module Name: pkgsrc
Committed By: wiz
Date: Sat May 11 15:38:31 UTC 2024
Modified Files:
pkgsrc/math/py-astropy: Makefile PLIST
Log Message:
py-astropy: convert to wheel.mk
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/py-astropy/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/py-astropy/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-astropy/Makefile
diff -u pkgsrc/math/py-astropy/Makefile:1.11 pkgsrc/math/py-astropy/Makefile:1.12
--- pkgsrc/math/py-astropy/Makefile:1.11 Fri Oct 20 14:16:35 2023
+++ pkgsrc/math/py-astropy/Makefile Sat May 11 15:38:30 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2023/10/20 14:16:35 adam Exp $
+# $NetBSD: Makefile,v 1.12 2024/05/11 15:38:30 wiz Exp $
DISTNAME= astropy-5.3.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/astropy/}
@@ -10,6 +11,8 @@ HOMEPAGE= https://www.astropy.org/
COMMENT= Python module for astronomical calculations and data analysis
LICENSE= modified-bsd
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TOOL_DEPENDS+= ${PYPKGPREFIX}-extension-helpers-[0-9]*:../../devel/py-extension-helpers
DEPENDS+= ${PYPKGPREFIX}-yaml>=3.13:../../textproc/py-yaml
DEPENDS+= ${PYPKGPREFIX}-pyerfa>=2.0.0.1:../../math/py-pyerfa
@@ -20,10 +23,8 @@ DEPENDS+= ${PYPKGPREFIX}-matplotlib>=3.5
USE_LANGUAGES= c c++
-USE_PKG_RESOURCES= yes
-
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
-.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-astropy/PLIST
diff -u pkgsrc/math/py-astropy/PLIST:1.3 pkgsrc/math/py-astropy/PLIST:1.4
--- pkgsrc/math/py-astropy/PLIST:1.3 Thu Aug 31 14:01:37 2023
+++ pkgsrc/math/py-astropy/PLIST Sat May 11 15:38:30 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/08/31 14:01:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2024/05/11 15:38:30 wiz Exp $
bin/fits2bitmap
bin/fitscheck
bin/fitsdiff
@@ -8,13 +8,12 @@ bin/samp_hub
bin/showtable
bin/volint
bin/wcslint
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.rst
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/astropy/CITATION
${PYSITELIB}/astropy/__init__.py
${PYSITELIB}/astropy/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index