From c1cd28af82904daba54bc0d68968fb96af2f4a82 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Mon, 16 May 2016 09:41:13 -0500 Subject: Removing python2-clint: This package is in [community] repo --- pcr/python2-clint/PKGBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 pcr/python2-clint/PKGBUILD (limited to 'pcr/python2-clint') diff --git a/pcr/python2-clint/PKGBUILD b/pcr/python2-clint/PKGBUILD deleted file mode 100644 index c20ac269c..000000000 --- a/pcr/python2-clint/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer (Arch): XavierCLL -# Contributor (Arch): Alexander -# Maintainer: Omar Vega Ramos - -pkgname=python2-clint -pkgver=0.5.1 -pkgrel=1 -pkgdesc="Module for developing commandline applications" -arch=('any') -url="http://pypi.python.org/pypi/clint/" -license=('ISC') -depends=('python2') -conflicts=('python2-clint-git') -source=("http://pypi.python.org/packages/source/c/clint/clint-$pkgver.tar.gz") -sha256sums=('05224c32b1075563d0b16d0015faaf9da43aa214e4a2140e51f08789e7a4c5aa') - -package() { - cd "$srcdir/clint-$pkgver" - - python2 setup.py install --install-data="/usr/share/doc/$pkgname" \ - --root="$pkgdir" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - - -- cgit v1.2.3