pkgname=python-parted __pkgname=pyparted pkgver=3.8 pkgrel=1 pkgdesc="Python bindings for libparted" arch=('i686' 'x86_64') license=('LGPL' 'MPL') depends=('python2' 'parted>=3.1' 'python-decorator') options=('!libtool') source=(https://fedorahosted.org/releases/p/y/pyparted/pyparted-${pkgver}.tar.gz) url="https://fedorahosted.org/pyparted/" build() { cd "${srcdir}/${__pkgname}-${pkgver}" python2 setup.py install --prefix=/usr --root="${pkgdir}" } md5sums=('e9cd0c94c71ac17755f71a8e1561eac2')