6 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "f31c047f6e4fc5f66eb0ab43afd046ba82ce247e18071141791364c4998716fc";
20 homepage = "https://github.com/joe-jordan/pyvoro";
21 description = "2D and 3D Voronoi tessellations: a python entry point for the voro++ library";
22 license = licenses.mit;
25 # Cython generated code is vendored directly and no longer compatible with
26 # newer versions of the CPython C API.
28 # Upstream explicitly removed the Cython source files from the source
29 # distribution, making it impossible for us to force-compile them:
30 # https://github.com/joe-jordan/pyvoro/commit/922bba6db32d44c2e1825228627a25aa891f9bc1
32 # No upstream activity since 2014.