summaryrefslogtreecommitdiff
path: root/pcr/python2-pycha
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-17 09:27:16 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-17 09:27:16 -0300
commit7be5eebe56d8ce272b5674871f0cea137d635aae (patch)
tree78ccadb23aec6b533e02ab14674839e9c27e1c5b /pcr/python2-pycha
parentd468718cdba4c8ac4bad5141e71cd4357072ec9a (diff)
python2-pycha: adding new package to [pcr] repo
Diffstat (limited to 'pcr/python2-pycha')
-rw-r--r--pcr/python2-pycha/PKGBUILD18
1 files changed, 18 insertions, 0 deletions
diff --git a/pcr/python2-pycha/PKGBUILD b/pcr/python2-pycha/PKGBUILD
new file mode 100644
index 000000000..88091c2b1
--- /dev/null
+++ b/pcr/python2-pycha/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: Jakub Klinkovský <kuba.klinkovsky@gmail.com>
+pkgname=python2-pycha
+pkgver=279
+pkgrel=1
+pkgdesc="Pycha is a very simple Python package for drawing charts using the great Cairo library."
+arch=('any')
+url="http://bitbucket.org/lgs/pycha/"
+license=('LGPL')
+depends=('pycairo')
+makedepends=('python2-distribute')
+
+_hgroot="https://bitbucket.org/lgs"
+_hgrepo="pycha"
+
+build() {
+ cd "$srcdir/$_hgrepo"
+ python2 setup.py install --root=$pkgdir
+}