# Contributor: Fabian Affolter # Maintainer: Fabian Affolter pkgname=py3-dpath _pkgname=dpath pkgver=2.1.6 pkgrel=0 pkgdesc="Filesystem-like pathing and searching for dictionaries" url="https://github.com/dpath-maintainers/dpath-python" arch="noarch" license="MIT" replaces="py-dpath" # for backwards compatibility provides="py-dpath=$pkgver-r$pkgrel" # for backwards compatibility depends="python3" makedepends="py3-setuptools" checkdepends="py3-hypothesis py3-mock py3-nose2 py3-pytest" subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { python3 setup.py build } check() { PYTHONPATH="$builddir"/build/lib pytest-3 } package() { python3 setup.py install --skip-build --root="$pkgdir" } sha512sums=" 2f2dac39b6e1ad2effd8d61ac4acf6619205423389ecebc54061aa10ec11ce3236ea666b632a7dca349e9b7a6579815c97e01c930eaa1a99d965e37b9825b82c dpath-2.1.6.tar.gz "