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 |
|
Ben Wolsieffer
|
d3e0f5bc91
|
pythonPackages.sqlalchemy-migrate: 0.12.0 -> 0.13.0
|
2021-01-02 23:48:02 -05:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
volth
|
f3282c8d1e
|
treewide: remove unused variables (#63177)
* treewide: remove unused variables
* making ofborg happy
|
2019-06-16 19:59:05 +00:00 |
|
Matthew Bauer
|
b1de8cf480
|
treewide: disable tests on darwin
- tthsum
- python-papis
- python-sqlalchemy-migrate
- python-xlib
- dub
|
2019-04-26 21:55:05 -04:00 |
|
Ben Wolsieffer
|
52307dff25
|
pythonPackages.sqlalchemy_migrate: 0.11.0 -> 0.12.0
|
2019-02-02 18:27:28 -05:00 |
|
Ben Wolsieffer
|
5b2a1db2e3
|
pythonPackages.sqlalchemy_migrate: patch backslash escapes
|
2018-10-11 18:15:16 -04:00 |
|
Robert Schütz
|
02b1cc9600
|
python.pkgs.sqlalchemy_migrate: remove pylint from checkInputs
Seems not to be needed and does not work on Python 2.
|
2018-07-26 12:43:18 +02:00 |
|
makefu
|
1c870ef358
|
sqlalchemy-migrate: remove tempest-lib as checkDependency
use fetchPypi instead of fetchurl
|
2017-12-15 16:08:39 +01:00 |
|
makefu
|
d7c26f24b9
|
oslo-config,sqlalchemy: add makefu to list of maintainers
|
2017-09-25 23:23:38 +02:00 |
|
makefu
|
42edc6f35e
|
sqlalchemy-migrate: re-enable tests
|
2017-09-25 23:23:38 +02:00 |
|
Frederik Rietdijk
|
67651d80bc
|
Merge pull request #28884 from FRidh/python-fixes
Python: several fixes
|
2017-09-06 13:54:10 +02:00 |
|
Frederik Rietdijk
|
959842a9c7
|
Python: add pname attributes to libraries
so that we can use the update script.
|
2017-05-27 11:30:21 +02:00 |
|
Lancelot SIX
|
ff472837ea
|
pythonPackages.sqlalchemy_migrate: 0.10.0 -> 0.11.0
|
2017-05-03 23:17:56 +02:00 |
|