# $Id: PKGBUILD 108202 2014-03-24 16:35:19Z fyan $
# 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=python2-pyx
pkgver=0.12.1
pkgrel=2
pkgdesc='Python library for the creation of PostScript and PDF files'
arch=('any')
url='http://pyx.sourceforge.net'
license=('GPL')
depends=('python2' 'texlive-core')
source=("http://downloads.sourceforge.net/sourceforge/pyx/PyX-$pkgver.tar.gz")
md5sums=('04263eb002553dae0e8a1d0eeb805ec1')

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