# Compiling Time: 0 SBU
# Maintainer: DeX77 <dex@dragonslave.de>


pkgname=rdflib
pkgver=7.1.4
pkgrel=1
pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information"
url="https://github.com/RDFLib/rdflib"
depends=('python3-isodate>=0.5.4' 'python3-six')
makedepends=('python3-setuptools' 'python3-build' 'python3-installer' 'python3-wheel' 'python3-poetry-core')
groups=('lib-extra')
archs=('x86_64')
_F_github_tag="y"
Finclude github
sha1sums=('78e33a38819a645385175aabb38f468c7fb0ceb9')
_F_python_version=python3

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

# optimization OK
