package created using the webbuild interface [release 1.4.0-1mamba;Thu Jan 16 2020]
This commit is contained in:
parent
6f41e3a7aa
commit
da883444f7
@ -1,2 +1,4 @@
|
||||
# python-importlib_metadata
|
||||
|
||||
A library to access the metadata for a Python package.
|
||||
|
||||
|
48
python-importlib_metadata.spec
Normal file
48
python-importlib_metadata.spec
Normal file
@ -0,0 +1,48 @@
|
||||
Name: python-importlib_metadata
|
||||
Version: 1.4.0
|
||||
Release: 1mamba
|
||||
Summary: A library to access the metadata for a Python package
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://importlib-metadata.readthedocs.io/en/latest/
|
||||
Source: https://pypi.debian.net/importlib-metadata/importlib_metadata-%{version}.tar.gz
|
||||
License: Apache License
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%if 0%{?with_pyver}
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n importlib_metadata-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%{__python} setup.py install \
|
||||
-O1 --skip-build \
|
||||
--root="%{buildroot}" \
|
||||
--install-headers=%{python_inc} \
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jan 16 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user