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

pkgname=python3-pypdf
pkgver=5.6.0
pkgrel=1
pkgdesc="Python library for manipulating pages of PDF files"
archs=('x86_64')
groups=('devel-extra')
depends=('python3')
makedepends=('python3-build' 'python3-installer' 'python3-wheel' 'python3-flit_core')
_F_pypi_name=pypdf
Finclude pypi
sha1sums=('5447e3db9dfd70d30a926554bf0df2db7b046aab')

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


# optimization OK
