#Packager: George Vlahavas pkgname=ConfigParser pkgver=3.5.0 pkgrel=2slint source=("https://pypi.python.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-$pkgver.tar.gz") docs=("*.rst") url=https://pypi.python.org/pypi/configparser slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ConfigParser (Configuration file parser for Python 2)" "This module provides a backport for the Python 3 ConfigParser class" "to Python 2 and implements a basic configuration language which" "provides a structure similar to what's found in Microsoft Windows INI" "files. You can use this to write Python programs which can be" "customized by end users easily." ) build() { cd $startdir/src/configparser-$pkgver python3 setup.py install --prefix=/usr --root=$startdir/pkg }