Date: Saturday, December 24, 2016 @ 15:37:09
  Author: felixonmars
Revision: 201533

archrelease: copy trunk to community-staging-any

Added:
  python-pyx/repos/community-staging-any/
  python-pyx/repos/community-staging-any/PKGBUILD
    (from rev 201532, python-pyx/trunk/PKGBUILD)

----------+
 PKGBUILD |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 201532, 
python-pyx/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2016-12-24 15:37:09 UTC (rev 201533)
@@ -0,0 +1,22 @@
+# $Id$
+# 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.14.1
+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=("https://pypi.io/packages/source/p/pyx/PyX-$pkgver.tar.gz";)
+sha512sums=('16265bbdcaf28ce194189a2987b32952f296c850b829454bcccce0abd23838bfca0276c3e9c8e96b8cbfaf1473bf14669f9b7f2032ee039b61ae59ea3aa45a20')
+
+package() {
+  cd PyX-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}
+

Reply via email to