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

Felix Yan felixonmars at archlinux.org
Tue Dec 13 04:26:38 UTC 2016


    Date: Tuesday, December 13, 2016 @ 04:26:37
  Author: felixonmars
Revision: 199100

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-13 04:26:23 UTC (rev 199099)
+++ PKGBUILD	2016-12-13 04:26:37 UTC (rev 199100)
@@ -1,22 +0,0 @@
-# $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"
-}
-

Copied: python-pyx/repos/community-any/PKGBUILD (from rev 199099, python-pyx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-13 04:26:37 UTC (rev 199100)
@@ -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.1
+pkgrel=1
+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=('16265bbdcaf28ce194189a2987b32952f296c850b829454bcccce0abd23838bfca0276c3e9c8e96b8cbfaf1473bf14669f9b7f2032ee039b61ae59ea3aa45a20')
+
+package() {
+  cd PyX-$pkgver
+  python setup.py install -O1 --root="$pkgdir"
+}
+



More information about the arch-commits mailing list