Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37865430
en ru br
ALT Linux repos
S:2.2.6-alt1

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define modulename aenum

Name: python3-module-%modulename
Summary: Python advanced enumerations, namedtuples, and constants
Version: 2.2.6
Release: alt1
Group: Development/Python3
License: BSD
URL: https://github.com/ethanfurman/aenum
Source: https://pypi.io/packages/source/a/%modulename/%modulename-%version.tar.gz
BuildArch: noarch
BuildRequires(pre): rpm-build-python3
BuildRequires: python3-dev python3-module-setuptools

%description
Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples,
and NamedConstants.

%prep
%setup -n %modulename-%version

%build
%python3_build

%install
%python3_install

# Delete docs from python module

rm -r %buildroot%python3_sitelibdir/aenum/doc
rm %buildroot%python3_sitelibdir/aenum/{LICENSE,CHANGES,README}

# Delete tests

rm %buildroot%python3_sitelibdir/aenum/test*

%files
%doc README
%python3_sitelibdir/*

%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