[med-svn] [Git][med-team/mindthegap][master] We really want Python3
Andreas Tille
gitlab at salsa.debian.org
Tue Jul 9 15:48:57 BST 2019
Andreas Tille pushed to branch master at Debian Med / mindthegap
Commits:
09a088c1 by Andreas Tille at 2019-07-09T14:47:47Z
We really want Python3
- - - - -
1 changed file:
- debian/patches/2to3.patch
Changes:
=====================================
debian/patches/2to3.patch
=====================================
@@ -5,6 +5,12 @@ Description: Automatic port to Python3 via
--- a/test/scripts/generate_read.py
+++ b/test/scripts/generate_read.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ '''
+ Program to generate reads from a fasta file (for tests). P. Marijon based one
@@ -11,24 +11,24 @@ import random
def usage():
@@ -77,6 +83,12 @@ Description: Automatic port to Python3 via
--- a/test/scripts/make_deletions.py
+++ b/test/scripts/make_deletions.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+ # -*- coding: utf-8 -*-
+ '''Program to generate random deletions in a given genome. C. Lemaitre'''
+
@@ -10,29 +10,29 @@ import random
def usage():
@@ -152,6 +164,12 @@ Description: Automatic port to Python3 via
--- a/test/scripts/make_snp_deletions.py
+++ b/test/scripts/make_snp_deletions.py
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python3
+
+ # -*- coding: utf-8 -*-
+
@@ -204,7 +204,7 @@ def main():
seq_del_cpt = 0
del_cpt = 0
View it on GitLab: https://salsa.debian.org/med-team/mindthegap/commit/09a088c1346353869020c425c8fe20d9998d2140
--
View it on GitLab: https://salsa.debian.org/med-team/mindthegap/commit/09a088c1346353869020c425c8fe20d9998d2140
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190709/f2fef611/attachment-0001.html>
More information about the debian-med-commit
mailing list