]> git.immae.eu Git - perso/Immae/Config/Nix/NUR.git/blob - pkgs/terminal-velocity/fix_build.patch
Initial commit published for NUR
[perso/Immae/Config/Nix/NUR.git] / pkgs / terminal-velocity / fix_build.patch
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')