summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/branca (follow)
Commit message (Expand)AuthorAgeFilesLines
* python313Packages.branca: disable failing testsFabian Affolter2025-02-011-0/+1
* python313Packages.branca: refactorFabian Affolter2025-02-011-5/+5
* python312Packages.branca: 0.8.0 -> 0.8.1R. Ryantm2024-12-151-3/+3
* 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
* python311Packages.branca: 0.7.2 -> 0.8.0R. Ryantm2024-06-161-2/+2
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-17/+12
* python311Packages.branca: 0.7.1 -> 0.7.2R. Ryantm2024-04-251-2/+2
* python311Packages.branca: 0.7.0 -> 0.7.1R. Ryantm2024-02-011-2/+2
* treewide: remove redundant SETUPTOOLS_SCM_PRETEND_VERSION usage•••The setuptools-scm packages gained a setup hook, that sets it to the derivation version automatically, so setting it to that manually has become redundant. This also affects downstream consumers of setuptools-scm, like hatch-vcs or flit-scm. Martin Weinelt2023-12-201-2/+0
* python310Packages.branca: 0.6.0 -> 0.7.0R. Ryantm2023-11-281-2/+2
* python310Packages.branca: enable testsFabian Affolter2023-01-281-13/+48
* treewide: switch to nativeCheckInputs•••checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs. Guillaume Girol2023-01-211-1/+1
* python3Packages.branca: 0.5.0 -> 0.6.0Martin Weinelt2023-01-051-2/+2
* python3Packages.branca: 0.4.2 -> 0.5.0Martin Weinelt2022-07-211-2/+2
* python37Packages.branca: 0.4.1 -> 0.4.2R. RyanTM2021-01-011-2/+2
* python27Packages.branca: 0.3.1 -> 0.4.1R. RyanTM2020-05-271-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* Python: Add missing setuptools dependency to brancaMatthew Pickering2019-12-261-1/+2
* pythonPackages.branca: refactor fix broken python packageChris Ostrouchov2018-12-031-1/+2
* python: branca: 0.3.0 -> 0.3.1Frederik Rietdijk2018-12-031-2/+2
* pythonPackages: remove `name` attribute`•••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`. Frederik Rietdijk2018-06-231-1/+0
* python: branca: 0.2.0 -> 0.3.0Frederik Rietdijk2018-06-211-2/+2
* pythonPackages.branca: init at 0.2.0Frederik Rietdijk2017-05-041-0/+30