flatpak: Bring manifest file up to date.

- pdf2txt.py is not working because it has no shebang in upstream.
- pydoc's test is failing but pydoc is working. Golden file contains a path.
This commit is contained in:
Andrew Hamilton 2019-11-25 14:59:23 +10:00
parent d6bcb86d06
commit d6d6fbea4e
2 changed files with 462 additions and 369 deletions

File diff suppressed because it is too large Load diff

View file

@ -374,7 +374,7 @@ def lua_modules(dep):
url = line.split()[1] url = line.split()[1]
sources.append({"type": "file", "url": url, sources.append({"type": "file", "url": url,
"sha256": get_url_sha256(url)}) "sha256": get_url_sha256(url)})
commands = ["luarocks-admin make-manifest .", commands = ["luarocks-admin make_manifest .",
f"luarocks install --only-from=$PWD {dep}"] f"luarocks install --only-from=$PWD {dep}"]
return modules + [{"name": dep, "buildsystem": "simple", return modules + [{"name": dep, "buildsystem": "simple",
"build-commands": commands, "build-commands": commands,