From 5602b221847f3dc93a28b00cf40b918f3963b179 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Fri, 20 Dec 2024 16:45:27 +0300 Subject: [PATCH] import rust-pyo3-build-config0.22-0.22.6-1.el10 --- .gitignore | 1 + .rust-pyo3-build-config0.22.metadata | 1 + SOURCES/rust2rpm.toml | 8 ++ SPECS/rust-pyo3-build-config0.22.spec | 196 ++++++++++++++++++++++++++ 4 files changed, 206 insertions(+) create mode 100644 .gitignore create mode 100644 .rust-pyo3-build-config0.22.metadata create mode 100644 SOURCES/rust2rpm.toml create mode 100644 SPECS/rust-pyo3-build-config0.22.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2312f8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/pyo3-build-config-0.22.6.crate diff --git a/.rust-pyo3-build-config0.22.metadata b/.rust-pyo3-build-config0.22.metadata new file mode 100644 index 0000000..36f7309 --- /dev/null +++ b/.rust-pyo3-build-config0.22.metadata @@ -0,0 +1 @@ +6392a3c089445be5d13f6c50a454618c66ba2247 SOURCES/pyo3-build-config-0.22.6.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..207f1a6 --- /dev/null +++ b/SOURCES/rust2rpm.toml @@ -0,0 +1,8 @@ +[features] +# hide MSVC- and MinGW-only "python3-dll-a" dependency +hide = ["python3-dll-a"] + +[requires] +lib = ["python3"] +test = ["python3"] + diff --git a/SPECS/rust-pyo3-build-config0.22.spec b/SPECS/rust-pyo3-build-config0.22.spec new file mode 100644 index 0000000..f2da6d5 --- /dev/null +++ b/SPECS/rust-pyo3-build-config0.22.spec @@ -0,0 +1,196 @@ +## START: Set by rpmautospec +## (rpmautospec version 0.7.3) +## RPMAUTOSPEC: autorelease, autochangelog +%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: + release_number = 1; + base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}")); + print(release_number + base_release_number - 1); +}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} +## END: Set by rpmautospec + +# Generated by rust2rpm 27 +%bcond check 1 +%global debug_package %{nil} + +%global crate pyo3-build-config + +Name: rust-pyo3-build-config0.22 +Version: 0.22.6 +Release: %autorelease +Summary: Build configuration for the PyO3 ecosystem + +License: MIT OR Apache-2.0 +URL: https://crates.io/crates/pyo3-build-config +Source: %{crates_source} + +BuildRequires: cargo-rpm-macros >= 24 +%if %{with check} +BuildRequires: python3 +%endif + +%global _description %{expand: +Build configuration for the PyO3 ecosystem.} + +%description %{_description} + +%package devel +Summary: %{summary} +BuildArch: noarch +Requires: python3 + +%description devel %{_description} + +This package contains library source intended for building other packages which +use the "%{crate}" crate. + +%files devel +%license %{crate_instdir}/LICENSE-APACHE +%license %{crate_instdir}/LICENSE-MIT +%{crate_instdir}/ + +%package -n %{name}+default-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+default-devel %{_description} + +This package contains library source intended for building other packages which +use the "default" feature of the "%{crate}" crate. + +%files -n %{name}+default-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-py310-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-py310-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3-py310" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-py310-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-py311-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-py311-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3-py311" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-py311-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-py312-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-py312-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3-py312" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-py312-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-py37-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-py37-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3-py37" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-py37-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-py38-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-py38-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3-py38" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-py38-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+abi3-py39-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+abi3-py39-devel %{_description} + +This package contains library source intended for building other packages which +use the "abi3-py39" feature of the "%{crate}" crate. + +%files -n %{name}+abi3-py39-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+extension-module-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+extension-module-devel %{_description} + +This package contains library source intended for building other packages which +use the "extension-module" feature of the "%{crate}" crate. + +%files -n %{name}+extension-module-devel +%ghost %{crate_instdir}/Cargo.toml + +%package -n %{name}+resolve-config-devel +Summary: %{summary} +BuildArch: noarch + +%description -n %{name}+resolve-config-devel %{_description} + +This package contains library source intended for building other packages which +use the "resolve-config" feature of the "%{crate}" crate. + +%files -n %{name}+resolve-config-devel +%ghost %{crate_instdir}/Cargo.toml + +%prep +%autosetup -n %{crate}-%{version} -p1 +%cargo_prep + +%generate_buildrequires +%cargo_generate_buildrequires + +%build +%cargo_build + +%install +%cargo_install + +%if %{with check} +%check +%cargo_test +%endif + +%changelog +* Fri Dec 20 2024 MSVSphere Packaging Team - 0.22.6-1 +- Rebuilt for MSVSphere 10 + +## START: Generated by rpmautospec +* Mon Dec 09 2024 Fabio Valentini - 0.22.6-1 +- Initial import (pyo3-build-config 0.22 compat package) +## END: Generated by rpmautospec