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

pkgname=python3-cachy
pkgver=0.3.0
pkgrel=2
pkgdesc="simple yet effective caching library"
archs=('x86_64')
groups=('devel-extra')
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-poetry-core' 'python3-setuptools')
_F_pypi_name=cachy
Finclude pypi
sha1sums=('1b76bbcfbafdfa28b2e77aec084c5554d6763a63')

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


# optimization OK
