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

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 24 16:35:19 UTC 2014


    Date: Monday, March 24, 2014 @ 17:35:19
  Author: fyan
Revision: 108202

archrelease: copy trunk to community-any

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

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

Copied: python2-pyx/repos/community-any/PKGBUILD (from rev 108201, python2-pyx/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2014-03-24 16:35:19 UTC (rev 108202)
@@ -0,0 +1,21 @@
+# $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"
+}




More information about the arch-commits mailing list