|
175 | 175 | propagatedBuildInputs = [ ]; |
176 | 176 | meta = with pkgs.stdenv.lib; { |
177 | 177 | homepage = "https://github.com/chardet/chardet"; |
178 | | - license = licenses.lgpl3; |
| 178 | + license = licenses.lgpl2; |
179 | 179 | description = "Universal encoding detector for Python 2 and 3"; |
180 | 180 | }; |
181 | 181 | }; |
|
223 | 223 | propagatedBuildInputs = [ ]; |
224 | 224 | meta = with pkgs.stdenv.lib; { |
225 | 225 | homepage = "http://docutils.sourceforge.net/"; |
226 | | - license = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; |
| 226 | + license = licenses.publicDomain; |
227 | 227 | description = "Docutils -- Python Documentation Utilities"; |
228 | 228 | }; |
229 | 229 | }; |
|
260 | 260 | propagatedBuildInputs = [ ]; |
261 | 261 | meta = with pkgs.stdenv.lib; { |
262 | 262 | homepage = "https://github.com/takluyver/entrypoints"; |
263 | | - license = "UNKNOWN"; |
| 263 | + license = licenses.mit; |
264 | 264 | description = "Discover and load entry points from installed packages."; |
265 | 265 | }; |
266 | 266 | }; |
|
359 | 359 | ]; |
360 | 360 | meta = with pkgs.stdenv.lib; { |
361 | 361 | homepage = "https://github.com/takluyver/flit"; |
362 | | - license = "UNKNOWN"; |
| 362 | + license = licenses.bsdOriginal; |
363 | 363 | description = "A simple packaging tool for simple packages."; |
364 | 364 | }; |
365 | 365 | }; |
|
397 | 397 | ]; |
398 | 398 | meta = with pkgs.stdenv.lib; { |
399 | 399 | homepage = "http://importlib-metadata.readthedocs.io/"; |
400 | | - license = "Apache Software License"; |
| 400 | + license = licenses.asl20; |
401 | 401 | description = "Read metadata from Python packages"; |
402 | 402 | }; |
403 | 403 | }; |
|
415 | 415 | ]; |
416 | 416 | meta = with pkgs.stdenv.lib; { |
417 | 417 | homepage = "https://github.com/takluyver/intreehooks"; |
418 | | - license = "UNKNOWN"; |
| 418 | + license = licenses.mit; |
419 | 419 | description = "Load a PEP 517 backend from inside the source tree"; |
420 | 420 | }; |
421 | 421 | }; |
|
449 | 449 | ]; |
450 | 450 | meta = with pkgs.stdenv.lib; { |
451 | 451 | homepage = "https://palletsprojects.com/p/jinja/"; |
452 | | - license = licenses.bsd3; |
| 452 | + license = licenses.bsdOriginal; |
453 | 453 | description = "A very fast and expressive template engine."; |
454 | 454 | }; |
455 | 455 | }; |
|
465 | 465 | propagatedBuildInputs = [ ]; |
466 | 466 | meta = with pkgs.stdenv.lib; { |
467 | 467 | homepage = "https://palletsprojects.com/p/markupsafe/"; |
468 | | - license = licenses.bsd3; |
| 468 | + license = licenses.bsdOriginal; |
469 | 469 | description = "Safely add untrusted strings to HTML/XML markup."; |
470 | 470 | }; |
471 | 471 | }; |
|
573 | 573 | ]; |
574 | 574 | meta = with pkgs.stdenv.lib; { |
575 | 575 | homepage = "https://github.com/pypa/packaging"; |
576 | | - license = licenses.bsdOriginal; |
| 576 | + license = licenses.asl20; |
577 | 577 | description = "Core utilities for Python packages"; |
578 | 578 | }; |
579 | 579 | }; |
@@ -717,10 +717,10 @@ let |
717 | 717 | }; |
718 | 718 |
|
719 | 719 | "pytest" = python.mkDerivation { |
720 | | - name = "pytest-5.2.1"; |
| 720 | + name = "pytest-5.2.2"; |
721 | 721 | src = pkgs.fetchurl { |
722 | | - url = "https://files.pythonhosted.org/packages/3a/3b/f839b8431582e0f4e5f98230300db70b795f467503b2cdb0bf7eb9b18351/pytest-5.2.1.tar.gz"; |
723 | | - sha256 = "ca563435f4941d0cb34767301c27bc65c510cb82e90b9ecf9cb52dc2c63caaa0"; |
| 722 | + url = "https://files.pythonhosted.org/packages/24/67/051f7622814613980a03c9722233a4d7f8b0e21787a46b41a1057c903992/pytest-5.2.2.tar.gz"; |
| 723 | + sha256 = "27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6"; |
724 | 724 | }; |
725 | 725 | doCheck = commonDoCheck; |
726 | 726 | buildInputs = commonBuildInputs ++ [ |
|
759 | 759 | ]; |
760 | 760 | meta = with pkgs.stdenv.lib; { |
761 | 761 | homepage = "https://github.com/pytest-dev/pytest-cov"; |
762 | | - license = licenses.mit; |
| 762 | + license = licenses.bsdOriginal; |
763 | 763 | description = "Pytest plugin for measuring coverage."; |
764 | 764 | }; |
765 | 765 | }; |
|
779 | 779 | propagatedBuildInputs = [ ]; |
780 | 780 | meta = with pkgs.stdenv.lib; { |
781 | 781 | homepage = "https://github.com/pytest-dev/pytest-runner/"; |
782 | | - license = "UNKNOWN"; |
| 782 | + license = licenses.mit; |
783 | 783 | description = "Invoke py.test as distutils command with dependency resolution"; |
784 | 784 | }; |
785 | 785 | }; |
|
832 | 832 | propagatedBuildInputs = [ ]; |
833 | 833 | meta = with pkgs.stdenv.lib; { |
834 | 834 | homepage = "https://github.com/pypa/setuptools"; |
835 | | - license = "UNKNOWN"; |
| 835 | + license = licenses.mit; |
836 | 836 | description = "Easily download, build, install, upgrade, and uninstall Python packages"; |
837 | 837 | }; |
838 | 838 | }; |
|
912 | 912 | propagatedBuildInputs = [ ]; |
913 | 913 | meta = with pkgs.stdenv.lib; { |
914 | 914 | homepage = "https://github.com/python/typing/blob/master/typing_extensions/README.rst"; |
915 | | - license = "PSF"; |
| 915 | + license = licenses.psfl; |
916 | 916 | description = "Backported and Experimental Type Hints for Python 3.5+"; |
917 | 917 | }; |
918 | 918 | }; |
|
998 | 998 | ]; |
999 | 999 | meta = with pkgs.stdenv.lib; { |
1000 | 1000 | homepage = "https://github.com/jaraco/zipp"; |
1001 | | - license = "UNKNOWN"; |
| 1001 | + license = licenses.mit; |
1002 | 1002 | description = "Backport of pathlib-compatible object wrapper for zip files"; |
1003 | 1003 | }; |
1004 | 1004 | }; |
|
0 commit comments