New package: python-botocore-1.12.145
This commit is contained in:
parent
9dc56b9edc
commit
3f83b51205
2 changed files with 32 additions and 0 deletions
31
srcpkgs/python-botocore/template
Normal file
31
srcpkgs/python-botocore/template
Normal 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
1
srcpkgs/python3-botocore
Symbolic link
|
@ -0,0 +1 @@
|
|||
python-botocore
|
Loading…
Reference in a new issue