removed aur/python2-configshell-fb

This commit is contained in:
Kevin Mihelich 2014-05-03 15:54:02 +00:00
parent ba8e47fd5b
commit 8f7097cd33

View file

@ -1,29 +0,0 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=python2-configshell-fb
_pkgname=configshell-fb
pkgver=1.1.fb13
pkgrel=1
epoch=
pkgdesc="python framework for building simple CLI applications (free branch)"
arch=('any')
url="https://github.com/agrover/configshell-fb"
license=('Apache')
depends=('python2-pyparsing' 'python2-urwid')
makedepends=('python2-setuptools')
provides=('python2-configshell')
conflicts=('python2-configshell')
options=()
source=(https://fedorahosted.org/releases/t/a/targetcli-fb/$_pkgname-$pkgver.tar.gz)
md5sums=('a10cdd7bc418bb86c71aebff112bc63a')
build() {
cd "$srcdir/$_pkgname-$pkgver"
python2 setup.py build
}
package() {
cd "$srcdir/$_pkgname-$pkgver"
python2 setup.py install --skip-build --root="$pkgdir/" --optimize=1
}
# vim:set ts=2 sw=2 et: