summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 41dad26c52aec37e4565409495c07431e7f397ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
pkgbase = python-circuitbreaker
	pkgdesc = Python implementation of the Circuit Breaker pattern
	pkgver = 1.4.0
	pkgrel = 1
	url = https://github.com/fabfuel/circuitbreaker
	arch = x86_64
	license = BSD
	makedepends = python-setuptools
	depends = python
	source = python-circuitbreaker-1.4.0.tar.gz::https://github.com/fabfuel/circuitbreaker/archive/refs/tags/1.4.0.tar.gz
	sha256sums = 30f24b32edf964ff2ea7c3c18959e2e3e08b6259b85ab442ea825e3f240323ab

pkgname = python-circuitbreaker