diff --git a/srcpkgs/python3-betamax/template b/srcpkgs/python3-betamax/template new file mode 100644 index 00000000000..442cd610779 --- /dev/null +++ b/srcpkgs/python3-betamax/template @@ -0,0 +1,18 @@ +# Template file for 'python3-betamax' +pkgname=python3-betamax +version=0.8.1 +revision=1 +wrksrc="${pkgname#python3-}-${version}" +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 " +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