Marcel Telka
2024-03-05 feba589d5b7af342de139d278f6842084a57c65a
python/maturin: update to 1.5.0

3 files modified
14 ■■■■■ changed files
components/python/maturin/Makefile 6 ●●●●● patch | view | raw | blame | history
components/python/maturin/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/python/maturin/pkg5 6 ●●●● patch | view | raw | blame | history
components/python/maturin/Makefile
@@ -19,13 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME =        maturin
HUMAN_VERSION =            1.4.0
HUMAN_VERSION =            1.5.0
COMPONENT_SUMMARY =        maturin - Build and publish crates with pyo3, rust-cpython and cffi bindings as well as rust binaries as python packages
COMPONENT_PROJECT_URL =        https://github.com/pyo3/maturin
COMPONENT_ARCHIVE_URL =        \
    https://files.pythonhosted.org/packages/20/90/43a3aa35f037e91582ec7516a92084a71f84e89e39ef580813bed072b154/maturin-1.4.0.tar.gz
COMPONENT_ARCHIVE_HASH =    \
    sha256:ed12e1768094a7adeafc3a74ebdb8dc2201fa64c4e7e31f14cfc70378bf93790
    sha256:e046ea2aed687991d58c42f6276dfcc0c037092934654f538b5877fd57dd3a9c
COMPONENT_LICENSE =        Apache-2.0 OR MIT
# https://github.com/PyO3/maturin/issues/1674
components/python/maturin/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PYV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/python/maturin/pkg5
@@ -10,8 +10,8 @@
        "system/library/math"
    ],
    "fmris": [
        "library/python/maturin-39",
        "library/python/maturin"
        "library/python/maturin",
        "library/python/maturin-39"
    ],
    "name": "maturin"
}
}