Blob Blame History Raw
Name:           python-colorful
Version:        0.5.5
Release:        %autorelease
Summary:        Terminal string styling done right
License:        MIT
URL:            https://github.com/timofurrer/colorful
# pypi tarball missing tests
Source:         %{url}/archive/v%{version}/colorful-%{version}.tar.gz
# downstream only patch to permit the use of older setuptools
Patch:          remove-setuptools-environment-marker.patch
BuildArch:      noarch


%description
%{summary}.


%package -n python3-colorful
Summary:        %{summary}
BuildRequires:  python3-devel
BuildRequires:  python3-pytest


%description -n python3-colorful
%{summary}.


%prep
%autosetup -n colorful-%{version} -p 1


%generate_buildrequires
%pyproject_buildrequires


%build
%pyproject_wheel


%install
%pyproject_install
%pyproject_save_files colorful


%check
%pytest --verbose tests


%files -n python3-colorful -f %{pyproject_files}
%doc README.md


%changelog
%autochangelog