Lines Matching refs:format
91 ).format(OPENSSL_RECENT_VERSIONS, OPENSSL_OLD_VERSIONS)
100 ).format(LIBRESSL_RECENT_VERSIONS, LIBRESSL_OLD_VERSIONS)
173 self.src_dir, self.src_template.format(version))
176 self.src_dir, self.build_template.format(version))
180 return "<{0.__class__.__name__} for {0.version}>".format(self)
235 log.debug("Call '{}'".format(" ".join(cmd)))
239 log.debug("Call '{}'".format(" ".join(cmd)))
253 url = url_template.format(v=self.version, s=self.short_version)
254 log.info("Downloading from {}".format(url))
261 "Download from {} has from failed: {}".format(url, e)
264 log.info("Successfully downloaded from {}".format(url))
268 log.info("Storing {}".format(self.src_file))
280 name = self.build_template.format(self.version)
290 log.info("Unpacking files to {}".format(self.build_dir))
295 log.info("Running build in {}".format(self.build_dir))
300 "--prefix={}".format(self.install_dir)
333 log.debug("Already has src {}".format(self.src_file))
338 log.info("Already has installation {}".format(self.install_dir))
345 log.warning("Using build from {}".format(self.build_dir))
357 env["CPPFLAGS"] = "-I{}".format(self.include_dir)
358 env["LDFLAGS"] = "-L{}".format(self.lib_dir)
471 format="*** %(levelname)s %(message)s"
520 print("{} failed: {}".format(build, e), file=sys.stderr)
523 log.info("\n{} finished in {}".format(
536 print(" * {0.library} {0.version}".format(build))