summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: b7d900753be9ce21ba6fe03d79cb8d9838d79be4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgbase = python-pytest-openfiles
	pkgdesc = Pytest plugin for detecting file handles that were inadvertently left open at the end of unit tests
	pkgver = 0.5.0
	pkgrel = 1
	url = https://github.com/astropy/pytest-openfiles
	arch = i686
	arch = x86_64
	license = BSD
	makedepends = python-setuptools-scm
	depends = python-pytest>=4.6.0
	depends = python-psutil
	source = https://files.pythonhosted.org/packages/source/p/pytest-openfiles/pytest-openfiles-0.5.0.tar.gz
	md5sums = a3704c256f9343a37095328a5e552d22

pkgname = python-pytest-openfiles