package created using the webbuild interface [release 0.6.2-1mamba;Wed Apr 05 2023]
This commit is contained in:
parent
369b15cce7
commit
f3325d477e
@ -1,2 +1,4 @@
|
||||
# python-stack_data
|
||||
|
||||
Extract data from python stack frames and tracebacks for informative displays.
|
||||
|
||||
|
53
python-stack_data.spec
Normal file
53
python-stack_data.spec
Normal file
@ -0,0 +1,53 @@
|
||||
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
|
||||
Name: python-stack_data
|
||||
Version: 0.6.2
|
||||
Release: 1mamba
|
||||
Summary: Extract data from python stack frames and tracebacks for informative displays
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://github.com/alexmojaki/stack_data
|
||||
Source: https://pypi.debian.net/stack-data/stack_data-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython310-devel
|
||||
BuildRequires: python3.10dist(asttokens)
|
||||
BuildRequires: python3.10dist(executing)
|
||||
BuildRequires: python3.10dist(pure-eval)
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n stack_data-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} -m build --no-isolation --wheel
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} -m installer --destdir=%{buildroot} dist/*.whl
|
||||
|
||||
#%if "%{?with_pyver}" != "3"
|
||||
## Rename any conflicting file outside of python site packages tree
|
||||
#for f in %{_bindir}/pdm; do
|
||||
# mv %{buildroot}${f}{,-%{?pyappend}}
|
||||
#done
|
||||
#%endif
|
||||
|
||||
%files %{?pyappend}
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitelib}/%{pkgname}-%{version}.dist-info
|
||||
%{python_sitelib}/%{pkgname}-%{version}.dist-info/*
|
||||
%dir %{python_sitelib}/%{pkgname}
|
||||
%{python_sitelib}/%{pkgname}/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 05 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.2-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user