Skip to content
Snippets Groups Projects
Commit 988d46d1 authored by Luca Weiss's avatar Luca Weiss Committed by Michał Polański
Browse files

community/py3-rdflib: upgrade to 6.1.1

parent 4a3bb7ad
No related branches found
No related tags found
1 merge request!28704community/py3-rdflib: upgrade to 6.1.1
Pipeline #103720 passed
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname=py3-rdflib
_pyname=rdflib
pkgver=6.0.2
pkgrel=1
pkgver=6.1.1
pkgrel=0
pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information"
url="https://rdflib.readthedocs.org/"
arch="noarch !s390x !x86" # tests fail with segfault
license="BSD-3-Clause"
depends="py3-isodate py3-parsing"
checkdepends="py3-nose py3-html5lib py3-sparqlwrapper py3-doctest-ignore-unicode py3-requests"
checkdepends="py3-pytest py3-html5lib py3-sparqlwrapper py3-doctest-ignore-unicode py3-requests"
makedepends="py3-setuptools"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
......@@ -19,8 +19,8 @@ build() {
}
check() {
# exclude test that can't find csv2rdf from itself and berkeleydb tests
nosetests --exclude "test_csv2rdf" --exclude "test_store_berkeleydb"
# exclude failing test
pytest --ignore="test/test_so_69984830.py"
}
package() {
......@@ -28,5 +28,5 @@ package() {
}
sha512sums="
0d14902d24582aad01289f5265feba3c533bbf5a0928b2e1032ba0af16d16cce46a92bde0f01ec2980351c1c13fe2cf4113445d2731e04400f0c20de73efa050 rdflib-6.0.2.tar.gz
049608dc37dba929eac1e40431885d319311f27be9fddc292d768e3703927e61a646a73137e4a1eaa16836cfba4606ea2cfd8fe3a86cfbf10e3271cee2ee251f rdflib-6.1.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment