[arch-commits] Commit in python-praw/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jan 20 11:20:55 UTC 2019
Date: Sunday, January 20, 2019 @ 11:20:55
Author: felixonmars
Revision: 425040
upgpkg: python-praw 6.1.0-1
Modified:
python-praw/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-20 11:19:29 UTC (rev 425039)
+++ PKGBUILD 2019-01-20 11:20:55 UTC (rev 425040)
@@ -2,7 +2,7 @@
pkgbase=python-praw
pkgname=('python-praw' 'python2-praw')
-pkgver=6.0.0
+pkgver=6.1.0
pkgrel=1
pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
arch=('any')
@@ -10,11 +10,11 @@
url="https://praw.readthedocs.org"
makedepends=('python-setuptools' 'python2-setuptools' 'python-prawcore' 'python2-prawcore'
'python-update-checker' 'python2-update-checker' 'python-pytest-runner'
- 'python2-pytest-runner')
+ 'python2-pytest-runner' 'python-websocket-client' 'python2-websocket-client')
checkdepends=('python-mock' 'python2-mock' 'python-betamax-serializers'
'python2-betamax-serializers' 'python-betamax-matchers' 'python2-betamax-matchers')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/praw-dev/praw/archive/v$pkgver.tar.gz")
-sha512sums=('a276fbd3635618094cdfd8824239630405551a632ec00457636466b9dbfb250e3d0362df82c3034c667a3ede91d15d16baadaad4f9f9dec15a35ef26fe36f974')
+sha512sums=('e5e9a87b509e07afa1ca7c39fa7e032724009bbb0eda84ce3f7d63d35f3a2fb17f7dd2b3aafcb49ac761e2976ae77eeb23c2c6b877f2e8629cf4ad3ee8c3d67d')
prepare() {
cp -a praw-$pkgver{,-py2}
@@ -37,7 +37,7 @@
}
package_python-praw() {
- depends=('python-prawcore' 'python-update-checker')
+ depends=('python-prawcore' 'python-update-checker' 'python-websocket-client')
cd praw-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
@@ -44,7 +44,7 @@
}
package_python2-praw() {
- depends=('python2-prawcore' 'python2-update-checker')
+ depends=('python2-prawcore' 'python2-update-checker' 'python2-websocket-client')
cd praw-$pkgver-py2
python2 setup.py install --root="$pkgdir" --optimize=1
More information about the arch-commits
mailing list