[133156] trunk/dports/python

hum at macports.org hum at macports.org
Sun Feb 22 04:42:29 PST 2015


Revision: 133156
          https://trac.macports.org/changeset/133156
Author:   hum at macports.org
Date:     2015-02-22 04:42:29 -0800 (Sun, 22 Feb 2015)
Log Message:
-----------
New port: py-sparqlwrapper @ 1.6.4 - SPARQL Endpoint interface to Python

Added Paths:
-----------
    trunk/dports/python/py-sparqlwrapper/
    trunk/dports/python/py-sparqlwrapper/Portfile

Added: trunk/dports/python/py-sparqlwrapper/Portfile
===================================================================
--- trunk/dports/python/py-sparqlwrapper/Portfile	                        (rev 0)
+++ trunk/dports/python/py-sparqlwrapper/Portfile	2015-02-22 12:42:29 UTC (rev 133156)
@@ -0,0 +1,40 @@
+# -*- 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        https://pypi.python.org/packages/source/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}"
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150222/69174758/attachment-0001.html>


More information about the macports-changes mailing list