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

Felix Yan fyan at archlinux.org
Sat Sep 19 13:55:04 UTC 2015


    Date: Saturday, September 19, 2015 @ 15:55:04
  Author: fyan
Revision: 140845

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 140844, python-pyx/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2015-09-19 13:55:04 UTC (rev 140845)
@@ -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
+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=('328b917e406e29f656dff00ff54fc5b82296cdc4b134f45ef380d0b1e7011311e4c149be59f5089064c183e8ade3adca27a2304b3bafd2e735f256e6de8b8b3b')
+
+package() {
+  cd PyX-$pkgver
+  python3 setup.py install -O1 --root="$pkgdir"
+}
+



More information about the arch-commits mailing list