summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pythonocc-core
AgeCommit message (Collapse)Author
2023-09-18python3Packages.pythonocc-core: remove unused `smesh` dependencyBen Darwin
Use of `smesh` was removed in version 7.4.0 as per the NEWS file.
2023-04-23Revert "python3Packages.pythonocc-core: 7.6.2 -> 7.7.0"Arnout Engelen
This reverts commit c8f346cb9df3e5da47077712fd192bebdce38d94. c8f346cb9df3e5da47077712fd192bebdce38d94 was part of a bulk auto-update of python packages, but broke the package as it needs to be updated in tandem with `opencascade-occt`. Adding `skipBulkUpdate` in a separate PR, #226020 .
2023-04-14python3Packages.pythonocc-core: skip bulk updateArnout Engelen
Because it'll fail anyway, since it has to be updated in tandem with `opencascade-occt` Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-01-05python3Packages.pythonocc-core: 7.6.2 -> 7.7.0Martin Weinelt
2022-09-09python3Packages.pythonocc-core: 7.5.1 -> 7.6.2Alex Martens
2022-02-07python3Packages.pythonocc: add rapidjson depJonathan Ringer
2022-02-07python3Packages.pythonocc-core: add fontconfigJonathan Ringer
2022-02-07python3Packages.pythonocc-core: fix linkingJonathan Ringer
2022-02-07python3Packages.pythonocc-core: update opencascade referenceJonathan Ringer
2022-01-23python3Packages.pythonocc-core: 0.18.1 -> 7.5.1Jonathan Ringer
2021-11-12pkgs.development.python-modules: remove unused argsMarkus S. Wamser
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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-29pythonPackages.pythonocc-core: Fix building on darwinSandro Jäckel
2019-05-01pythonPackages.pythonocc-core: init at 0.18.1Gabriel Ebner