blob: e1e459e9b321136d316a94700739426490bc74f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-lineprofiler
pkgdesc = Line-by-line profiler
pkgver = 5.0.0
pkgrel = 1
url = https://pypi.python.org/pypi/line_profiler
arch = x86_64
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-cov
checkdepends = python-ubelt
makedepends = cython
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = ipython
depends = python
optdepends = python-rich
source = line_profiler-5.0.0.tar.gz::https://github.com/pyutils/line_profiler/archive/v5.0.0.tar.gz
sha256sums = 6cb285cbf477bb4da1e6d9e23e26833b158563b082bdd370a305d4a4369a00a9
pkgname = python-lineprofiler
|