Skip to content

Commit f02ea7e

Browse files
committed
py-maturin: update to 1.7.0.
## [1.7.0] - 2024-07-07 * Initial iOS support in [#2101](PyO3/maturin#2102) * Remove old import hook in [#2105](PyO3/maturin#2105), use [maturin-import-hook](https://github.com/PyO3/maturin-import-hook) instead * Bump MSRV to 1.74.0 in [#2108](PyO3/maturin#2108) * Add support for overriding wheel tag with `_PYTHON_HOST_PLATFORM` in [#2122](PyO3/maturin#2122) * Don't add files to an archive more than once [#2125](PyO3/maturin#2125) * Only use base python executable when `MATURIN_PEP517_USE_BASE_PYTHON` is set in [#2134](PyO3/maturin#2134)
1 parent b1cca5d commit f02ea7e

File tree

4 files changed

+636
-575
lines changed

4 files changed

+636
-575
lines changed

devel/py-maturin/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.22 2024/06/06 04:58:15 adam Exp $
1+
# $NetBSD: Makefile,v 1.23 2024/07/14 13:28:00 wiz Exp $
22

3-
DISTNAME= maturin-1.6.0
3+
DISTNAME= maturin-1.7.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=m/maturin/}

devel/py-maturin/PLIST

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.2 2024/03/21 20:02:50 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2024/07/14 13:28:00 wiz Exp $
22
bin/maturin-${PYVERSSUFFIX}
33
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
44
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -10,6 +10,3 @@ ${PYSITELIB}/maturin/__init__.pyo
1010
${PYSITELIB}/maturin/__main__.py
1111
${PYSITELIB}/maturin/__main__.pyc
1212
${PYSITELIB}/maturin/__main__.pyo
13-
${PYSITELIB}/maturin/import_hook.py
14-
${PYSITELIB}/maturin/import_hook.pyc
15-
${PYSITELIB}/maturin/import_hook.pyo

0 commit comments

Comments
 (0)