diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-08-09 16:57:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | c5f7b84f6423504729c470e71893b63a9055e291 (patch) | |
tree | 9b85b5054e96b5f664855b5b862c3fc9072ce019 /python | |
parent | fa0a9e249727d7895cb6e805e1a5790b448bb8af (diff) |
python/cfgparse: Added (Python Configuration Parser Module).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/cfgparse/README | 9 | ||||
-rw-r--r-- | python/cfgparse/cfgparse.SlackBuild | 82 | ||||
-rw-r--r-- | python/cfgparse/cfgparse.info | 10 | ||||
-rw-r--r-- | python/cfgparse/slack-desc | 19 |
4 files changed, 120 insertions, 0 deletions
diff --git a/python/cfgparse/README b/python/cfgparse/README new file mode 100644 index 000000000000..ba15ad3bbca7 --- /dev/null +++ b/python/cfgparse/README @@ -0,0 +1,9 @@ +cfgparse is a more convenient, flexible, and powerful module for parsing +configuration files than the standard library ConfigParser module. cfgparse +uses a more declarative style modelled after the popular optparse standard +library module. + +cfgparse can optionally cooperate with the optparse module to provide +coordination between command line and configuration file options. In addition, +the cooperation can be used to allow the user to control features of the +parser from the command line. diff --git a/python/cfgparse/cfgparse.SlackBuild b/python/cfgparse/cfgparse.SlackBuild new file mode 100644 index 000000000000..256d592879c9 --- /dev/null +++ b/python/cfgparse/cfgparse.SlackBuild @@ -0,0 +1,82 @@ +#!/bin/sh + +# Slackware build script for cfgparse + +# Copyright 2016 Andre Barboza, Belo Horizonte - Brazil +# All rights reserved. +# +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +PRGNAM=cfgparse +VERSION=${VERSION:-1.3} +BUILD=${BUILD:-1} +TAG=${TAG:-_SBo} + +if [ -z "$ARCH" ]; then + case "$( uname -m )" in + i?86) ARCH=i586 ;; + arm*) ARCH=arm ;; + *) ARCH=$( uname -m ) ;; + esac +fi + +CWD=$(pwd) +TMP=${TMP:-/tmp/SBo} +PKG=$TMP/package-$PRGNAM +OUTPUT=${OUTPUT:-/tmp} + +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "i686" ]; then + SLKCFLAGS="-O2 -march=i686 -mtune=i686" + LIBDIRSUFFIX="" +elif [ "$ARCH" = "x86_64" ]; then + SLKCFLAGS="-O2 -fPIC" + LIBDIRSUFFIX="64" +else + SLKCFLAGS="-O2" + LIBDIRSUFFIX="" +fi + +set -e + +rm -rf $PKG +mkdir -p $TMP $PKG $OUTPUT +cd $TMP +rm -rf $PRGNAM-$VERSION +unzip $CWD/$PRGNAM-$VERSION.zip +cd $PRGNAM-$VERSION +chown -R root:root . +find -L . \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + +python setup.py install --root=$PKG + +mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION +cp -a README.txt $PKG/usr/doc/$PRGNAM-$VERSION +cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild + +mkdir -p $PKG/install +cat $CWD/slack-desc > $PKG/install/slack-desc + +cd $PKG +/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/python/cfgparse/cfgparse.info b/python/cfgparse/cfgparse.info new file mode 100644 index 000000000000..d845f1291485 --- /dev/null +++ b/python/cfgparse/cfgparse.info @@ -0,0 +1,10 @@ +PRGNAM="cfgparse" +VERSION="1.3" +HOMEPAGE="https://sourceforge.net/projects/cfgparse/" +DOWNLOAD="https://pypi.python.org/packages/a0/37/0f455f3830855c635af9f7dd23d317315712bfbc5daf63abfd18d96fa613/cfgparse-1.3.zip" +MD5SUM="8dad6ff2437f500a73e10ce5779aca50" +DOWNLOAD_x86_64="" +MD5SUM_x86_64="" +REQUIRES="" +MAINTAINER="Andre Barboza" +EMAIL="bmg.andre@gmail.com" diff --git a/python/cfgparse/slack-desc b/python/cfgparse/slack-desc new file mode 100644 index 000000000000..48144b7942c1 --- /dev/null +++ b/python/cfgparse/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +cfgparse: cfgparse (Python Configuration Parser Module) +cfgparse: +cfgparse: Python configuration parser module which supports arbitrarily deep +cfgparse: hierarchical option "dictionaries" and partnership with the +cfgparse: existing optparse (optik) python module. +cfgparse: The API of this module will follow as close as possible the +cfgparse: optparse model. +cfgparse: +cfgparse: +cfgparse: Homepage: https://sourceforge.net/projects/cfgparse/ +cfgparse: |