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

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 14:56:16 UTC 2021


    Date: Wednesday, December 1, 2021 @ 14:56:15
  Author: felixonmars
Revision: 1059560

archrelease: copy trunk to community-staging-any

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

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

Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 1059558, python-pyx/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2021-12-01 14:56:15 UTC (rev 1059560)
@@ -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=5
+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