NOTICE: This package has been removed from pkgsrc

./wip/py-configobj, Simple but powerful config file reader and write

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 4.7.2, Package name: py27-configobj-4.7.2, Maintainer: kamelderouiche

ConfigObj is a simple but powerful config file reader and writer:
an ini file round tripper. Its main feature is that it is very easy to use,
with a straightforward programmer's interface and a simple syntax for
config files. It has lots of other features though :

* Nested sections (subsections), to any level
* List values
* Multiple line values
* String interpolation (substitution)
* Integrated with a powerful validation system
o including automatic type checking / conversion
o repeated sections
o and allowing default values
* When writing out config files, ConfigObj preserves all comments
and the order of members and sections
* Many useful methods and options for working with configuration files
(like the 'reload'
and 'merge' methods)
* Full Unicode support

This project is also the home of validate which handles the type
checking and conversion for ConfigObj. Support for validate is integrated
into ConfigObj, but it can also be used on its own for reading and implementing
validation specifications


Required to run:
[lang/python27]

Master sites:

SHA1: e5813f2d2fddf62174e5c52c734686f7be8f82e2
RMD160: 6161aee073ca06395db7f71d9e1d4b94d0c66095
Filesize: 31.561 KB

Version history: (Expand)


CVS history: (Expand)


   2015-02-04 11:10:53 by Thomas Klausner | Files touched by this commit (7) | Package removed
Log message:
Update paths to py-configobj after import to pkgsrc, and remove copy from wip.
   2015-02-04 11:04:08 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Update to 5.0.6. Adds support for python-3.x.

Release 5.0.6 improves error messages in certain edge cases
Release 5.0.5 corrects a unicode-bug that still existed in writing files
Release 5.0.4 corrects a unicode-bug that still existed in reading files after
fixing lists of string in 5.0.3
Release 5.0.3 corrects errors related to the incorrectly handling unicode
encoding and writing out files
Release 5.0.2 adds a specific error message when trying to install on
Python versions older than 2.5
Release 5.0.1 fixes a regression with unicode conversion not happening
in certain cases PY2
Release 5.0.0 updates the supported Python versions to 2.6, 2.7, 3.2, 3.3
and is otherwise unchanged
   2014-10-10 16:43:58 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Note most recent tested python3 incompatible version.  Prodded by wiz.
   2014-10-10 16:40:06 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Mark as incompatible with python33+.
   2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208)
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
   2013-09-19 06:59:11 by Ken Wong | Files touched by this commit (1)
Log message:
Source site requires https download- fetch using curl.
   2012-11-26 22:44:43 by Guillaume Lasmayous | Files touched by this commit (1)
Log message:
Fix DISTNAME.
Adjust EXTRACT_SUFX and WRKSRC accordingly.
   2012-10-06 19:55:21 by Aleksej Saushev | Files touched by this commit (31)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.