From cd2ffdc4bc6a6e97a175ddac871a88d36b7e64ee Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 8 Feb 2018 10:12:14 -0500 Subject: Removing python2-pycha --- pcr/python2-pycha/PKGBUILD | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 pcr/python2-pycha/PKGBUILD (limited to 'pcr') diff --git a/pcr/python2-pycha/PKGBUILD b/pcr/python2-pycha/PKGBUILD deleted file mode 100644 index ddf64550e..000000000 --- a/pcr/python2-pycha/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer (Arch): Jakub Klinkovský -# Contributor: André Silva -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=('mercurial' 'python2-distribute') - -_hgroot="https://bitbucket.org/lgs/pycha" -_hgrepo="pycha" - -build() { - cd "$srcdir" - msg "Connecting to Mercurial server...." - - if [[ -d "$_hgrepo" ]]; then - cd "$_hgrepo" - hg pull -u - msg "The local files are updated." - else - hg clone "$_hgroot" "$_hgrepo" - fi - - msg "Mercurial checkout done or server timeout" -} - -package() { - cd "$srcdir/$_hgrepo" - msg "Starting build..." - python2 setup.py install --root=$pkgdir -} -- cgit v1.2.3