summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/bork (follow)
Commit message (Expand)AuthorAgeFilesLines
* python312Packages.bork: relax urllib3 dependencyFliegendeWurst2025-02-031-0/+1
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: format all inactive Nix files•••After final improvements to the official formatter implementation, this commit now performs the first treewide reformat of Nix files using it. This is part of the implementation of RFC 166. Only "inactive" files are reformatted, meaning only files that aren't being touched by any PR with activity in the past 2 months. This is to avoid conflicts for PRs that might soon be merged. Later we can do a full treewide reformat to get the rest, which should not cause as many conflicts. A CI check has already been running for some time to ensure that new and already-formatted files are formatted, so the files being reformatted here should also stay formatted. This commit was automatically created and can be verified using nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \ --argstr baseRev b32a0943687d2a5094a6d92f25a4b6e16a76b5b7 result/bin/apply-formatting $NIXPKGS_PATH Silvan Mosberger2024-12-101-9/+10
* python3Packages.bork: add test using `testers.runCommand`•••This will serve as a “real-world” example, running tests requiring network. nicoo2024-08-082-0/+31
* python3.bork: use python's default `meta.platforms`•••`platforms.all` is not technically correct, as CPython itself is not useable on all the platforms defined in nixpkgs. nicoo2024-08-021-1/+0
* bork: add missing `meta.license` attributenicoo2024-08-021-0/+1
* python3.bork: 8.0.0 → 9.0.0nicoo2024-08-011-11/+9
* Merge staging-next into staginggithub-actions[bot]2024-06-191-0/+1
|\
| * python312Packages.bork: relax build constraintMartin Weinelt2024-06-191-0/+1
* | treewide: remove pythonRelaxDepsHook references•••It is is now provided automatically, when `pythonRelaxDeps` or `pythonRemoveDeps` is defined through `mk-python-derivation`. Martin Weinelt2024-06-141-2/+0
|/
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-23/+18
* Merge remote-tracking branch 'origin/master' into staging-next•••Conflicts: - pkgs/development/python-modules/sphinx-autobuild/default.nix Martin Weinelt2024-03-191-0/+1
|\
| * treewide: add meta.mainProgram to packages with a single binary•••The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible. stuebinm2024-03-191-0/+1
* | python311Packages.bork: fix buildMartin Weinelt2024-03-171-6/+15
* | python3Packages.bork: 7.0.2 -> 8.0.0Martin Weinelt2024-03-121-3/+3
|/
* python311Packages.bork: relax dependency constraints•••Checking runtime dependencies for bork-7.0.2-py3-none-any.whl - wheel~=0.41.2 not satisifeid by version 0.41.1 - packaging~=21.3 not satisifeid by version 23.2 - twine==4.0.1 not satisifeid by version 4.0.2 Martin Weinelt2023-12-201-0/+11
* bork: 7.0.1 → 7.0.2nicoo2023-11-211-3/+3
* python3Packages.bork: Run `pytest`nicoo2023-11-171-0/+8
* python310Packages.bork: 7.0.0 -> 7.0.1R. Ryantm2023-11-171-3/+5
* python3Packages.bork: Add basic import checksnicoo2023-11-081-0/+6
* python3Packages.bork: Drop obsolete dependency on click•••Thanks to @duckinator for confirming it is not used anymore. nicoo2023-11-081-2/+0
* python3Packages.bork: init at 7.0.0nicoo2023-11-081-0/+44