Pavol Rusnak
a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib
2021-01-24 01:29:22 +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
R. RyanTM
b963436217
magic-wormhole: 0.11.2 -> 0.12.0
2020-04-10 00:16:28 -07:00
Jonathan Ringer
976731dcaa
pythonPackages.magic-wormhole: disable python2 tests
...
unable to load zope.interface
2019-12-30 16:46:53 +01:00
Robert Helgesson
9a30a244e0
pythonPackages.magic-wormhole: mark broken for Python 2.7
2019-12-19 13:51:47 -08:00
Lily Ballard
d81941dcfd
magic-wormhole: include manpage
2019-07-17 00:36:08 -07:00
Mario Rodas
a92b26c11f
pythonPackages.magic-wormhole: 0.10.5 -> 0.11.2
2018-11-20 15:38:21 -05:00
Andrew Dunham
9170269542
pythonPackages.magic-wormhole: patch the call to 'locale'
2018-02-27 16:09:28 +08:00
Robert Schütz
bc25df287a
pythonPackages.magic-wormhole: fix build
...
Add magic-wormhole-transit-relay dependency and clean up expression.
Order of the buildInputs was changed to match the one in setup.py.
2018-02-24 10:53:23 +01:00
Frederik Rietdijk
a14a340631
python: magic-wormhole: 0.10.4 -> 0.10.5
2018-02-18 20:07:42 +01:00
Frederik Rietdijk
7fcf58cc0c
python: magic-wormhole: 0.10.3 -> 0.10.4
2018-02-03 17:43:30 +01:00
Frederik Rietdijk
7ce848309e
python.pkgs: updates
2017-10-27 21:34:42 +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
d58e1f1c7b
python.pkgs: many updates
2017-08-25 19:36:14 +02:00
Silvan Mosberger
f5fa5fa4d6
pkgs: refactor needless quoting of homepage meta attribute ( #27809 )
...
* pkgs: refactor needless quoting of homepage meta attribute
A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.
* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit
* Fixed some instances
2017-08-01 22:03:30 +02:00
Robert Scott
156ee07f3c
python.pkgs.magic-wormhole: fix build mostly through adding new dependencies
2017-06-01 20:31:16 +01:00
Frederik Rietdijk
6b999f3c42
Python: many package updates
...
Did not test all packages. Likely we'll have some breakage.
2017-05-27 14:25:08 +02:00
Frederik Rietdijk
664ff4069c
pythonPackages.magic-wormhole: fix build
...
- fixes build
- use buildPythonPackage and pass in individual packages
As mentioned in https://github.com/NixOS/nixpkgs/pull/20722 this
packages is both an application and a library.
If a package is both then we use buildPythonPackage and put it in
python-packages.nix. That way we can guarantee we use the correct
version of dependencies when using it as a library. Unfortunately, it
does mean the name of the package is prefixed with `pythonX.X-`.
2017-05-03 09:52:53 +02:00
Rok Garbas
b09435ea51
pythonPackages.magic-wormhole: enable tests
2016-11-26 04:55:28 +01:00
Frederik Rietdijk
18637d877a
magic-wormhole: move to python-packages
...
since it is actually a library.
2016-11-25 09:13:01 +01:00