Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37557294
en ru br
ALT Linux repos
S:14.3.0-alt2

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname characteristic

Name: python3-module-%oname
Version: 14.3.0
Release: alt2

Summary: Python library that eases the chores of implementing attributes

License: MIT
Group: Development/Python3
Url: https://github.com/hynek/characteristic

# It is new feature etersoft-build-utils since 1.7.6: supports commented real url

# Source-url: https://pypi.python.org/packages/source/c/characteristic/characteristic-0.1.0.tar.gz
Source: %oname-%version.tar
BuildArch: noarch

BuildRequires: rpm-build-python3

%description
characteristic 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 %oname-%version

%build
%python3_build

%install
%python3_install

%files
%doc AUTHORS.rst CONTRIBUTING.rst README.rst
%python3_sitelibdir/%oname.py
%python3_sitelibdir/test_%oname.py
%python3_sitelibdir/*.egg-*
%exclude %python3_sitelibdir/__pycache__/

%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