25 lines
726 B
Bash
25 lines
726 B
Bash
# Template file for 'python3-frozendict'
|
|
pkgname=python3-frozendict
|
|
version=2.0.6
|
|
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=3f00de72805cf4c9e81b334f3f04809278b967d2fed84552313a0fcce511beb1
|
|
|
|
pre_patch() {
|
|
# remove c implementation tests
|
|
cd test
|
|
rm c_only.py
|
|
rm test_frozendict_c.py
|
|
rm test_frozendict_c_subclass.py
|
|
rm test_coold.py
|
|
rm test_coold_subclass.py
|
|
}
|