void-packages/srcpkgs/python3-frozendict/template
2021-10-27 09:45:10 -04:00

20 lines
635 B
Bash

# Template file for 'python3-frozendict'
pkgname=python3-frozendict
version=2.0.7
revision=1
wrksrc="frozendict-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-pytest"
short_desc="Immutable mapping for Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-3.0-only"
homepage="https://github.com/Marco-Sulla/python-frozendict"
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
checksum=a68f609d1af67da80b45519fdcfca2d60249c0a8c96e68279c1b6ddd92128204
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" pytest3 -k 'not test_empty_sub'
}