void-packages/srcpkgs/python3-boto3/template
2025-01-07 16:42:18 +01:00

19 lines
690 B
Bash

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