Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37704801
en ru br
ALT Linux repositórios
S:2.1.0-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

%define oname yamlsettings

%def_with check

Name: python3-module-%oname
Version: 2.1.0
Release: alt1

Summary: Yaml Settings Configuration Module
License: MIT
Group: Development/Python3
Url: https://pypi.org/project/yamlsettings/
Vcs: https://github.com/KyleJamesWalker/yamlsettings.git

Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
BuildRequires: python3-module-pip
BuildRequires: python3-module-wheel
%if_with check
BuildRequires: python3-module-pyaml
BuildRequires: python3-module-pytest-cov
BuildRequires: python3-module-mock
BuildRequires: python3-module-pytest-mock
BuildRequires: python3-module-flake8
%endif

%py3_provides %oname

%description
A library to help manage project settings, without having to worry about
accidentally checking non-public information, like api keys. Along with
simple environment variable support.

%prep
%setup

sed -i '/"nose",/d' setup.py
sed -i '/"pytest-runner",/d' setup.py

%build
%python3_build

%install
%python3_install

%check
%tox_check

%files
%doc *.rst LICENSE
%python3_sitelibdir/%oname
%python3_sitelibdir/%oname-%version-*.egg-info


%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009