Skip to content
Permalink
Browse files

py-sqlite: fix livecheck

  • Loading branch information
reneeotten committed Apr 9, 2019
1 parent 508dab2 commit 6ded2e5cdfcb7c68d2fdb116febe7bb51c3a0983
Showing with 5 additions and 1 deletion.
  1. +5 −1 python/py-sqlite/Portfile
@@ -1,6 +1,6 @@
# -*- 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

PortSystem 1.0
PortSystem 1.0
PortGroup python 1.0

name py-sqlite
@@ -32,4 +32,8 @@ if {${name} ne ${subport}} {
test.dir "${worksrcpath}/build/lib.macosx-${macosx_deployment_target}-${configure.build_arch}-${python.branch}"
test.run yes
test.cmd ${python.bin} -c "'from pysqlite2.test import test; test()'"

livecheck.type none
} else {
livecheck.name pysqlite
}

0 comments on commit 6ded2e5

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