blob: d8345bf6cd07264e6f80ce52aeee10fd3872761f (
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-toon
pkgdesc = TOON (Token-Oriented Object Notation) encoder/decoder for Python - Bidirectional JSON-to-TOON converter optimized for LLMs
pkgver = 0.1.3
pkgrel = 1
url = https://github.com/xaviviro/python-toon
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
makedepends = python-hatchling
depends = python
provides = python-toon
conflicts = python-toon
options = !strip
options = !debug
source = python-toon::git+https://github.com/xaviviro/python-toon.git#tag=v0.1.3
sha256sums = d3b08fb4db62484e87515faf1c7abf7a684074320fd56eef73e19f58a929bcf1
pkgname = python-toon
|