Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37792165
en ru br
ALT Linux repos
S:0.12.0-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname cycler

%def_with check

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

Summary: Composable style cycles

License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/Cycler

# Source-url: %__pypi_url %oname

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildPreReq: python3-module-setuptools
BuildPreReq: python3-module-six
%if_with check
BuildPreReq: python3-module-pytest
%endif

%description
The public API of cycler consists of a class Cycler and a factory
function cycler(). The function provides a simple interface for creating
'base' Cycler objects while the class takes care of the composition and
iteration logic.

%prep
%setup

%build
%python3_build_debug

%install
%python3_install

%check
export PYTHONPATH=%buildroot%python3_sitelibdir
py.test-3

%files
%doc *.rst doc/source/*.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