File: remove-generated-date.patch

package info (click to toggle)
wcwidth 0.1.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 200 kB
  • ctags: 96
  • sloc: python: 385; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 489 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Remove generated date
Author: Sebastian Ramacher <sramacher@debian.org>
Last-Update: 2015-09-20

--- a/setup.py
+++ b/setup.py
@@ -237,7 +237,6 @@
         with open(fname, 'w') as fout:
             fout.write(
                 '"""{variable_proper} table. Created by setup.py."""\n'
-                "# Generated: {iso_utc}\n"
                 "# Source: {version}\n"
                 "# Date: {date}\n"
                 "{variable} = (".format(iso_utc=utc_now.isoformat(),