summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Li2018-05-29 10:52:13 -0700
committerRich Li2018-05-29 10:52:13 -0700
commit04d6675cdb3e834887b5646cae5c43a909c316d0 (patch)
treede383c43fe8fa92f242b564795cafc6ed33ef150
parent42744e937fc16fc860201a7be25f63e5b2eb2947 (diff)
downloadaur-04d6675cdb3e834887b5646cae5c43a909c316d0.tar.gz
IPython is required for the tests
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec8a587d6785..f3e1d97524ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-lineprofiler
pkgdesc = Line-by-line profiler
pkgver = 2.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/line_profiler
arch = i686
arch = x86_64
license = BSD
+ checkdepends = ipython
makedepends = cython
depends = python-setuptools
source = python-lineprofiler-2.1.tar.gz::https://github.com/rkern/line_profiler/archive/2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 74e69d05eb5e..f5afff261db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Contributor: Sebastien Binet <binet@lblbox>
pkgname=python-lineprofiler
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Line-by-line profiler"
url="https://pypi.python.org/pypi/line_profiler"
arch=('i686' 'x86_64')
license=('BSD')
depends=('python-setuptools')
makedepends=('cython')
+checkdepends=('ipython')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
sha256sums=('5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76')