void-packages/srcpkgs/python-botocore/template
2019-09-23 09:51:41 +02:00

26 lines
875 B
Bash

# Template file for 'python-botocore'
pkgname=python-botocore
version=1.12.233
revision=1
archs=noarch
wrksrc="botocore-${version}"
build_style=python-module
pycompile_module="botocore"
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=efddde9e3f24c1efae01ee83183c08ac99e6cba028b026d8e675d19e757f57dc
python3-botocore_package() {
archs=noarch
pycompile_module="botocore"
depends="python3-dateutil python3-docutils python3-jmespath python3-urllib3"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove "usr/lib/python3*"
}
}