# Maintainer: Matthew McGinn # Contributor: Stunts pkgname=python-matplotlib-venn _upstream_pkgname=matplotlib-venn pkgver=0.11.9 pkgrel=1 pkgdesc="Functions for plotting area-proportional two- and three-way Venn diagrams in matplotlib" arch=('any') url="https://github.com/konstantint/matplotlib-venn" _github_url="https://github.com/konstantint/matplotlib-venn" license=('MIT') depends=('python-numpy' 'python-matplotlib' 'python-scipy') makedepends=('python-setuptools') source=("https://github.com/konstantint/${_upstream_pkgname}/archive/${pkgver}.tar.gz") md5sums=('7f63b404ecd7fb5dec4c39d31e4043ff') build() { cd "${srcdir}/${_upstream_pkgname}-${pkgver}" python setup.py build } package() { cd "${srcdir}/${_upstream_pkgname}-${pkgver}" python setup.py install --root="${pkgdir}" }