void-packages/srcpkgs/python3-boto3/template

18 lines
500 B
Bash

# Template file for 'python3-boto3'
pkgname=python3-boto3
version=1.26.45
revision=1
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=e43664f8a2d1b598e3d00bd9d9982e03cc86c79a36ced108fa0ceb1ce43496c8
post_install() {
vlicense LICENSE
}