Commit Graph
55 Commits
Author SHA1 Message Date
Jörg Thalheimandaleksana 5356420466 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; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Martin Weinelt 59b1aef590 python3Packages: format with nixfmt 2024-05-22 17:32:03 +02:00
TomaSajt edafbdd05a python312Packages.alembic: use pyproject = true 2024-05-07 21:09:54 +02:00
Martin Weinelt 885b5666f2 python311Packages.alembic: test with pytest_7 2024-03-27 18:35:06 +01:00
Martin Weinelt ba44a74a9f python3Packages.alembic: 1.13.0 -> 1.13.1 2024-03-12 17:41:38 +01:00
github-actions[bot]andGitHub 307002948d Merge master into staging-next 2024-01-03 18:00:57 +00:00
Martin Weinelt f7c4f8550f python311Packages.alembic: adjust dependencies, use pep517 builder 2024-01-03 03:03:26 +01:00
Martin Weinelt ae1b04a3eb python3Packages.alembic: 1.12.0 -> 1.13.0 2023-12-20 20:17:17 +01:00
Raphael Robatsch 87d8234c21 python3Packages.alembic: set meta.mainProgram 2023-12-13 13:12:09 +01:00
Martin Weinelt 3854980058 python3Packages.alembic: 1.9.4 -> 1.12.0 2023-09-27 15:32:46 +02:00
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Martin Weinelt 1f8eaf759f python3Packages.alembic: 1.9.1 -> 1.9.4 2023-03-03 23:56:32 +01:00
Martin Weinelt 9e7f9a402b python310Packages.mako: Normalize attribute, pname, dirname 2023-02-19 21:36:02 +01:00
Guillaume Girol 33afbf39f6 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.
2023-01-21 12:00:00 +00:00
Martin Weinelt 5fe2e97ab7 python3Packages.alembic: 1.8.1 -> 1.9.1 2023-01-05 01:08:50 +01:00
Martin Weinelt cbcac3a1a2 python3Packages.alembic: 1.7.7 -> 1.8.1 2022-07-21 22:33:38 +02:00
Martin Weinelt 9f340b5bf1 treewide: remove redundant numprocesses pytest-xdist parameter
Including the pytest-xdist package automatically configures numprocesses
to $NIX_BUILD_CORES, so specifying these on a package level has become
redundant.
2022-04-15 01:39:54 +02:00
Martin Weinelt c626f499ba python3Packages.alembic: 1.7.6 -> 1.7.7 2022-04-13 16:49:36 +02:00
Martin Weinelt e878a91a13 python3Packages.alembic: 1.7.5 -> 1.7.6 2022-03-14 00:28:49 +01:00
Jonathan RingerandJonathan Ringer 908fc4afe8 python3Packages.alembic: 1.7.4 -> 1.7.5 2021-11-19 17:46:18 -08:00
Martin Weinelt bac027a574 python3Packages.alembic: 1.7.1 -> 1.7.4 2021-10-11 00:12:11 +02:00
Martin Weinelt 35f4817c7a python3Packages.alembic: 1.6.5 -> 1.7.1 2021-09-01 21:23:23 +02:00
Sandro Jäckel 4209fed914 pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Robert Schütz 1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Martin WeineltandJonathan Ringer 49d9da57d2 python3Packages.alembic: 1.5.8 -> 1.6.5 2021-06-21 16:59:53 -07:00
Frederik Rietdijk efbded07f2 python3Packages.alembic: 1.4.3 -> 1.5.8 2021-04-03 17:48:18 +02:00
Pavol Rusnak a6ce00c50c treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Frederik RietdijkandJonathan Ringer 73719b1148 python3Packages.alembic: 1.4.2 -> 1.4.3 2020-11-05 15:46:56 -08:00
Frederik Rietdijk 79ef1ecc1f python: alembic: 1.3.3 -> 1.4.2 2020-06-11 09:59:53 +02:00
Frederik Rietdijk 5d80f31809 python3Packages.alembic: 1.3.2 -> 1.3.3 2020-05-11 22:12:09 +02:00
Michael ReillyandJörg Thalheim 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk e542a06fe9 python: alembic: 1.2.1 -> 1.3.2 2019-12-30 16:46:39 +01:00
Jonathan RingerandFrederik Rietdijk e740706b7a pythonPackage.alembic: disable non-existent tests 2019-10-27 16:26:56 +01:00
Frederik Rietdijk c595befa62 python: alembic: 1.0.11 -> 1.2.1 2019-10-27 15:29:11 +01:00
Frederik Rietdijk 399194531f python: alembic: 1.0.10 -> 1.0.11 2019-10-18 09:53:55 +02:00
Peter Simons 14854f20bb python-alembic: add missing 'setuptools' to propagatedBuildInputs
As a side-effect of f7e28bf5d8, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
2019-09-11 12:17:15 +02:00
Frederik Rietdijk 4e856e6867 python: alembic: 1.0.9 -> 1.0.10 2019-06-15 08:44:03 +02:00
Frederik Rietdijk 5111d50796 python: alembic: 1.0.7 -> 1.0.9 2019-04-18 12:42:39 +02:00
Frederik Rietdijk 1fb9b309b6 python: alembic: 1.0.6 -> 1.0.7 2019-02-14 11:38:01 +01:00
Frederik Rietdijk 216378768f python: alembic: 1.0.3 -> 1.0.6 2019-01-18 09:37:06 +01:00
Frederik Rietdijk d19f46d68f python: alembic: 1.0.2 -> 1.0.3 2018-12-03 16:50:39 +01:00
Frederik Rietdijk dabe54f373 python: alembic: 1.0.0 -> 1.0.2 2018-12-03 16:50:28 +01:00
Frederik Rietdijk b2c657d3be python: alembic: 0.9.10 -> 1.0.0 2018-07-22 16:52:34 +02:00
Robert Schütz 1804301446 python: alembic: 0.9.9 -> 0.9.10 2018-07-06 17:09:24 +02:00
Frederik Rietdijk ced21f5e1a 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`.
2018-06-23 18:14:26 +02:00
Frederik Rietdijk 87f768b5fc python: alembic: 0.9.8 -> 0.9.9 2018-04-08 11:34:52 +02:00
Frederik Rietdijk 6d7b06fed8 python: alembic: 0.9.7 -> 0.9.8 2018-02-18 20:07:42 +01:00
Frederik Rietdijk a50c205100 python: alembic: 0.9.6 -> 0.9.7 2018-01-20 12:05:23 +01:00