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

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

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

%define oname attrdict

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

Summary:        A dict with attribute-style access

Group:          Development/Python3
License:        MIT
URL:            https://pypi.org/project/attrdict3

Source0:        %name-%version.tar

BuildArch:      noarch

BuildRequires(pre): rpm-build-python3

%description
AttrDict is a library that provides mapping objects that allow their elements
to be accessed both as keys and as attributes.

%prep
%setup

# Remove bundled egg-info

rm -rf *.egg-info

%build
%python3_build

%install
%python3_install

%files
%doc README.rst LICENSE.txt
%python3_sitelibdir/%oname
%python3_sitelibdir/%{oname}3-%version-py%_python3_version.egg-info

%changelog

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

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