Commit graph

12 commits

Author SHA1 Message Date
Pavol Rusnak 0f2201119b
python3Packages.cocotb: 1.5.1 -> 1.5.2
this switches from GitHub to PyPi, because the build requires
a proper release tarball

also PyPi release does contain tests, so we don't strictly require
GitHub checkout
2021-05-22 12:35:41 +02:00
Jonathan Ringer 1cfcb6a856 python3Packages.cocotb: 1.4.0 -> 1.5.1 2021-04-03 17:49:47 +02:00
Sandro Jäckel 206e998c06
python3Packages.cocotb: Mark broken on darwin, remove stale substituteInPlace 2021-02-13 03:15:46 +01: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
R. RyanTM d3419c984c python37Packages.cocotb: 1.3.2 -> 1.4.0 2020-12-08 23:05:05 -08:00
Robert Scott 0b5d5d6828 python3Packages.cocotb: 1.3.1 -> 1.3.2
doesn't seem we can remove Makefile.inc fixup yet
2020-10-12 10:04:58 -07:00
Robert Scott 78413483d3 python3Packages.cocotb: fix tests 2020-10-12 10:04:58 -07:00
R. RyanTM 8f91b1745a python27Packages.cocotb: 1.3.0 -> 1.3.1 2020-03-30 15:57:26 -07:00
Jennifer Wilcox bebcf42905 cocotb: 1.2.0 -> 1.3.0
The fix for the CC/CXX variables was merged some time before 1.3.0.

The `-Werror` seems to be new. It is removed in upstream's master so it
should be removable in the next release. Something in glibc is causing a
warning that is killing the build if `-Werror` isn't removed.
2020-03-02 10:12:30 -08:00
Mario Rodas 2924904d95
pythonPackages.cocotb: fix build on darwin 2019-10-25 04:20:00 -05:00
Matt Huszagh 6407a35d37 pythonPackages.cocotb: init at 1.2.0 2019-10-18 10:38:11 -07:00