pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/py-pywavelets
Module Name: pkgsrc
Committed By: adam
Date: Tue Aug 20 14:22:42 UTC 2024
Modified Files:
pkgsrc/math/py-pywavelets: Makefile distinfo
Log Message:
py-pywavelets: updated to 1.7.0
v1.7.0
Issues closed for v1.7.0
Start building WASM wheels against newer Pyodide (version 0.26.0)
Pull requests for v1.7.0
BLD: Test editable installations for PyWavelets in CI
Drop support for older dependencies (see SPEC 0)
MAINT: set version to 1.7.0.dev0
DOC: Fix incorrect indentations for a few interactive examples
DOC, DEP: Remove custom \`:button_text\` directive option, bump...
DEP: Remove \`docutils\` upper-pin, bump \`sphinx\`
FIX, CI: Temporarily disable \`pytest\`'s caching in Pyodide...
CI, BLD: Use \`cibuildwheel\` to build and test Pyodide/WASM...
Bump the github-actions group with 2 updates
Use \`scipy-doctest\` instead of \`refguide-check\`
DOC: easy_install is no longer a thing
CI: Add CI to test on free-threaded Python
CI: Add CI to release nightly wheels against free-threaded Python...
CI: add macOS nightly wheels for free-threaded CPython
Bump softprops/action-gh-release from 2.0.5 to 2.0.6 in the github-actions...
BLD: mark extension modules as compatible to run without the...
BLD: fix a few install tags for generated .py files
Bump the github-actions group with 4 updates
BLD/CI: support Python 3.13 (cp313/cp313t) in pyproject.toml...
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/py-pywavelets/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/py-pywavelets/distinfo
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-pywavelets/Makefile
diff -u pkgsrc/math/py-pywavelets/Makefile:1.13 pkgsrc/math/py-pywavelets/Makefile:1.14
--- pkgsrc/math/py-pywavelets/Makefile:1.13 Mon Apr 8 05:52:10 2024
+++ pkgsrc/math/py-pywavelets/Makefile Tue Aug 20 14:22:42 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/04/08 05:52:10 adam Exp $
+# $NetBSD: Makefile,v 1.14 2024/08/20 14:22:42 adam Exp $
-DISTNAME= pywavelets-1.6.0
+DISTNAME= pywavelets-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/PyWavelets/}
@@ -10,12 +10,13 @@ HOMEPAGE= https://github.com/PyWavelets/
COMMENT= Discrete Wavelet Transforms in Python
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0.15.0:../../devel/py-meson_python
+TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.4:../../devel/py-cython
+TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0.16.0:../../devel/py-meson_python
REPLACE_PYTHON+= pywt/data/create_dat.py
REPLACE_PYTHON+= pywt/tests/*.py
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 38
pre-configure:
${LN} -sf ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython
Index: pkgsrc/math/py-pywavelets/distinfo
diff -u pkgsrc/math/py-pywavelets/distinfo:1.7 pkgsrc/math/py-pywavelets/distinfo:1.8
--- pkgsrc/math/py-pywavelets/distinfo:1.7 Mon Apr 8 05:52:10 2024
+++ pkgsrc/math/py-pywavelets/distinfo Tue Aug 20 14:22:42 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/04/08 05:52:10 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/08/20 14:22:42 adam Exp $
-BLAKE2s (pywavelets-1.6.0.tar.gz) = afcf0ee2922efdd13b74e7e16c8fff025f006f1506ea5dac2ac31f177887cc42
-SHA512 (pywavelets-1.6.0.tar.gz) = 2b2a0b5f649ed374e1c2d46c185afbe221018e37d1461f1a34f0a9a9b0d06d8d8e9b6afc5c28a4a109df6ec783531a481b7caf3c4dea913b98800fd774b89fab
-Size (pywavelets-1.6.0.tar.gz) = 3939946 bytes
+BLAKE2s (pywavelets-1.7.0.tar.gz) = 269b05a55016e38b2f354f38b4c2e0d2a50d187609ada823e2a542d071a73ae8
+SHA512 (pywavelets-1.7.0.tar.gz) = 5e6838f3f992710d8c2eb1d06df4dd07c10d2b6f53fce2226d668b791aabec1f33eee1fae906eeda2cd53695cb3f6e22269b9051ae8f93605710a4e10aa3a39a
+Size (pywavelets-1.7.0.tar.gz) = 3934767 bytes
Home |
Main Index |
Thread Index |
Old Index