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
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
Frederik Rietdijk
7408c39d20
pybitmessage: fix build
...
- use setuptools
- use msgpack instead of msgpack-python
2019-09-29 11:01:58 +02:00
Frederik Rietdijk
22aef72ff1
python: get rid of msgpack-python, fixes #48864
...
We already have msgpack, which is the same. Building a Python env with
`spacy` resulted in a collision between an `.so` provided through both
`msgpack` and `msgpack-python`.
I don't know why `transitional = True` was set. These kind of things
should be documented!
2019-09-29 11:01:58 +02:00
Francesco Gazzetta
26e939e22c
pybitmessage: use pname
instead of name
2018-08-05 22:32:32 +02:00
Francesco Gazzetta
3bddc85171
pybitmessage: specify python version 2
...
pybitmessage does not support python3 yet
2018-08-05 22:29:57 +02:00
Francesco Gazzetta
28fe9047ef
pybitmessage: 0.6.2 -> 0.6.3.2
2018-08-05 22:26:47 +02:00
Eric Wolf
e2859068b1
pythonPackages.msgpack: renamed to msgpack-python
2018-02-10 14:47:19 +01:00
Maximilian Güntner
235b63d96c
pybitmessage: add numpy + pyopencl to propagatedBuildInputs
2017-09-01 20:10:50 +02:00
Maximilian Güntner
e9203772f2
pybitmessage: replace find_library() calls with paths
...
fixes requested changes in #26616
2017-09-01 14:51:48 +02:00
shak-mar
e3d7c4ca19
pybitmessage: 0.4.4 -> 0.6.2
...
squashed hashes:
3ee20b2de7c02761aeb7389821f31bbfb6626301
b9a3a3b6a25b998893a1d861849890792b9e664b
(details -> #26616 )
2017-09-01 14:49:56 +02:00
Vladimír Čunát
6eeea6effd
Python: more evaluation fixups.
2016-10-14 00:03:12 +02:00
Frederik Rietdijk
6842a24b21
Remove top-level pyqt4
...
See #11567 .
2016-08-14 12:38:01 +02:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Tuomas Tynkkynen
d91c7347d1
treewide: Mass replace 'openssl}/lib' to refer the 'out' output
2016-01-24 10:03:38 +02:00
Jakob Gillich
a8f526432c
pybitmessage: init at 0.4.4
2016-01-12 02:43:00 +01:00