Package init

This commit is contained in:
fengtao 2020-02-18 16:54:43 +08:00
parent 3204572542
commit 146286dbe5
2 changed files with 49 additions and 0 deletions

49
python-zipp.spec Normal file
View File

@ -0,0 +1,49 @@
Name: python-zipp
Version: 0.5.1
Release: 1
Summary: Backport of pathlib-compatible object wrapper for zip files
License: MIT
URL: https://github.com/jaraco/zipp
Source0: https://github.com/jaraco/zipp/archive/zipp-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-setuptools_scm >= 1.15.0
%description
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package -n python3-zipp
Summary: Backport of pathlib-compatible object wrapper for zip files
%{?python_provide:%python_provide python3-zipp}
%description -n python3-zipp
A pathlib-compatible Zipfile object wrapper. A backport of the Path object.
%package_help
%prep
%autosetup -n zipp-%{version}
%build
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
%install
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
%check
%{__python3} setup.py test
%files -n python3-zipp
%defattr(-,root,root)
%license LICENSE
%_prefix/lib/python3.7/site-packages/zipp*
%_prefix/lib/python3.7/site-packages/__pycache__/zipp.*
%files help
%defattr(-,root,root)
%doc README.rst
%changelog
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.5.1-3
- Package init

BIN
zipp-0.5.1.tar.gz Normal file

Binary file not shown.