18 lines
682 B
Bash
18 lines
682 B
Bash
# Template file for 'python3-betamax'
|
|
pkgname=python3-betamax
|
|
version=0.8.1
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-requests"
|
|
checkdepends="$depends python3-pytest"
|
|
short_desc="VCR imitation designed only for python-requests (Python3)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Apache-2.0"
|
|
homepage="https://betamax.readthedocs.org"
|
|
changelog="https://raw.githubusercontent.com/betamaxpy/betamax/master/HISTORY.rst"
|
|
distfiles="${PYPI_SITE}/b/betamax/betamax-${version}.tar.gz"
|
|
checksum=5bf004ceffccae881213fb722f34517166b84a34919b92ffc14d1dbd050b71c2
|
|
# does some stuff with long-deprecated pytest things
|
|
make_check=no
|