aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/python3-boto3/template
blob: cf110fbb9abf8de9d8ab569652706dc8fc26c82b (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.28
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=5e7234e008fa51c592ed810b5edeaca2ba5254a933eade73d88e81bfaf7cc29b

post_install() {
	vlicense LICENSE
}