# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=python-pyx
pkgver=0.13
pkgrel=3
pkgdesc='Python library for the creation of PostScript and PDF files'
arch=('any')
url="http://pyx.sourceforge.net"
license=('GPL')
depends=('python' 'texlive-core')
source=("http://downloads.sourceforge.net/sourceforge/pyx/PyX-$pkgver.tar.gz")
sha512sums=('cab0c22f0862ae20cff92504ededf4fcf5820d5773130fb258de1a95d295ca4fe657b85d5ccd52021a4f84403e6db8eebe9f676fa405781738502456123eb05c')

package() {
  cd PyX-$pkgver
  python3 setup.py install -O1 --root="$pkgdir"
}

