[arch-commits] Commit in python-pyx/repos/community-staging-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Fri Dec 3 00:41:09 UTC 2021


    Date: Friday, December 3, 2021 @ 00:41:09
  Author: foutrelis
Revision: 1063960

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 00:41:05 UTC (rev 1063959)
+++ PKGBUILD	2021-12-03 00:41:09 UTC (rev 1063960)
@@ -1,20 +0,0 @@
-# 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"
-}

Copied: python-pyx/repos/community-staging-any/PKGBUILD (from rev 1063959, python-pyx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-03 00:41:09 UTC (rev 1063960)
@@ -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=6
+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