Skip to content
Permalink
Browse files

py-sparqlwrapper: update to 1.8.2, add py37

- remove patch, incorporated upstream
- install files in post-destroot
- add noarch
  • Loading branch information
reneeotten authored and cjones051073 committed Apr 9, 2019
1 parent 028d46c commit 305f39a52042531d29e97e76bbf3371b81e912c7
Showing with 13 additions and 24 deletions.
  1. +13 −6 python/py-sparqlwrapper/Portfile
  2. +0 −18 python/py-sparqlwrapper/files/make-keepalive-optional.patch
@@ -4,14 +4,16 @@ PortSystem 1.0
PortGroup python 1.0
PortGroup github 1.0

github.setup RDFLib sparqlwrapper 1.7.6
github.setup RDFLib sparqlwrapper 1.8.2
revision 0
name py-sparqlwrapper
categories-append devel databases
platforms darwin
supported_archs noarch
license W3C
maintainers nomaintainer

python.versions 27 35 36
python.versions 27 35 36 37

description SPARQL Endpoint interface to Python
long_description This is a wrapper around a SPARQL service. It helps in \
@@ -20,15 +22,20 @@ long_description This is a wrapper around a SPARQL service. It helps in \

homepage https://rdflib.github.io/sparqlwrapper

checksums rmd160 8bc26ea28dd6ea3021cee49f3eb9e695aace8ab2 \
sha256 9d5aa9cfb8d393ee64a60b72417d8aa8e6fa0c162b2104af9be7ba83bc2a95ec \
size 32977
checksums rmd160 71ad8bcdfc45975a7748c979447e2c66fd8df31f \
sha256 2ac0a4a0e43b81bd3b6166f30aa8bad996ff8b3435b601062151b6d856880702 \
size 40954

if {${name} ne ${subport}} {
depends_lib-append port:py${python.version}-setuptools
depends_run-append port:py${python.version}-rdflib

patchfiles make-keepalive-optional.patch
post-destroot {
set docdir ${prefix}/share/doc/${subport}
xinstall -d ${destroot}${docdir}
xinstall -m 0644 -W ${worksrcpath} README.md MANAGEMENT.md \
LICENSE.txt ChangeLog.txt AUTHORS.md ${destroot}${docdir}
}

livecheck.type none
}

This file was deleted.

0 comments on commit 305f39a

Please sign in to comment.
You can’t perform that action at this time.