Skip to content

Commit

Permalink
py-maturin: update to 1.7.0.
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
0-wiz-0 committed Jul 14, 2024
1 parent b1cca5d commit f02ea7e
Show file tree
Hide file tree
Showing 4 changed files with 636 additions and 575 deletions.
4 changes: 2 additions & 2 deletions devel/py-maturin/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2024/06/06 04:58:15 adam Exp $
# $NetBSD: Makefile,v 1.23 2024/07/14 13:28:00 wiz Exp $

DISTNAME= maturin-1.6.0
DISTNAME= maturin-1.7.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=m/maturin/}
Expand Down
5 changes: 1 addition & 4 deletions devel/py-maturin/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2024/03/21 20:02:50 adam Exp $
@comment $NetBSD: PLIST,v 1.3 2024/07/14 13:28:00 wiz Exp $
bin/maturin-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
Expand All @@ -10,6 +10,3 @@ ${PYSITELIB}/maturin/__init__.pyo
${PYSITELIB}/maturin/__main__.py
${PYSITELIB}/maturin/__main__.pyc
${PYSITELIB}/maturin/__main__.pyo
${PYSITELIB}/maturin/import_hook.py
${PYSITELIB}/maturin/import_hook.pyc
${PYSITELIB}/maturin/import_hook.pyo
Loading

0 comments on commit f02ea7e

Please sign in to comment.