summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-20 21:29:36 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-04-20 21:29:36 -0500
commit8f618d9dac0306f5c5251eb302f57c2d3a729907 (patch)
treede85af6e5f41a090698779fab0555cc7086b32fd /pcr
parent7eb36c6607c4aec2b3e729959f6d44c797415c00 (diff)
downloadabslibre-8f618d9dac0306f5c5251eb302f57c2d3a729907.tar.gz
abslibre-8f618d9dac0306f5c5251eb302f57c2d3a729907.tar.bz2
abslibre-8f618d9dac0306f5c5251eb302f57c2d3a729907.zip
Removing python-lz4: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/python-lz4/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/pcr/python-lz4/PKGBUILD b/pcr/python-lz4/PKGBUILD
deleted file mode 100644
index 8a3280f9a..000000000
--- a/pcr/python-lz4/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Maintainer (AUR): Nissar Chababy <funilrys at outlook dot com>
-# Ex-Maintainer (AUR): David Manouchehri <manouchehri@riseup.net>
-# Contributor (AUR): Vladimir Tsanev <tsachev@gmail.com>
-# Contributor (AUR): Andrew Reed <reed.996@osu.edu>
-
-# parabola changes and rationale:
-# - added missing makedepends: python-setuptools-scm
-# - added split package for python2-lz4
-
-pkgname=(python-lz4 python2-lz4)
-pkgver=0.11.1
-pkgrel=1
-pkgdesc="LZ4 Bindings for Python"
-arch=('any')
-url="https://pypi.python.org/pypi/lz4"
-license=('BSD')
-makedepends=('python-distribute' 'python2-distribute' 'python-setuptools-scm' 'python2-setuptools-scm')
-source=("https://pypi.python.org/packages/3c/00/668df8820cfafe54257a1e2e723c9bfcd1bd88f5ffe250b6fc6c0cef0fd1/lz4-$pkgver.tar.gz")
-md5sums=('2a7d1d8669046c380ad69dbd9db4db94')
-
-package_python-lz4() {
- depends=('python3')
- cd $srcdir/lz4-$pkgver
- python3 setup.py install --root=$pkgdir
-}
-
-package_python2-lz4() {
- depends=('python2')
- cd $srcdir/lz4-$pkgver
- python2 setup.py install --root=$pkgdir
-}