mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 19:25:25 +03:00
29 lines
868 B
Text
29 lines
868 B
Text
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
|
|
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
|
pkgname=py3-boto3
|
|
pkgver=1.24.96
|
|
pkgrel=0
|
|
pkgdesc="AWS SDK for Python (Boto3)"
|
|
url="https://aws.amazon.com/sdk-for-python/"
|
|
license="Apache-2.0"
|
|
arch="noarch"
|
|
options="!check"
|
|
depends="py3-botocore py3-s3transfer py3-jmespath"
|
|
makedepends="py3-setuptools"
|
|
source="https://files.pythonhosted.org/packages/source/b/boto3/boto3-$pkgver.tar.gz"
|
|
builddir="$srcdir"/boto3-$pkgver
|
|
|
|
replaces="py-boto3" # Backwards compatibility
|
|
provides="py-boto3=$pkgver-r$pkgrel" # Backwards compatibility
|
|
|
|
build() {
|
|
python3 setup.py build
|
|
}
|
|
|
|
package() {
|
|
python3 setup.py install --skip-build --root="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
23730e985ff66c6c7fb62c15281ff3bf973d93ceef9fe8a8ef50a1f095d515470fe77f85af80d013bb5a0d8110615a63f65d265dcf00b91518ba79490600828f boto3-1.24.96.tar.gz
|
|
"
|