python-pluggy/python-pluggy.spec

47 lines
1.1 KiB
RPMSpec
Raw Normal View History

2020-02-18 17:13:54 +08:00
Name: python-pluggy
Version: 0.13.1
Release: 1
Summary: Plugin and hook calling mechanisms for Python
License: MIT
URL: https://pypi.org/project/pluggy/
Source0: https://files.pythonhosted.org/packages/source/p/pluggy/pluggy-%{version}.tar.gz
2019-12-14 21:12:44 +08:00
2020-02-18 17:13:54 +08:00
BuildRequires: python3-devel python3-setuptools python3-setuptools_scm
BuildArch: noarch
2019-12-14 21:12:44 +08:00
%description
2020-02-18 17:13:54 +08:00
Plugin manager as used by pytest but stripped of pytest specific
details.
2019-12-14 21:12:44 +08:00
2020-02-18 17:13:54 +08:00
%package -n python3-pluggy
Summary: Plugin and hook calling mechanisms for Python
2019-12-14 21:12:44 +08:00
2020-02-18 17:13:54 +08:00
%description -n python3-pluggy
The plugin manager stripped of pytest specific details.
2019-12-14 21:12:44 +08:00
2020-02-18 17:13:54 +08:00
%package_help
2019-12-14 21:12:44 +08:00
%prep
2020-02-18 17:13:54 +08:00
%autosetup -p1 -n pluggy-%{version}
2019-12-14 21:12:44 +08:00
%build
2020-02-18 17:13:54 +08:00
%_bindir/python3 setup.py build '--executable=%_bindir/python3 -s'
2019-12-14 21:12:44 +08:00
%install
2020-02-18 17:13:54 +08:00
%_bindir/python3 setup.py install -O1 --skip-build --root %buildroot
2019-12-14 21:12:44 +08:00
2020-02-18 17:13:54 +08:00
%files -n python3-pluggy
%defattr(-,root,root)
2019-12-14 21:12:44 +08:00
%license LICENSE
2020-02-18 17:13:54 +08:00
%_prefix/lib/python3.7/site-packages/pluggy/
%_prefix/lib/python3.7/site-packages/pluggy-%{version}-py3.7.egg-info/
2019-12-14 21:12:44 +08:00
2020-02-18 17:13:54 +08:00
%files help
%defattr(-,root,root)
2019-12-14 21:12:44 +08:00
%doc README.rst
%changelog
2020-02-18 17:13:54 +08:00
* Tue Feb 11 2020 huzunhao<huzunhao2@huawei.com> - 0.13.1-1
2019-12-14 21:12:44 +08:00
- Package init