void-packages/srcpkgs/python3-boto3/template
2021-02-21 15:50:41 +01:00

18 lines
526 B
Bash

# Template file for 'python3-boto3'
pkgname=python3-boto3
version=1.17.12
revision=1
wrksrc="boto3-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
short_desc="Python interface to Amazon Web Services"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/boto/boto3"
distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz"
checksum=0eef717261da7c0aa6fa538c7cacf8c489123fd247a94a9c86a604ddeff7443b
post_install() {
vlicense LICENSE
}