mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-boto3: update to 1.29.6.
This commit is contained in:
parent
4c14260d7d
commit
2d125bc751
1 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Template file for 'python3-boto3'
|
# Template file for 'python3-boto3'
|
||||||
pkgname=python3-boto3
|
pkgname=python3-boto3
|
||||||
version=1.28.20
|
version=1.29.6
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
make_check_args="--ignore=tests/integration" # These tests require aws credentials
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-botocore python3-jmespath python3-s3transfer"
|
||||||
|
checkdepends="${depends} python3-pytest python3-pytest-xdist"
|
||||||
short_desc="Python interface to Amazon Web Services"
|
short_desc="Python interface to Amazon Web Services"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/boto/boto3"
|
homepage="https://github.com/boto/boto3"
|
||||||
distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz"
|
distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz"
|
||||||
checksum=aa4a8eb9735431a961f63928fb86fd36736c3fd01c77de7b1f1237328158aba4
|
checksum=261957684a6f37ae227be7d38130aa3cbf2ae5e1cde9e39d856e58ff2310a854
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue