Skip to content
Snippets Groups Projects
Commit 22b17f60 authored by Bart Ribbers's avatar Bart Ribbers
Browse files

community/py3-munch: new aport

parent c2dc9bde
No related branches found
No related tags found
1 merge request!20454community/py3-twine: re-enable tests and add missing importlib-metadata dep
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=py3-munch
pkgver=2.5.0
pkgrel=0
pkgdesc="A dot-accessible dictionary (a la JavaScript objects)"
url="https://github.com/Infinidat/munch"
arch="noarch"
license="MIT"
depends="
py3-pbr
python3
"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="https://pypi.python.org/packages/source/m/munch/munch-$pkgver.tar.gz"
builddir="$srcdir/munch-$pkgver"
build() {
python3 setup.py build
}
check() {
pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="7eca31111f40782a19b49535322bc56d723022d52b0842c4beff512f32fa415a6c75851eb84950358cb6a11693095cafe56364028e48385b11135de414edca21 munch-2.5.0.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment