mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
This is a wrapper around a SPARQL service. It helps in creating the query URI
and, possibly, convert the result into a more manageable format. WWW: http://rdflib.github.io/sparqlwrapper/
This commit is contained in:
parent
5b399dc5f5
commit
7fc53174fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344376
4 changed files with 25 additions and 0 deletions
|
@ -1192,6 +1192,7 @@
|
|||
SUBDIR += py-rstyoutube
|
||||
SUBDIR += py-rxp
|
||||
SUBDIR += py-sgrep
|
||||
SUBDIR += py-sparqlwrapper
|
||||
SUBDIR += py-sphinx
|
||||
SUBDIR += py-sphinxcontrib-adadomain
|
||||
SUBDIR += py-sphinxcontrib-bitbucket
|
||||
|
|
18
textproc/py-sparqlwrapper/Makefile
Normal file
18
textproc/py-sparqlwrapper/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sparqlwrapper
|
||||
PORTVERSION= 1.5.2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= SPARQLWrapper-${PORTVERSION}
|
||||
|
||||
MAINTAINER= python@FreeBSD.org
|
||||
COMMENT= SPARQL endpoint interface to Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/py-sparqlwrapper/distinfo
Normal file
2
textproc/py-sparqlwrapper/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (SPARQLWrapper-1.5.2.tar.gz) = 65254c7c3cae093fbd5e6b65e2c725db3ad80ab7402c4aa59d18a9cb8f5695b4
|
||||
SIZE (SPARQLWrapper-1.5.2.tar.gz) = 24953
|
4
textproc/py-sparqlwrapper/pkg-descr
Normal file
4
textproc/py-sparqlwrapper/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
This is a wrapper around a SPARQL service. It helps in creating the query URI
|
||||
and, possibly, convert the result into a more manageable format.
|
||||
|
||||
WWW: http://rdflib.github.io/sparqlwrapper/
|
Loading…
Add table
Reference in a new issue