diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-16 09:41:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-16 09:41:13 -0500 |
commit | c1cd28af82904daba54bc0d68968fb96af2f4a82 (patch) | |
tree | 0cd6cd20c3fb2bba0d6c34cc3c338e8159658f92 | |
parent | b6bcbb773a7729b7f80d0e4a0bbc71aa028940dc (diff) | |
download | abslibre-c1cd28af82904daba54bc0d68968fb96af2f4a82.tar.gz abslibre-c1cd28af82904daba54bc0d68968fb96af2f4a82.tar.bz2 abslibre-c1cd28af82904daba54bc0d68968fb96af2f4a82.zip |
Removing python2-clint: This package is in [community] repo
-rw-r--r-- | pcr/python2-clint/PKGBUILD | 25 |
1 files changed, 0 insertions, 25 deletions
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 <rodseth@gmail.com> -# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> - -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" -} - - |