blob: 14624976caefd7a6850f7fa016423caf53f8eaa7 (
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
|
pkgbase = python-msgspec
pkgdesc = A fast and friendly JSON/MessagePack library, with optional schema validation
pkgver = 0.18.6
pkgrel = 3
url = https://github.com/jcrist/msgspec
arch = x86_64
license = BSD-3-Clause
checkdepends = python-msgpack
checkdepends = python-pytest
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = glibc
depends = python
depends = python-attrs
depends = python-typing_extensions
optdepends = python-tomli-w: for TOML support
optdepends = python-tomli: for TOML support
optdepends = python-yaml: for YAML support
source = git+https://github.com/jcrist/msgspec.git#commit=9ed5e0d4f6e47e6f520835605bb647f234e7f6f3
sha256sums = SKIP
pkgname = python-msgspec
|