From c3ca0b75df93d8d7363b83aa50ce4191b759111a Mon Sep 17 00:00:00 2001 From: Sebastian Jordan Date: Fri, 25 Oct 2019 15:03:49 +0200 Subject: [PATCH 1/2] Remove debugging print statement --- src/pypi2nix/wheel.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pypi2nix/wheel.py b/src/pypi2nix/wheel.py index c957896..0ef25a7 100644 --- a/src/pypi2nix/wheel.py +++ b/src/pypi2nix/wheel.py @@ -83,7 +83,6 @@ def from_wheel_directory_path( metadata_file, "r", encoding="ascii", errors="surrogateescape" ) as headers: metadata = email.parser.Parser().parse(headers) - print(metadata) license_string = str_from_message(metadata, "license") if license_string is None: license_string = "" From f2221da72341c04c3e34b44edad45b2099506ebf Mon Sep 17 00:00:00 2001 From: Sebastian Jordan Date: Fri, 25 Oct 2019 15:34:31 +0200 Subject: [PATCH 2/2] --default-overrides is not discouraged anymore, adjust README.rst --- README.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 3f3b0d8..a39ad65 100644 --- a/README.rst +++ b/README.rst @@ -238,9 +238,8 @@ Command line options ``--default-overrides/--no-default-overrides`` Pull in overrides from - ``https://github.com/nix-community/pypi2nix-overrides``. We - currently discourage the use of this feature since these overrides - are not maintained. + ``https://github.com/nix-community/pypi2nix-overrides``. This + feature is enabled by default. ``--wheels-cache/-W TEXT`` A location where prebuilt wheels can be found. This option will