···
changelog = "https://github.com/pytest-dev/pytest/releases/tag/${version}";
description = "Framework for writing tests";
homepage = "https://github.com/pytest-dev/pytest";
137
-
license = licenses.mit;
138
-
maintainers = with maintainers; [ domenkozar lovek323 madjar lsix ];
137
+
license = lib.licenses.mit;
138
+
maintainers = with lib.maintainers; [ domenkozar lovek323 madjar lsix ];
···
···
changelog = "https://github.com/pytoolz/toolz/releases/tag/${version}";
homepage = "https://github.com/pytoolz/toolz";
description = "List processing tools and functional utilities";
906
-
license = licenses.bsd3;
907
-
maintainers = with maintainers; [ fridh ];
906
+
license = lib.licenses.bsd3;
907
+
maintainers = with lib.maintainers; [ fridh ];
···
1037
-
meta = with lib; {
changelog = "https://github.com/blaze/datashape/releases/tag/${version}";
homepage = "https://github.com/ContinuumIO/datashape";
description = "A data description language";
1041
-
license = licenses.bsd2;
1042
-
maintainers = with maintainers; [ fridh ];
1041
+
license = lib.licenses.bsd2;
1042
+
maintainers = with lib.maintainers; [ fridh ];
···
1087
-
meta = with lib; {
changelog = "https://github.com/lxml/lxml/releases/tag/lxml-${version}";
description = "Pythonic binding for the libxml2 and libxslt libraries";
homepage = "https://lxml.de";
1091
-
license = licenses.bsd3;
1092
-
maintainers = with maintainers; [ sjourdois ];
1091
+
license = lib.licenses.bsd3;
1092
+
maintainers = with lib.maintainers; [ sjourdois ];
···
# Tests cannot import pyfftw. pyfftw works fine though.
1158
-
meta = with lib; {
changelog = "https://github.com/pyFFTW/pyFFTW/releases/tag/v${version}";
description = "A pythonic wrapper around FFTW, the FFT library, presenting a unified interface for all the supported transforms";
homepage = "http://hgomersall.github.com/pyFFTW";
1162
-
license = with licenses; [ bsd2 bsd3 ];
1163
-
maintainers = with maintainers; [ fridh ];
1162
+
license = with lib.licenses; [ bsd2 bsd3 ];
1163
+
maintainers = with lib.maintainers; [ fridh ];
···
1533
-
meta = with lib; {
changelog = "https://github.com/pytoolz/toolz/releases/tag/${version}";
homepage = "https://github.com/pytoolz/toolz/";
description = "List processing tools and functional utilities";
1537
-
license = licenses.bsd3;
1538
-
maintainers = with maintainers; [ fridh ];
1537
+
license = lib.licenses.bsd3;
1538
+
maintainers = with lib.maintainers; [ fridh ];