# Contributor: Iztok Fister, Jr. # Maintainer: Iztok Fister, Jr. pkgname=cffconvert pkgver=2.0.0 pkgrel=4 pkgdesc="Command line program to validate and convert CITATION.cff files" url="https://github.com/citation-file-format/cff-converter-python" arch="noarch" license="Apache-2.0" depends="python3 py3-click py3-jsonschema py3-pykwalify py3-requests py3-ruamel.yaml" checkdepends="py3-pytest" makedepends="py3-setuptools" subpackages="$pkgname-pyc" source="$pkgname-$pkgver-2.tar.gz::https://github.com/citation-file-format/cff-converter-python/archive/$pkgver.tar.gz" builddir="$srcdir/cffconvert-$pkgver" options="!check" # a minor portion of tests are failing build() { python3 setup.py build } check() { python3 -m pytest } package() { python3 setup.py install --skip-build --root="$pkgdir" } sha512sums=" e2fa31ae8b9426c61f794316e2cfe51ec55b3583e57f80d447950aa2b2d500056801b17c53da53d3520560f07f160dad7bf2111d58bbf236537abebc097984e6 cffconvert-2.0.0-2.tar.gz "