Initial import (pyo3-macros-backend 0.22 compat package)

epel10 imports/epel10/rust-pyo3-macros-backend0.22-0.22.6-1.el10
Fabio Valentini 1 month ago
parent 96d4d3acc0
commit 543a1c5ce3
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -0,0 +1 @@
/pyo3-macros-backend-0.22.6.crate

@ -1,3 +0,0 @@
# rust-pyo3-macros-backend0.22
The rust-pyo3-macros-backend0.22 package

@ -0,0 +1,92 @@
# Generated by rust2rpm 27
%bcond check 1
%global debug_package %{nil}
%global crate pyo3-macros-backend
Name: rust-pyo3-macros-backend0.22
Version: 0.22.6
Release: %autorelease
Summary: Code generation for PyO3 package
License: MIT OR Apache-2.0
URL: https://crates.io/crates/pyo3-macros-backend
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Code generation for PyO3 package.}
%description %{_description}
%package devel
Summary: %{summary}
BuildArch: noarch
%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}+experimental-async-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+experimental-async-devel %{_description}
This package contains library source intended for building other packages which
use the "experimental-async" feature of the "%{crate}" crate.
%files -n %{name}+experimental-async-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+gil-refs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+gil-refs-devel %{_description}
This package contains library source intended for building other packages which
use the "gil-refs" feature of the "%{crate}" crate.
%files -n %{name}+gil-refs-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
%autochangelog

@ -0,0 +1 @@
SHA512 (pyo3-macros-backend-0.22.6.crate) = 87463939b5a5674e30e8ca05ae747f652f8679f0c5c85d20967e9910ad853768a769a914580e82e409188fe4add80a3117ccb9da24c250406bc6f76fe4453799
Loading…
Cancel
Save