summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/babelgladeextractor (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+7
* python3.pkgs.*: Explicitly pass buildPythonPackage format parameter•••Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda adisbladis2023-12-071-0/+1
* treewide: Reduce jtojnar maintainership•••Notably fwupd, pipewire and flatpak. I want to focus on GNOME and other packages I still actually use. Pipewire is still important but I have not touched the packaging in a while. Jan Tojnar2023-05-201-1/+1
* python310Packages.babel: 2.9.1 -> 2.10.1 (#171867)Sandro2022-05-091-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-2/+1
* pythonPackages.babelgladeextractor: disable for python2•••Uses python3 specific calls in setup.py: ``` File "setup.py", line 23, in _slurp with open(path, encoding="utf-8") as fp: TypeError: 'encoding' is an invalid keyword argument for this function ``` Jonathan Ringer2020-02-151-0/+1
* python3.pkgs.babelgladeextractor: 0.6.3 → 0.7.0•••https://github.com/gnome-keysign/babel-glade/compare/0.6.3...0.7.0 Jan Tojnar2020-02-141-2/+2
* python27Packages.babelgladeextractor: 0.6.1 -> 0.6.3•••https://github.com/gnome-keysign/babel-glade/compare/0.6.1...0.6.2 https://github.com/gnome-keysign/babel-glade/compare/0.6.2...0.6.3 Jan Tojnar2019-12-241-5/+5
* python3.pkgs.babelgladeextractor: 0.6.0 → 0.6.1•••https://github.com/gnome-keysign/babel-glade/compare/0.6.0...0.6.1 Jan Tojnar2019-11-271-4/+2
* python3.pkgs.babelgladeextractor: init at 0.6.0Jan Tojnar2019-11-201-0/+35