void-packages/srcpkgs/python3-frozendict/template
2022-04-06 11:00:35 +02:00

21 lines
642 B
Bash

# Template file for 'python3-frozendict'
pkgname=python3-frozendict
version=2.3.1
revision=1
wrksrc="frozendict-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
makedepends="python3-devel"
depends="python3"
checkdepends="python3-pytest"
short_desc="Immutable mapping for Python3"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
license="LGPL-3.0-only"
homepage="https://github.com/Marco-Sulla/python-frozendict"
distfiles="${PYPI_SITE}/f/frozendict/frozendict-${version}.tar.gz"
checksum=bc91c69233eb916bb6ebc40988b6d849735770240efc9c60be45b4ab919c1bde
do_check() {
PYTHONPATH="$(cd build/lib* && pwd)" pytest3
}