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

Felix Yan felixonmars at archlinux.org
Thu May 31 02:14:35 UTC 2018


    Date: Thursday, May 31, 2018 @ 02:14:31
  Author: felixonmars
Revision: 333851

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-31 02:14:06 UTC (rev 333850)
+++ PKGBUILD	2018-05-31 02:14:31 UTC (rev 333851)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# 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=python2-pyx
-pkgver=0.12.1
-pkgrel=2
-pkgdesc='Python library for the creation of PostScript and PDF files'
-arch=('any')
-url='http://pyx.sourceforge.net'
-license=('GPL')
-depends=('python2' 'texlive-core')
-source=("http://downloads.sourceforge.net/sourceforge/pyx/PyX-$pkgver.tar.gz")
-md5sums=('04263eb002553dae0e8a1d0eeb805ec1')
-
-package() {
-  cd PyX-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-}

Copied: python2-pyx/repos/community-any/PKGBUILD (from rev 333850, python2-pyx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-31 02:14:31 UTC (rev 333851)
@@ -0,0 +1,21 @@
+# $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=python2-pyx
+pkgver=0.12.1
+pkgrel=3
+pkgdesc='Python library for the creation of PostScript and PDF files'
+arch=('any')
+url='http://pyx.sourceforge.net'
+license=('GPL')
+depends=('python2' 'texlive-core')
+source=("https://pypi.io/packages/source/p/pyx/pyx-$pkgver.tar.gz")
+sha512sums=('4941f5aa21aff3743546495fb073c10d2657ff42b2aff401903498638093d0e31e344cce778980f28a7170c6d29eab72ac074277b9d4088376e8692dc71e55c1')
+
+package() {
+  cd PyX-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}



More information about the arch-commits mailing list