# Maintainer: Yufan You pkgname=yutto pkgver=2.0.0b33 pkgrel=1 pkgdesc='一个可爱且任性的 B 站视频下载器' arch=('any') url='https://github.com/yutto-dev/yutto' license=('GPL3') depends=( 'python-aiohttp' 'python-aiofiles' 'python-biliass' 'python-dict2xml' 'ffmpeg' ) makedepends=(python-build python-installer python-wheel python-poetry-core) optdepends=('python-uvloop: fast asyncio event loop') source=("https://pypi.io/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('4d4ca3a69007996099c627de41e3a914c3c192ca8b45261daa01bb34431520b6') build() { cd "$pkgname-$pkgver" python -m build --wheel --no-isolation } package() { cd "$pkgname-$pkgver" python -m installer --destdir="$pkgdir" dist/*.whl }