mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
New package: python3-betamax-0.8.1
This commit is contained in:
parent
2990767cf1
commit
10176bcafb
1 changed files with 18 additions and 0 deletions
18
srcpkgs/python3-betamax/template
Normal file
18
srcpkgs/python3-betamax/template
Normal file
|
@ -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 <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
|
Loading…
Add table
Reference in a new issue