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

Felix Yan felixonmars at archlinux.org
Mon Nov 4 07:21:35 UTC 2019


    Date: Monday, November 4, 2019 @ 07:21:34
  Author: felixonmars
Revision: 523486

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 523485, python-pyx/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-11-04 07:21:34 UTC (rev 523486)
@@ -0,0 +1,21 @@
+# 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.15
+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=('c312b38b9f204b8a8832ab71da5be8c9afc417a095c8ccf242b3d3ebec63338a9d55abab4e548d1718abadf12ea7652cdad51731acdc8f6acd3d8608aa919919')
+
+package() {
+  cd PyX-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}
+



More information about the arch-commits mailing list