mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
removed aur/python-progressbar - moved into community by upstream
This commit is contained in:
parent
012f81a56e
commit
bad7ffb5e0
1 changed files with 0 additions and 21 deletions
|
@ -1,21 +0,0 @@
|
|||
# Maintainer: Joao Cordeiro <jlcordeiro at gmail dot com>
|
||||
# Contributor: Vasily Shevkunov <vasily@shevkunov.name>
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgname=python-progressbar
|
||||
pkgver=2.2
|
||||
pkgrel=2
|
||||
pkgdesc="Text progressbar library for python"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://pypi.python.org/pypi/progressbar"
|
||||
license=('LGPL')
|
||||
makedepends=('python2')
|
||||
depends=('python2')
|
||||
source=(http://pypi.python.org/packages/source/p/progressbar/progressbar-$pkgver.tar.gz)
|
||||
md5sums=('8ea4e2c17a8ec9e7d153767c5f2a7b28')
|
||||
build() {
|
||||
cd $startdir/src/progressbar-$pkgver
|
||||
sed -i 's|^#!/usr/bin/python$|#!/usr/bin/python2|' progressbar.py
|
||||
python2 setup.py install --root=$startdir/pkg || return 1
|
||||
}
|
Loading…
Reference in a new issue