mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
libraries/CondConfigParser: Updated for version 1.0.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
57d4fa3ec1
commit
accf35ebe0
4 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for CondConfigParser
|
# Slackware build script for CondConfigParser
|
||||||
|
|
||||||
# Copyright 2015 Philip Lacroix <slackph at posteo dot de>
|
# Copyright 2015-2017 Philip Lacroix <slackph at posteo dot de>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,13 +23,13 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=CondConfigParser
|
PRGNAM=CondConfigParser
|
||||||
VERSION=${VERSION:-1.0.2}
|
VERSION=${VERSION:-1.0.3}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="CondConfigParser"
|
PRGNAM="CondConfigParser"
|
||||||
VERSION="1.0.2"
|
VERSION="1.0.3"
|
||||||
HOMEPAGE="http://people.via.ecp.fr/~flo/projects/CondConfigParser"
|
HOMEPAGE="http://frougon.net/projects/CondConfigParser"
|
||||||
DOWNLOAD="http://people.via.ecp.fr/~flo/projects/CondConfigParser/dist/1.0.2/CondConfigParser-1.0.2.tar.bz2"
|
DOWNLOAD="http://frougon.net/projects/CondConfigParser/dist/1.0.3/CondConfigParser-1.0.3.tar.bz2"
|
||||||
MD5SUM="4d8e6e31bc789aa9abd09e44e80166c0"
|
MD5SUM="247f66a6e02c8208cd4f9e2324d0d277"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3"
|
REQUIRES="python3"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CondConfigParser is a Python library designed to help developers of Python
|
CondConfigParser is a Python library designed to help developers of Python
|
||||||
applications to parse configuration files. Compared to well-known modules such
|
applications to parse configuration files. Compared to well-known modules such
|
||||||
as ConfigParser and json, CondConfigParser allows the user to define conditions
|
as ConfigParser and json, CondConfigParser allows the user to define conditions
|
||||||
using boolean operators and specific sections in the configuration file, which
|
using boolean operators and specific sections in the configuration file, which
|
||||||
are only applied when the corresponding condition is fulfilled.
|
are only applied when the corresponding condition is fulfilled.
|
||||||
|
|
|
@ -15,5 +15,5 @@ CondConfigParser: the user to define conditions using boolean operators and spec
|
||||||
CondConfigParser: sections in the configuration file, which are only applied when the
|
CondConfigParser: sections in the configuration file, which are only applied when the
|
||||||
CondConfigParser: corresponding condition is fulfilled.
|
CondConfigParser: corresponding condition is fulfilled.
|
||||||
CondConfigParser:
|
CondConfigParser:
|
||||||
CondConfigParser: Homepage: http://people.via.ecp.fr/~flo/projects/CondConfigParser
|
CondConfigParser: Homepage: http://frougon.net/projects/CondConfigParser
|
||||||
CondConfigParser:
|
CondConfigParser:
|
||||||
|
|
Loading…
Reference in a new issue