python-constantly/python-constantly.spec

48 lines
1.4 KiB
RPMSpec
Raw Normal View History

2020-02-27 17:44:58 +08:00
Name: python-constantly
Version: 15.1.0
2020-10-30 09:47:47 +08:00
Release: 5
2020-02-27 17:44:58 +08:00
Summary: Symbolic constants in Python
License: MIT
URL: https://github.com/twisted/constantly
Source0: https://files.pythonhosted.org/packages/source/c/constantly/constantly-15.1.0.tar.gz
BuildArch: noarch
2020-10-30 09:47:47 +08:00
BuildRequires: python3-devel python3dist(setuptools)
2020-02-27 17:44:58 +08:00
%{?python_enable_dependency_generator}
%description
A library that provides symbolic constant support. It includes
collections and constants with text, numeric, and bit flag values.
Originally twisted.python.constants from the Twisted project.
%package -n python3-constantly
Summary: Symbolic constants in Python
%{?python_provide:%python_provide python3-constantly}
%description -n python3-constantly
A library that provides symbolic constant support. It includes
collections and constants with text, numeric, and bit flag values.
Originally twisted.python.constants from the Twisted project.
%prep
%autosetup -n constantly-15.1.0
rm -rf constantly.egg-info
%build
%py3_build
%install
%py3_install
%files -n python3-constantly
%doc README.rst LICENSE
%{python3_sitelib}/constantly
%{python3_sitelib}/constantly-15.1.0-py?.?.egg-info
%changelog
2020-10-30 09:47:47 +08:00
* Wed Oct 21 2020 zhangtao <zhangao221@huawei.com> - 15.1.0-5
- delete python2
2020-02-27 17:44:58 +08:00
* Fri Feb 21 2020 liangdong <liangdong10@huawei.com> - 15.1.0-4
- Package init