summary refs log tree commit diff
path: root/pkgs/development/python-modules/cypari2
Commit message (Collapse)AuthorAge
* cypari2: 2.1.1 -> 2.1.2Mauricio Collares2021-03-23
| | | | | | * cypari2: 2.1.1 -> 2.1.2, patch to fix segfault * sage: update test expectations
* Revert "python3Packages.cypari2: 2.1.1 -> 2.1.2"Mauricio Collares2021-03-06
| | | | | | | This reverts commit 7a3db26212b957cf1b210a4fbb85ed3c83c139e9. Updating this requires fixing Sage tests, which will be done in a separate PR.
* python3Packages.cypari2: 2.1.1 -> 2.1.2Frederik Rietdijk2021-02-26
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* cypari2: revert 2.1.1 -> 2.1.2 update, sync with pip-install-hook.shMauricio Collares2020-12-15
| | | | | | | 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.
* python3Packages.cypari2: 2.1.1 -> 2.1.2Frederik Rietdijk2020-12-01
|
* maintainers: create sage teamTimo Kaufmann2020-11-18
| | | | | | | | Maintaining all the packages whose updates might break some aspect of sage. For reference: https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* python: cypari2: 2.1.0 -> 2.1.1Frederik Rietdijk2019-04-24
|
* python.pkgs.cypari2: 2.0.3 -> 2.1.0 (#59085)Timo Kaufmann2019-04-06
|
* python.pkgs.cypari2: fix buildFrederik Rietdijk2019-02-17
| | | | after setting `strictDeps = true;`
* python.pkgs.cypari2: 1.3.1 -> 2.0.3 (#54093)Timo Kaufmann2019-01-16
| | | | Upstream issues should be fixed now, see https://trac.sagemath.org/ticket/26442. Sage needs a patch to adapt.
* python.pkgs.cypari2: fix build (#53966)Timo Kaufmann2019-01-14
| | | | Broken by a typo in f665828fa374580f4b2fd725761d23e18f55e526 causing the sitePackages path to be wrong.
* Python: improve cross-compilationFrederik Rietdijk2019-01-04
| | | | | | 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.
* Revert "python: cypari2: 1.3.1 -> 2.0.0" (#52596)Timo Kaufmann2018-12-20
| | | | | | | 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.
* python: cypari2: 2.0.0 -> 2.0.1Frederik Rietdijk2018-12-03
|
* python: cypari2: 1.3.1 -> 2.0.0Frederik Rietdijk2018-12-03
|
* pythonPackages.cypari2: 1.2.1 -> 1.3.1Timo Kaufmann2018-10-22
|
* pythonPackages.cypari2: 1.1.4 -> 1.2.1 (#43496)Timo Kaufmann2018-07-14
|
* cypari2: init at 1.1.4Timo Kaufmann2018-04-21