diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-07-15 16:38:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-07-15 16:38:48 +0200 |
commit | 4ff90790fef897eef804cb8c48684d7ea1aed79b (patch) | |
tree | 6b44cd8a6e429ccade097c7699cf86698233a085 | |
parent | 866bb68b76d33f76c487c54befe13ede5d9b2040 (diff) | |
download | abslibre-4ff90790fef897eef804cb8c48684d7ea1aed79b.tar.gz abslibre-4ff90790fef897eef804cb8c48684d7ea1aed79b.tar.bz2 abslibre-4ff90790fef897eef804cb8c48684d7ea1aed79b.zip |
Remove python-six, is on community.
-rw-r--r-- | pcr/python-six/PKGBUILD | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/pcr/python-six/PKGBUILD b/pcr/python-six/PKGBUILD deleted file mode 100644 index fddeca460..000000000 --- a/pcr/python-six/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -pkgname=python-six -pkgver=1.3.0 -pkgrel=1 -pkgdesc="Python 2 and 3 compatibility utilities" -arch=("any") -url="http://pypi.python.org/pypi/six/" -license=('custom') -depends=('python') -options=(!emptydirs) -source=("https://pypi.python.org/packages/source/s/six/six-$pkgver.tar.gz") -md5sums=('ec47fe6070a8a64c802363d2c2b1e2ee') - -package() { - cd "$srcdir/six-$pkgver" - python setup.py install --root="$pkgdir/" --optimize=1 - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} - -# vim:set ts=2 sw=2 et: |