#Packager: George Vlahavas <vlahavas~at~gmail~dot~com>

pkgname=python-distlib
pkgver=0.3.4
pkgrel=1gv
source=("https://files.pythonhosted.org/packages/85/01/88529c93e41607f1a78c1e4b346b24c74ee43d2f41cfe33ecd2e20e0c7e3/distlib-0.3.4.zip")
docs=("*.rst")
url=https://github.com/pypa/distlib

slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"python-distlib (low-level library which implements some PEPs)"
"This is a low-level library which implements some Python packaging"
"standards (PEPs) and which could be used by third-party packaging"
"tools to achieve interoperability."
)


build() {
	cd $startdir/src/distlib-$pkgver
	
	python3 setup.py install --prefix=/usr --root=$startdir/pkg
} 
