blob: a8667a43f8ebbcbd66b4cc7efbd3369c1c2a680d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
pkgbase = python-py-serializable
pkgdesc = Serialize and deserialize Python objects to and from JSON and XML
pkgver = 1.1.1
pkgrel = 1
url = https://github.com/madpah/serializable
arch = any
license = Apache-2.0
checkdepends = python-lxml
checkdepends = xmldiff
makedepends = python-build
makedepends = python-installer
makedepends = python-poetry-core
makedepends = python-wheel
depends = python
depends = python-defusedxml
options = !debug
options = !strip
source = python-py-serializable-1.1.1.tar.gz::https://github.com/madpah/serializable/archive/v1.1.1.tar.gz
sha512sums = afaa990d4470e028e000d4789452fb7b214d5c26b89306e15e1f860556cbba4ef83036f07ac5d42b813553ed3a716182314bf854aa340bf70a232f9196a2beff
pkgname = python-py-serializable
|