13 buildPythonPackage rec {
16 format = "setuptools";
18 # Pypi doesn't ship the tests, so we fetch directly from GitHub
19 src = fetchFromGitHub {
23 sha256 = "1p3lh9s2ylsnrzbs931y2vn7mp2y2xskgqmh767c9l1a33shfgwf";
27 # Use non-strict xfail for failing tests
28 # https://github.com/mapbox/snuggs/pull/28
30 url = "https://github.com/sebastic/snuggs/commit/3b8e04a35ed33a7dd89f0194542b22c7bde867f4.patch";
31 hash = "sha256-SfW4l4BH94rPdskRVHEsZM0twmlV9IPftRU/BBZsjBU=";
35 propagatedBuildInputs = [
47 description = "S-expressions for Numpy";
48 license = licenses.mit;
49 homepage = "https://github.com/mapbox/snuggs";
50 maintainers = with maintainers; [ ];