Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
988d46d1
Commit
988d46d1
authored
3 years ago
by
Luca Weiss
Committed by
Michał Polański
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/py3-rdflib: upgrade to 6.1.1
parent
4a3bb7ad
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!28704
community/py3-rdflib: upgrade to 6.1.1
Pipeline
#103720
passed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/py3-rdflib/APKBUILD
+6
-6
6 additions, 6 deletions
community/py3-rdflib/APKBUILD
with
6 additions
and
6 deletions
community/py3-rdflib/APKBUILD
+
6
−
6
View file @
988d46d1
# 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
test
s
nose
test
s
--
exclude
"test_csv2rdf"
--exclude
"test_store_berkeleydb
"
# exclude
failing
test
py
test
--
ignore
=
"test/test_so_69984830.py
"
}
package
()
{
...
...
@@ -28,5 +28,5 @@ package() {
}
sha512sums
=
"
0
d14902d24582aad01289f5265feba3c533bbf5a0928b2e1032ba0af16d16cce46a92bde0f01ec2980351c1c13fe2cf4113445d2731e04400f0c20de73efa050
rdflib-6.
0.2
.tar.gz
0
49608dc37dba929eac1e40431885d319311f27be9fddc292d768e3703927e61a646a73137e4a1eaa16836cfba4606ea2cfd8fe3a86cfbf10e3271cee2ee251f
rdflib-6.
1.1
.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment