blob: eab2eabd81e7a256f48a3f622fe5c5efc75544e5 (
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-mashumaro
pkgdesc = A fast and well tested serialization library on top of dataclasses.
pkgver = 3.15
pkgrel = 1
url = https://github.com/Fatal1ty/mashumaro
arch = any
license = Apache
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-pytest
makedepends = python-pytest-mock
makedepends = python-orjson
makedepends = python-tomli-w
depends = python
depends = python-pendulum
depends = python-ciso8601
depends = python-typing_extensions
optdepends = python-pyyaml: for YAML serialization
optdepends = python-msgpack: for msgpack serialization
optdepends = python-tomli: for TOML deserialization
optdepends = python-tomli-w: for TOML serialization
optdepends = python-orjson: for JSON serialization
source = python-mashumaro-3.15.tar.gz::https://github.com/Fatal1ty/mashumaro/archive/v3.15.tar.gz
sha256sums = eddd24c470c639ca271ea80bda56a640b1113236a9193ba1d72e11c9ac198e9e
pkgname = python-mashumaro
|