Lines Matching defs:p5i
52 import pkg.p5i as p5i
1025 entries = p5i.parse(location=purl)
1058 """Verify the output of the depot /p5i operation."""
1072 # Now, for each published package, attempt to get a p5i file
1076 purl = urljoin(durl, "p5i/0/{0}".format(p))
1077 pub, pkglist = p5i.parse(location=purl)[0]
1079 # p5i files contain non-qualified FMRIs as the FMRIs
1088 purl = urljoin(durl, "p5i/0/{0}".format(stem))
1089 pub, pkglist = p5i.parse(location=purl)[0]
1094 purl = urljoin(durl, "p5i/0/zfs*")
1095 pub, pkglist = p5i.parse(location=purl)[0]
1102 "p5i/0/nosuchpackage"))