#Maintainer: Dimitris Tzemos <djemos~at~slackel~dot~gr>

pkgname=python-enum34
pkgver=1.1.2
pkgrel=1dj
source=("https://pypi.python.org/packages/source/e/enum34/enum34-$pkgver.tar.gz")
sourcetemplate=http://people.salixos.org/djemos/salix/14.2/$pkgname
docs=("readme" "install" "copying" "changelog" "authors" "news" "todo")
url=https://pypi.python.org/pypi/enum34

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-enum34 (backported Python 3.4 Enum)"
"An enumeration is a set of symbolic names (members) bound to unique,"
"constant values. Within an enumeration, the members can be compared"
"by identity, and the enumeration itself can be iterated over."
""
"Homepage : https://pypi.python.org/pypi/enum34"
)


build() {
	cd $startdir/src/enum34-$pkgver
	python setup.py install --root=$startdir/pkg
}