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

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

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname cnamedtuple
Name: python3-module-%oname
Version: 0.1.6
Release: alt1
Summary: collections.namedtuple implemented in c
License: ASLv2.0
Group: Development/Python3
Url: https://pypi.python.org/pypi/cnamedtuple/
Packager: Eugeny A. Rostovtsev (REAL) <real at altlinux.org>

# https://github.com/llllllllll/cnamedtuple.git

Source0: https://pypi.python.org/packages/7e/2b/204e958c214a28cccaae73831469859731bd47a201c614142eb19378bca7/cnamedtuple-%{version}.tar.gz

BuildRequires(pre): rpm-build-python3
#BuildPreReq: python3-devel python3-module-setuptools-tests

%py3_provides %oname

# Automatically added by buildreq on Thu Jan 28 2016 (-bi)

# optimized out: elfutils python-base python3 python3-base
BuildRequires: python3-devel rpm-build-python3

%description
An implementation of namedtuple written in c for warp speed.

%prep
%setup -q -n cnamedtuple-%{version}

%build
%python3_build_debug

%install
%python3_install

%files
%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