New package: python3-boto3-1.12.44

This commit is contained in:
Leah Neukirchen 2020-04-23 16:56:44 +02:00
parent f6eb997291
commit c06594e855

View file

@ -0,0 +1,18 @@
# Template file for 'python3-boto3'
pkgname=python3-boto3
version=1.12.44
revision=1
archs=noarch
wrksrc="boto3-${version}"
build_style=python3-module
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=1d239fbe961efa2e85c0ec0fb9ad80dba3c70628f4d303dcb6841863d922ba4d
post_install() {
vlicense LICENSE
}