From 10176bcafb7833de5511d7b4051f2700535b2230 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 1 Sep 2022 19:26:11 -0400 Subject: [PATCH] New package: python3-betamax-0.8.1 --- srcpkgs/python3-betamax/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-betamax/template 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