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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

#%%def_disable check

Name: python3-module-hsluv
Version: 5.0.3
Release: alt1
Summary: Human-friendly HSL
License: MIT
Group: Development/Python3
URL: https://www.hsluv.org
# Source-url: https://files.pythonhosted.org/packages/source/h/hsluv/hsluv-%version.tar.gz
Source: hsluv-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev
BuildRequires: python3-module-setuptools
BuildRequires: python3-module-wheel

%if_disabled check
%else
BuildRequires: pytest3
%endif

%description
%summary.

%prep
%setup -n hsluv-%version

%build
%pyproject_build

%install
%pyproject_install

%check
export PYTHONPATH=%buildroot/%python3_sitelibdir/
pytest3 -v

%files
%doc README.md
%python3_sitelibdir/hsluv.py
%python3_sitelibdir/__pycache__/hsluv*.pyc
%python3_sitelibdir/hsluv-%version.dist-info

%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