blob: d8eea5620c209386f116cba197050b3038c6bed6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  | 
pkgbase = python-wrapt-timeout-decorator
	pkgdesc = Powerful Timeout Decorator that can be used safely on classes, methods, class methods
	pkgver = 1.4.1
	pkgrel = 1
	url = https://github.com/bitranox/wrapt_timeout_decorator
	arch = any
	license = MIT
	makedepends = python-setuptools
	depends = python
	depends = python-cli-exit-tools
	depends = python-lib-detect-testenv
	depends = python-multiprocess
	depends = python-psutil
	depends = python-wrapt
	source = https://files.pythonhosted.org/packages/source/w/wrapt_timeout_decorator/wrapt_timeout_decorator-1.4.1.tar.gz
	sha256sums = e49c0e2a4ff03df43005fa24ba26f8b16dd342dd614cd2ef696b65c68b1c20cf
pkgname = python-wrapt-timeout-decorator
  |