Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37866158
en ru br
ALT Linux repos
S:0.1.2-alt2

Group :: Development/Python3
RPM: python3-module-crayons

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname crayons

Name: python3-module-%oname
Version: 0.1.2
Release: alt2

Summary: This module is really simple, it gives you colored strings for terminal usage.
License: MIT
Group: Development/Python3
Url: https://github.com/kennethreitz/crayons
BuildArch: noarch

Source: %oname-%version.tar

BuildRequires(pre): rpm-build-python3

%description
Crayons is nice because it automatically wraps a given string in both the
foreground color, as well as returning to the original state after the
string is complete. Most terminal color libraries make you manage this
yourself.

%prep
%setup -n %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc LICENSE *.rst
%python3_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin