File: python2to3.patch

package info (click to toggle)
q2-fragment-insertion 2022.11.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: python: 2,000; makefile: 26; sh: 13
file content (21 lines) | stat: -rw-r--r-- 438 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Author: Steffen Möller
Last-Update: 2020-12-13 00:36:37 +0100
Description: use Python3

Index: q2-fragment-insertion/Makefile
===================================================================
--- q2-fragment-insertion.orig/Makefile
+++ q2-fragment-insertion/Makefile
@@ -7,10 +7,10 @@ lint:
 	flake8
 
 test: all
-	py.test
+	py.test-3
 
 install: all
-	python setup.py install
+	python3 setup.py install
 
 dev: all
 	pip install -e .