[arch-commits] Commit in (4 files)

Felix Yan fyan at nymeria.archlinux.org
Mon Mar 24 16:34:06 UTC 2014


    Date: Monday, March 24, 2014 @ 17:34:06
  Author: fyan
Revision: 108201

addpkg: python2-pyx 0.12.1-2

Added:
  python2-pyx/
  python2-pyx/repos/
  python2-pyx/trunk/
  python2-pyx/trunk/PKGBUILD

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

Added: python2-pyx/trunk/PKGBUILD
===================================================================
--- python2-pyx/trunk/PKGBUILD	                        (rev 0)
+++ python2-pyx/trunk/PKGBUILD	2014-03-24 16:34:06 UTC (rev 108201)
@@ -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"
+}


Property changes on: python2-pyx/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list