summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 04d8f479dbb821042b9be5a7a3274ea78f97ccdf (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
pkgbase = python-flexcache
	pkgdesc = A robust and extensible package to cache on disk the result of expensive calculations.
	pkgver = 0.3
	pkgrel = 1
	url = https://github.com/hgrecco/flexcache
	arch = any
	license = BSD-3-Clause
	checkdepends = python-pytest-mpl
	checkdepends = python-pytest-cov
	checkdepends = python-pytest-subtests
	makedepends = python-wheel
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-setuptools
	makedepends = python-setuptools-scm
	makedepends = python-ruff
	makedepends = git
	depends = python
	depends = python-typing_extensions
	depends = python-pytest7
	source = python-flexcache::git+https://github.com/hgrecco/flexcache.git#tag=0.3
	sha256sums = 8b23a2959b94c77870ca93ff310ae9f21c1d1aec358a518e9c210b88dd51d960

pkgname = python-flexcache