blob: 223f1eef8ff7435d57c02d040c789c5992307b69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = python-smithy-json
pkgdesc = JSON serialization and deserialization support for Smithy tooling.
pkgver = 0.2.3
pkgrel = 1
url = https://github.com/smithy-lang/smithy-python/tree/develop/packages/smithy-json
arch = any
license = Apache-2.0
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
checkdepends = python-freezegun
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = git
depends = python
depends = python-ijson
depends = python-smithy-core
source = smithy-json::git+https://github.com/smithy-lang/smithy-python.git#tag=smithy-json/v0.2.3
sha256sums = 76f4b6eecc4ae8e10a0ae5622e1f25d459f11bede40cdd191473dfe82279aa9c
pkgname = python-smithy-json
|