10 buildPythonPackage rec {
11 pname = "wikitextparser";
15 src = fetchFromGitHub {
17 repo = "wikitextparser";
19 hash = "sha256-cmzyRbq4tCbuyrNnT0UYxoxuwXrFkIcWdrogSTfxSys=";
26 propagatedBuildInputs = [
35 pythonImportsCheck = [ "wikitextparser" ];
38 homepage = "https://github.com/5j9/wikitextparser";
39 description = "A simple parsing tool for MediaWiki's wikitext markup";
40 changelog = "https://github.com/5j9/wikitextparser/blob/v${version}/CHANGELOG.rst";
41 license = lib.licenses.gpl3Only;
42 maintainers = with lib.maintainers; [ rapiteanu ];