# Compiling Time: 0.01 SBU
# Maintainer: DeX77 <dex+fw@dragonslave.de>

pkgname=python3-tomlkit
pkgver=0.13.3
pkgrel=1
pkgdesc="Style-preserving TOML library for Python"
archs=('x86_64')
groups=('devel-extra')
depends=('python3>=3.13')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-setuptools' 'python3-poetry-core')
_F_pypi_name=tomlkit
Finclude pypi
sha1sums=('4a95b4eca06ab12e972a94ddcbe66b3dfe5f23d6')

build() {
	Fcd
	Fexec python3 -m build -wn || Fdie
  	Fexec python3 -m installer --destdir="$Fdestdir" dist/*.whl || Fdie
}


# optimization OK
