blob: d6c9cd8283f453b499d07af8611c0f06ce7847ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
pkgbase = python-birdseye
pkgdesc = Graphical Python debugger which lets you view the values of all evaluated expressions
pkgver = 0.9.5
pkgrel = 1
url = https://github.com/alexmojaki/birdseye
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-markupsafe
checkdepends = python-pandas
checkdepends = python-beautifulsoup4
checkdepends = python-selenium
checkdepends = python-flask
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-flask-humanize
depends = python-sqlalchemy
depends = python-asttokens
depends = python-littleutils
depends = python-cheap_repr
depends = python-outdated
depends = python-cached-property
source = birdseye-0.9.5.tar.gz::https://github.com/alexmojaki/birdseye/archive/v0.9.5.tar.gz
sha512sums = fdd95e85302f75162edd1e8fb1f1530674da0fdd9b5f29a6b4d0d0c46a91ce12932b92e6d35b256d90cd8260c76dd3f692e8d53e303fd4dac835da35615bf2ae
pkgname = python-birdseye
|