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 BuildRequires: python3-devel python3-setuptools python3-setuptools_scm BuildArch: noarch %description Plugin manager as used by pytest but stripped of pytest specific details. %package -n python3-pluggy Summary: Plugin and hook calling mechanisms for Python %description -n python3-pluggy The plugin manager stripped of pytest specific details. %package_help %prep %autosetup -p1 -n pluggy-%{version} %build %_bindir/python3 setup.py build '--executable=%_bindir/python3 -s' %install %_bindir/python3 setup.py install -O1 --skip-build --root %buildroot %files -n python3-pluggy %defattr(-,root,root) %license LICENSE %_prefix/lib/python3.7/site-packages/pluggy/ %_prefix/lib/python3.7/site-packages/pluggy-%{version}-py3.7.egg-info/ %files help %defattr(-,root,root) %doc README.rst %changelog * Tue Feb 11 2020 huzunhao - 0.13.1-1 - Package init