about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cypari2
AgeCommit message (Collapse)AuthorFilesLines
2021-03-23cypari2: 2.1.1 -> 2.1.2Mauricio Collares1-3/+14
* cypari2: 2.1.1 -> 2.1.2, patch to fix segfault * sage: update test expectations
2021-03-06Revert "python3Packages.cypari2: 2.1.1 -> 2.1.2"Mauricio Collares1-2/+2
This reverts commit 7a3db26212b957cf1b210a4fbb85ed3c83c139e9. Updating this requires fixing Sage tests, which will be done in a separate PR.
2021-02-26python3Packages.cypari2: 2.1.1 -> 2.1.2Frederik Rietdijk1-2/+2
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-15cypari2: revert 2.1.1 -> 2.1.2 update, sync with pip-install-hook.shMauricio Collares1-3/+3
pip install deprecated the --build flag. The standard python installPhase (in pip-install-hook.sh) got updated in commit 76966f8dddf9b0b5bb2d21128c5fd3e4cf3d6256, but we use a custom one so we need to update it separately.
2020-12-01python3Packages.cypari2: 2.1.1 -> 2.1.2Frederik Rietdijk1-2/+2
2020-11-18maintainers: create sage teamTimo Kaufmann1-1/+1
Maintaining all the packages whose updates might break some aspect of sage. For reference: https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2019-04-24python: cypari2: 2.1.0 -> 2.1.1Frederik Rietdijk1-2/+2
2019-04-06python.pkgs.cypari2: 2.0.3 -> 2.1.0 (#59085)Timo Kaufmann1-2/+2
2019-02-17python.pkgs.cypari2: fix buildFrederik Rietdijk1-1/+4
after setting `strictDeps = true;`
2019-01-16python.pkgs.cypari2: 1.3.1 -> 2.0.3 (#54093)Timo Kaufmann1-2/+2
Upstream issues should be fixed now, see https://trac.sagemath.org/ticket/26442. Sage needs a patch to adapt.
2019-01-14python.pkgs.cypari2: fix build (#53966)Timo Kaufmann1-2/+1
Broken by a typo in f665828fa374580f4b2fd725761d23e18f55e526 causing the sitePackages path to be wrong.
2019-01-04Python: improve cross-compilationFrederik Rietdijk1-4/+3
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.
2018-12-20Revert "python: cypari2: 1.3.1 -> 2.0.0" (#52596)Timo Kaufmann1-2/+2
This reverts commit 7c9ca654801d472563ddac4bf488ebdabc2bb491. 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-03python: cypari2: 2.0.0 -> 2.0.1Frederik Rietdijk1-2/+2
2018-12-03python: cypari2: 1.3.1 -> 2.0.0Frederik Rietdijk1-2/+2
2018-10-22pythonPackages.cypari2: 1.2.1 -> 1.3.1Timo Kaufmann1-2/+3
2018-07-14pythonPackages.cypari2: 1.1.4 -> 1.2.1 (#43496)Timo Kaufmann1-4/+2
2018-04-21cypari2: init at 1.1.4Timo Kaufmann1-0/+55