Date: Monday, March 24, 2014 @ 16:01:11
Author: fyan
Revision: 108192
archrelease: copy trunk to community-any
Added:
python-pyx/repos/community-any/
python-pyx/repos/community-any/PKGBUILD
(from rev 108191, python-pyx/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: python-pyx/repos/community-any/PKGBUILD (from rev 108191,
python-pyx/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2014-03-24 15:01:11 UTC (rev 108192)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Stefan Husmann <[email protected]>
+
+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=('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"
+}
+