···350350 '';
351351 license = lib.licenses.psfl;
352352 platforms = lib.platforms.all;
353353- maintainers = with lib.maintainers; [ fridh ];
354353 knownVulnerabilities = [
355354 "Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/."
356355 # Quote: That means that we will not improve it anymore after that day,
···266266 Python, providing labeled data structures similar to R data.frame
267267 objects, statistical functions, and much more.
268268 '';
269269- maintainers = with maintainers; [ raskin fridh knedlsepp ];
269269+ maintainers = with maintainers; [ raskin knedlsepp ];
270270 };
271271};
272272in pandas
···2727 description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
2828 homepage = "http://hgomersall.github.com/pyFFTW/";
2929 license = with licenses; [ bsd2 bsd3 ];
3030- maintainers = with maintainers; [ fridh ];
3130 };
3231}