[arch-commits] Commit in python-pyx/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jul 12 20:26:19 UTC 2018


    Date: Thursday, July 12, 2018 @ 20:26:18
  Author: felixonmars
Revision: 358173

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 358172, python-pyx/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-07-12 20:26:18 UTC (rev 358173)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=python-pyx
+pkgver=0.14.1
+pkgrel=3
+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"
+}
+



More information about the arch-commits mailing list