New package: python-botocore-1.12.145

This commit is contained in:
Robert Lowry 2019-05-09 23:30:30 -05:00 committed by Helmut Pozimski
parent 9dc56b9edc
commit 3f83b51205
2 changed files with 32 additions and 0 deletions

View file

@ -0,0 +1,31 @@
# Template file for 'python-botocore'
pkgname=python-botocore
version=1.12.145
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=c23cfc8beee3aad86e659199bc69280eb6638e2047808b74b538aa6cbd21eaeb
post_install() {
vlicense LICENSE.txt
}
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*"
vlicense LICENSE.txt
}
}

1
srcpkgs/python3-botocore Symbolic link
View file

@ -0,0 +1 @@
python-botocore