Your message dated Thu, 1 Dec 2016 23:02:08 +0100
with message-id 
<CA+6XHwSVOgrayw3_wFL+9-n3aVz9H_CCHU7pJjorDaFB=oz...@mail.gmail.com>
and subject line 
has caused the Debian Bug report #840143,
regarding mypy: please make the build reproducible
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
840143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mypy
Version: 0.4.5-1
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: randomness
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi,

Whilst working on the Reproducible Builds effort [0], we noticed
that mypy could not be built reproducibly.

Patch attached.

 [0] https://reproducible-builds.org/


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
--- a/debian/patches/reproducible-build 1970-01-01 01:00:00.000000000 +0100
--- b/debian/patches/reproducible-build 2016-10-08 20:40:39.850818707 +0100
@@ -0,0 +1,15 @@
+Description: Make the build reproducible
+Author: Chris Lamb <la...@debian.org>
+Last-Update: 2016-10-08
+
+--- mypy-0.4.5.orig/mypy/main.py
++++ mypy-0.4.5/mypy/main.py
+@@ -220,7 +220,7 @@ def process_options(args: List[str],
+     report_group = parser.add_argument_group(
+         title='report generation',
+         description='Generate a report in the specified format.')
+-    for report_type in reporter_classes:
++    for report_type in sorted(reporter_classes):
+         report_group.add_argument('--%s-report' % report_type.replace('_', 
'-'),
+                                   metavar='DIR',
+                                   dest='special-opts:%s_report' % report_type)
--- a/debian/patches/series     2016-10-08 20:10:45.393077994 +0100
--- b/debian/patches/series     2016-10-08 20:40:19.622573108 +0100
@@ -1 +1,2 @@
 amend-runner
+reproducible-build

--- End Message ---
--- Begin Message ---
Version: 0.4.6-1


Fixed upstream.

--- End Message ---

Reply via email to