Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37877218
en ru br
ALT Linux repos
5.0: 4.5.3-alt1

Group :: Development/Python
RPM: python-module-configobj

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define _name configobj

Name: python-module-%_name
Version: 4.5.3
Release: alt1

Summary: a Python module for easy reading and writing of config files
License: BSD
Group: Development/Python
Url: http://www.voidspace.org.uk/python/configobj.html

Source: http://downloads.sourceforge.net/%_name/%_name-4.5.3.zip

BuildArch: noarch

BuildPreReq: unzip rpm-build-python rpm-build-compat
BuildRequires: python-devel python-module-setuptools

%description
ConfigObj - a Python module for easy reading and writing of config
files.

%prep
%setup -q -n %_name-%version

%build
%python_build

%install
%python_install

%files
%python_sitelibdir/%_name-*.egg-info/
%python_sitelibdir/%_name.*
%python_sitelibdir/validate.*
%doc docs/* PKG-INFO

%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