2021-09-23 11:18:23 +00:00

28 lines
777 B
Plaintext

# Contributor: Alex McGrath <amk@amk.ie>
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=py3-deepdiff
_pkgname=deepdiff
pkgver=5.5.0
pkgrel=0
pkgdesc="Deep Difference and Search of any Python object/data"
url="https://github.com/seperman/deepdiff"
arch="noarch"
license="MIT"
depends="python3 py3-ordered-set"
makedepends="py3-setuptools"
options="!check" # tests fail
source="deepdiff-$pkgver.tar.gz::https://github.com/seperman/deepdiff/archive/$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
python3 setup.py build
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
70e3319e55f0b961caada2fe13b5597b92bdc4a34e26e454193f03b760b38599b7dc234daa82612c910fc35d4e88ab996122d983d67d06b9fe4e80ae8167e2a2 deepdiff-5.5.0.tar.gz
"