void-packages/srcpkgs/python-b2sdk/template
2021-01-28 15:06:13 -05:00

21 lines
717 B
Bash

# Template file for 'python-b2sdk'
# keep python-b2sdk name to revert this package
pkgname=python-b2sdk
version=1.3.0
revision=2
wrksrc="b2sdk-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools_scm"
depends="python3-logfury python3-Arrow python3-requests python3-six"
checkdepends="python3-pytest $depends python3-dateutil python3-nose
python3-mock python3-tqdm python3-pyflakes"
short_desc="Backblaze's B2 Python SDK"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://pypi.org/project/b2sdk"
distfiles="${PYPI_SITE}/b/b2sdk/b2sdk-${version}.tar.gz"
checksum=af53e2449414b772a0bd6fad311d98a171c3693f77ebca933499946e786715ae
post_install() {
vlicense LICENSE
}