void-packages/srcpkgs/python-b2/template

21 lines
622 B
Bash
Raw Normal View History

2018-02-11 01:30:13 +01:00
# Template file for 'python-b2'
pkgname=python-b2
version=1.1.0
2018-02-11 02:25:51 +01:00
revision=5
2018-02-11 01:33:23 +01:00
noarch=y
2018-02-11 01:30:13 +01:00
wrksrc="B2_Command_Line_Tool-$version"
build_style=python-module
hostmakedepends="python python-setuptools"
2018-02-11 02:25:51 +01:00
depends="python-logfury python-futures python-Arrow python-dateutil"
2018-02-11 01:30:13 +01:00
short_desc="CLI that gives easy access B2 Cloud Storage"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="MIT"
homepage="https://github.com/Backblaze/B2_Command_Line_Tool"
distfiles="$homepage/archive/v$version.tar.gz"
checksum=fae0dd48a2b6ab38cb142b91d7907a66144659d599bdfbf3c8995788ed29313b
pycompile_module="b2"
post_install() {
vlicense LICENSE
}