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

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

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

%define oname attr
%define newoname attrs
%define pkgname attrs

Name: python3-module-%pkgname
Version: 22.2.0
Release: alt1

Summary: Python attributes without boilerplate

License: MIT
Group: Development/Python3
Url: https://attrs.readthedocs.io

Source: %pkgname-%version.tar
BuildArch: noarch

BuildRequires(pre): rpm-build-python3


%description
attrs is an MIT-licensed Python package with class decorators that ease the
chores of implementing the most common attribute-related object protocols.

%prep
%setup -n %pkgname-%version

%build
%python3_build

%install
%python3_install

%files
%doc CHANGELOG.md LICENSE README.md
%python3_sitelibdir/%oname/
%python3_sitelibdir/%newoname/
%python3_sitelibdir/*.egg-info

%changelog

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

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