# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python 1.0 name py-sparqlwrapper set real_name SPARQLWrapper version 1.6.4 categories-append devel databases platforms darwin license W3C python.versions 27 34 maintainers hum openmaintainer description SPARQL Endpoint interface to Python long_description 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. homepage http://rdflib.github.io/sparqlwrapper master_sites pypi:S/${real_name} distname ${real_name}-${version} checksums rmd160 2b31a6be55c7a399c5ed965ece473d683b0ac059 \ sha256 2899dae6baa88d5c3209408e70a1a9de04f0f4dd25f4e9480eb6707a398d1693 if {${name} ne ${subport}} { depends_lib-append port:py${python.version}-setuptools depends_run-append port:py${python.version}-rdflib livecheck.type none } else { livecheck.type regex livecheck.url https://pypi.python.org/pypi/${real_name}/json livecheck.regex "${real_name}-(\\d+(?:\\.\\d+)*)\\${extract.suffix}" }