Skip to content
Snippets Groups Projects
Commit 64c0f8d0 authored by Felix Yan's avatar Felix Yan
Browse files

addpkg: 0.13-2

parent 8b5483fe
No related branches found
Tags 0.3.0-1
No related merge requests found
# contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=python2-pyx
pkgver=0.11.1
pkgrel=1
pkgdesc="Python library for the creation of PostScript and PDF files"
pkgname=python-pyx
pkgver=0.13
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=('b8bd41d61a164426c162865b2c121f1b')
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"
}
build() {
cd $srcdir/PyX-$pkgver
python2 setup.py install --root=$pkgdir
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment