blob: 6976bc3f181f56f607dee5a2a7bcc41848fc1a56 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-polling
pkgdesc = Powerful polling utility in Python
pkgver = 0.3.2
pkgrel = 3
url = https://github.com/justiniso/polling
arch = any
license = MIT
checkdepends = python-pytest
checkdepends = python-mock
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = https://files.pythonhosted.org/packages/source/p/polling/polling-0.3.2.tar.gz
sha256sums = 3afd62320c99b725c70f379964bf548b302fc7f04d4604e6c315d9012309cc9a
pkgname = python-polling
|