[arch-commits] Commit in python-pyx/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Tue Nov 10 05:04:30 UTC 2020
Date: Tuesday, November 10, 2020 @ 05:04:30
Author: foutrelis
Revision: 749276
archrelease: copy trunk to community-staging-any
Added:
python-pyx/repos/community-staging-any/
python-pyx/repos/community-staging-any/PKGBUILD
(from rev 749275, python-pyx/trunk/PKGBUILD)
----------+
PKGBUILD | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 749275, python-pyx/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-11-10 05:04:30 UTC (rev 749276)
@@ -0,0 +1,20 @@
+# 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=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=('c312b38b9f204b8a8832ab71da5be8c9afc417a095c8ccf242b3d3ebec63338a9d55abab4e548d1718abadf12ea7652cdad51731acdc8f6acd3d8608aa919919')
+
+package() {
+ cd PyX-$pkgver
+ python setup.py install -O1 --root="$pkgdir"
+}
More information about the arch-commits
mailing list