diff options
Diffstat (limited to 'patches/terminal_velocity_fix_build.patch')
-rw-r--r-- | patches/terminal_velocity_fix_build.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/terminal_velocity_fix_build.patch b/patches/terminal_velocity_fix_build.patch deleted file mode 100644 index b08e0c4..0000000 --- a/patches/terminal_velocity_fix_build.patch +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | commit a64bf3d58f6ba7f5fa72fe5b89a3973cac0c1a99 | ||
2 | Author: Ismaƫl Bouya <ismael.bouya@normalesup.org> | ||
3 | Date: Sat Mar 9 20:13:52 2019 +0100 | ||
4 | |||
5 | Remove mister_bump dependency | ||
6 | |||
7 | diff --git a/setup.py b/setup.py | ||
8 | index 84a99e9..a783dff 100644 | ||
9 | --- a/setup.py | ||
10 | +++ b/setup.py | ||
11 | @@ -1,7 +1,9 @@ | ||
12 | from setuptools import setup | ||
13 | from m2r import parse_from_file | ||
14 | import restructuredtext_lint | ||
15 | -from mister_bump import bump | ||
16 | + | ||
17 | +def bump(): | ||
18 | + return "0.2.0" | ||
19 | |||
20 | # Parser README.md into reStructuredText format | ||
21 | rst_readme = parse_from_file('README.md') | ||