Commit graph

21 commits

Author SHA1 Message Date
Mauricio Collares 15fd117e71 cypari2: 2.1.1 -> 2.1.2
* cypari2: 2.1.1 -> 2.1.2, patch to fix segfault

* sage: update test expectations
2021-03-23 22:09:29 -03:00
Mauricio Collares 6efed4bee8 Revert "python3Packages.cypari2: 2.1.1 -> 2.1.2"
This reverts commit 7a3db26212.

Updating this requires fixing Sage tests, which will be done in a
separate PR.
2021-03-06 12:28:55 -03:00
Frederik Rietdijk 7a3db26212 python3Packages.cypari2: 2.1.1 -> 2.1.2 2021-02-26 11:01:43 +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
Mauricio Collares 795baaa89e cypari2: revert 2.1.1 -> 2.1.2 update, sync with pip-install-hook.sh
pip install deprecated the --build flag. The standard python
installPhase (in pip-install-hook.sh) got updated in commit
76966f8ddd, but we use a custom one so
we need to update it separately.
2020-12-15 16:46:44 -03:00
Frederik Rietdijk 5595fe6453 python3Packages.cypari2: 2.1.1 -> 2.1.2 2020-12-01 14:44:10 +01:00
Timo Kaufmann ff8338343b maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-18 21:27:37 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk 2d0a2ac43e python: cypari2: 2.1.0 -> 2.1.1 2019-04-24 18:43:25 +02:00
Timo Kaufmann ceede33ddf
python.pkgs.cypari2: 2.0.3 -> 2.1.0 (#59085) 2019-04-06 21:46:13 +00:00
Frederik Rietdijk 424dd6c1c5 python.pkgs.cypari2: fix build
after setting `strictDeps = true;`
2019-02-17 14:40:53 +01:00
Timo Kaufmann a8dbc5e313
python.pkgs.cypari2: 1.3.1 -> 2.0.3 (#54093)
Upstream issues should be fixed now, see https://trac.sagemath.org/ticket/26442.
Sage needs a patch to adapt.
2019-01-16 22:15:40 +01:00
Timo Kaufmann c74b019ab2
python.pkgs.cypari2: fix build (#53966)
Broken by a typo in f665828fa3 causing the
sitePackages path to be wrong.
2019-01-14 22:50:27 +01:00
Frederik Rietdijk f665828fa3 Python: improve cross-compilation
This changeset allows for cross-compilation of Python packages. Packages
built with buildPythonPackage are not allowed to refer to the build
machine. Executables that have shebangs will refer to the host.
2019-01-04 10:45:22 +01:00
Timo Kaufmann 64b9df085d
Revert "python: cypari2: 1.3.1 -> 2.0.0" (#52596)
This reverts commit 7c9ca65480. The
cypari2 update is not ready. The package is pretty much only used for
sage and the update causes problems:
https://trac.sagemath.org/ticket/26442#comment:33
I've already reverted this once before.
2018-12-20 23:51:48 +01:00
Frederik Rietdijk ebd878bece python: cypari2: 2.0.0 -> 2.0.1 2018-12-03 16:50:38 +01:00
Frederik Rietdijk 7c9ca65480 python: cypari2: 1.3.1 -> 2.0.0 2018-12-03 16:50:29 +01:00
Timo Kaufmann 9512841e89 pythonPackages.cypari2: 1.2.1 -> 1.3.1 2018-10-22 14:52:19 +02:00
Timo Kaufmann 85f7fa93bc pythonPackages.cypari2: 1.1.4 -> 1.2.1 (#43496) 2018-07-14 00:17:55 +02:00
Timo Kaufmann a037da9afe cypari2: init at 1.1.4 2018-04-21 20:39:56 -05:00