Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37402336
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-usersettings

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define oname usersettings

%def_with check

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

Summary: Portable Local Settings Storage
License: BSD-3-Clause
Group: Development/Python3
Url: https://pypi.python.org/pypi/usersettings/

VCS: https://github.com/glvnst/usersettings.git
Source: %name-%version.tar

BuildArch: noarch

BuildRequires(pre): rpm-build-python3
%if_with check
BuildRequires: python3-module-appdirs
%endif

%description
"usersettings" is a python module for easily managing persistent
settings using an editable format and stored in an OS-appropriate
location (windows/os x/linux are supported).

%prep
%setup

%build
%python3_build

%install
%python3_install

%check
%tox_create_default_config
%tox_check

%files
%doc *.md docs/* examples
%python3_sitelibdir/%oname.py
%python3_sitelibdir/__pycache__
%python3_sitelibdir/%oname-*.egg-info


%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin