summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/antlr4-python3-runtime
AgeCommit message (Collapse)Author
2022-12-28python3Packages.antlr4-python3-runtime: run correct testsMartin Weinelt
We're not interested in the profiling, but the actual tests. They currently log a warning, because upstream does not test them in their CI and the lexer/parser artifacts are out of date¹. [1] https://github.com/antlr/antlr4/issues/4041
2022-07-26python310Packages.antlr4_9-python3-runtime: init at 4.9Jonas Heinrich
2022-06-06python3Packages.antlr4-python3-runtime: fix tests for 4.9+Jonathan Ringer
2019-09-29pythonPackages.antlr4-python{2,3}-runtime: use antlr4 sourceJonathan Ringer
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2018-12-26python37Packages.antlr4-python3-runtime: 4.7.1 -> 4.7.2R. RyanTM
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-antlr4-python3-runtime/versions
2018-06-23pythonPackages: remove `name` attribute`Frederik Rietdijk
The `buildPython*` function computes name from `pname` and `version`. This change removes `name` attribute from all expressions in `pkgs/development/python-modules`. While at it, some other minor changes were made as well, such as replacing `fetchurl` calls with `fetchPypi`.
2018-03-08pythonPackages.antlr4-python3-runtime: init at 4.7.1Maxime Dénès