summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 75d0627c078eb45b718797f9b1bb3301382f006b (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-dictdiffer
	pkgdesc = Module that helps you to diff and patch dictionaries
	pkgver = 0.10.0
	pkgrel = 1
	url = https://github.com/inveniosoftware/dictdiffer
	arch = any
	license = MIT
	checkdepends = python-pytest
	checkdepends = python-numpy
	makedepends = git
	makedepends = python-build
	makedepends = python-installer
	makedepends = python-pytest-runner
	makedepends = python-wheel
	makedepends = python-hatchling
	makedepends = python-hatch-vcs
	depends = python
	optdepends = python-numpy: for comparing numpy arrays
	source = git+https://github.com/inveniosoftware/dictdiffer#tag=v0.10.0
	source = pull-179.patch
	sha256sums = 874299d1387b86bdccd70a25f2832937fcc851ad4410b558ca81ea4d163cd3f8
	sha256sums = e746d0900944b49e4995540667b48476d8f02755a6c95befda4f894d2e97ad44

pkgname = python-dictdiffer