void-packages/srcpkgs/python-botocore/template
2020-03-28 18:23:56 +01:00

25 lines
817 B
Bash

# Template file for 'python-botocore'
pkgname=python-botocore
version=1.15.26
revision=1
archs=noarch
wrksrc="botocore-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
depends="python-dateutil python-docutils python-jmespath python-urllib3"
short_desc="Core functionality library of boto 3 (Python2)"
maintainer="Robert Lowry <bobertlo@gmail.com>"
license="Apache-2.0"
homepage="https://github.com/boto/botocore"
distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz"
checksum=4535cf8a9b0cf9eea7ea50c003ca944f694f80b6a4b455466ab56dd8a000c613
python3-botocore_package() {
archs=noarch
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}