summaryrefslogtreecommitdiff
path: root/pcr/python-pypump
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-06-13 12:26:18 -0400
committerDavid P <megver83@parabola.nu>2017-06-13 12:26:18 -0400
commit19679e935645e273b49d0bd445e10c87a5a4bfa7 (patch)
tree27a2a5e4bae154ce41b178e8d0bfc3f5a81602c7 /pcr/python-pypump
parentd7a50f3e82be1a721737ffd39729bdfb61fda263 (diff)
Added makedepends in python-pypump PKGBUILD
Diffstat (limited to 'pcr/python-pypump')
-rw-r--r--pcr/python-pypump/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/python-pypump/PKGBUILD b/pcr/python-pypump/PKGBUILD
index 7a31c6386..57cda9cfa 100644
--- a/pcr/python-pypump/PKGBUILD
+++ b/pcr/python-pypump/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: David P. <megver83@parabola.nu>
+# Maintainer: David P. <megver83@hyperbola.info>
pkgbase=python-pypump
pkgname=('python-pypump' 'python2-pypump')
@@ -9,6 +9,7 @@ license=('GPL3')
pkgdesc="Python pump.io library"
url="https://github.com/xray7224/PyPump"
makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-dateutil' 'python2-dateutil' 'python-requests' 'python2-requests' 'python-requests-oauthlib' 'python2-requests-oauthlib')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/xray7224/PyPump/archive/v$pkgver.tar.gz")
sha512sums=('3906118f681dd886bd8e3d57a49f66a0bc4236fe526d8137905ea8f7fd9bc9fea61a5646ca6e6617095fab62ab3ce91f2ea7d2c5e150125f399048c2f8831e86')
@@ -34,7 +35,7 @@ check() {
}
package_python-pypump() {
- depends=('python' 'python-requests' 'python-requests-oauthlib' 'python-dateutil')
+ depends=('python' 'python-requests' 'python-requests-oauthlib')
cd pypump-$pkgver
python setup.py install --root="$pkgdir" --optimize=1
@@ -42,7 +43,7 @@ package_python-pypump() {
}
package_python2-pypump() {
- depends=('python2' 'python2-requests' 'python2-requests-oauthlib' 'python2-dateutil')
+ depends=('python2' 'python2-requests' 'python2-requests-oauthlib')
cd pypump-$pkgver-py2
python2 setup.py install --root="$pkgdir" --optimize=1