blob: a8a218bce96c7927d7d480a0392e1252a27e4228 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = python-watchpoints
pkgdesc = Python variable/object monitor similar to gdb watchpoints
pkgver = 0.2.5
pkgrel = 2
url = https://github.com/gaogaotiantian/watchpoints
arch = any
license = Apache-2.0
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python>=3.6
depends = python-objprint>=0.1.3
source = python-watchpoints-0.2.5.tar.gz::https://github.com/gaogaotiantian/watchpoints/archive/0.2.5.tar.gz
sha256sums = 78cb945f7885747998d21d16c25f708334a1948895f155125b056dc31b914122
pkgname = python-watchpoints
|