pkgsrc-Changes archive

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

CVS commit: pkgsrc/geography/py-obspy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb 10 10:19:56 UTC 2024

Modified Files:
        pkgsrc/geography/py-obspy: Makefile

Log Message:
py-obspy: not for Python 3.12

Tries to use numpy.distutils


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/geography/py-obspy/Makefile

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

Modified files:

Index: pkgsrc/geography/py-obspy/Makefile
diff -u pkgsrc/geography/py-obspy/Makefile:1.24 pkgsrc/geography/py-obspy/Makefile:1.25
--- pkgsrc/geography/py-obspy/Makefile:1.24     Tue Aug  1 23:20:43 2023
+++ pkgsrc/geography/py-obspy/Makefile  Sat Feb 10 10:19:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/08/01 23:20:43 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2024/02/10 10:19:56 wiz Exp $
 
 DISTNAME=      obspy-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -25,7 +25,7 @@ USE_TOOLS+=   bash:run
 
 REPLACE_BASH=  obspy/taup/tests/data/TauP_test_data/gendata.sh
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 312
 
 USE_PKG_RESOURCES=     yes
 



Home | Main Index | Thread Index | Old Index