aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-boto3/template
blob: 5722d9412cebdef19c7bbd47966c85416127da65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Template file for 'python3-boto3'
pkgname=python3-boto3
version=1.34.83
revision=1
build_style=python3-module
make_check_args="--ignore=tests/integration" # These tests require aws credentials
hostmakedepends="python3-setuptools"
depends="python3-botocore python3-jmespath python3-s3transfer"
checkdepends="${depends} python3-pytest python3-pytest-xdist"
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=5dfb6e4f8115c04cfa6db826bc74b6254fc08078b91350a578b080b261dbf261

post_install() {
	vlicense LICENSE
}