blob: e066f6076df14e8f011a027318a3561721126d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
pkgbase = python-smithy-aws-core
pkgdesc = Core Smithy components for AWS services and protocols.
pkgver = 0.7.0
pkgrel = 1
url = https://github.com/smithy-lang/smithy-python/tree/develop/packages/smithy-aws-core
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-freezegun
checkdepends = python-smithy-xml
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = git
depends = python
depends = python-smithy-core
depends = python-smithy-http
depends = python-aws-sdk-signers
optdepends = python-smithy-aws-event-stream: eventstream
optdepends = python-smithy-json: json
optdepends = python-smithy-xml: xml
source = smithy-aws-core::git+https://github.com/smithy-lang/smithy-python.git#tag=smithy-aws-core/v0.7.0
sha256sums = 76f4b6eecc4ae8e10a0ae5622e1f25d459f11bede40cdd191473dfe82279aa9c
pkgname = python-smithy-aws-core
|