Date: Sunday, July 14, 2019 @ 11:57:50
Author: felixonmars
Revision: 489517
archrelease: copy trunk to community-testing-any
Added:
python-pyx/repos/community-testing-any/
python-pyx/repos/community-testing-any/PKGBUILD
(from rev 489516, python-pyx/trunk/PKGBUILD)
----------+
PKGBUILD | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
Copied: python-pyx/repos/community-testing-any/PKGBUILD (from rev 489516,
python-pyx/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2019-07-14 11:57:50 UTC (rev 489517)
@@ -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.15
+pkgrel=1
+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=("https://pypi.io/packages/source/p/pyx/PyX-$pkgver.tar.gz")
+sha512sums=('c312b38b9f204b8a8832ab71da5be8c9afc417a095c8ccf242b3d3ebec63338a9d55abab4e548d1718abadf12ea7652cdad51731acdc8f6acd3d8608aa919919')
+
+package() {
+ cd PyX-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}
+