blob: 9ad3c0d7994c826869c1de58f8169241bd9737a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
pkgbase = python-dacite
pkgdesc = Simplify creation of data classes (PEP 557) from dictionaries.
pkgver = 1.9.2
pkgrel = 2
url = https://github.com/konradhalas/dacite
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = dacite-1.9.2.tar.gz::https://github.com/konradhalas/dacite/archive/refs/tags/v1.9.2.tar.gz
sha256sums = cec83bf402dc6ac0e5a2030500ef7296ad4d5c77e756475252b99e89a4d5ebfa
pkgname = python-dacite
|