[med-svn] [Git][med-team/plasmidomics][master] 4 commits: Really get rid of all Python2 stuff

Andreas Tille gitlab at salsa.debian.org
Thu Jan 23 16:25:02 GMT 2020



Andreas Tille pushed to branch master at Debian Med / plasmidomics


Commits:
7f1adb8e by Andreas Tille at 2020-01-23T17:14:22+01:00
Really get rid of all Python2 stuff

- - - - -
bf4d31c4 by Andreas Tille at 2020-01-23T17:14:40+01:00
routine-update: Standards-Version: 4.5.0

- - - - -
26dd728d by Andreas Tille at 2020-01-23T17:17:20+01:00
s/python2/python3/

- - - - -
9f15dacc by Andreas Tille at 2020-01-23T17:19:03+01:00
Upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/patches/2to3.patch
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+plasmidomics (0.2.0-9) unstable; urgency=medium
+
+  * Really get rid of all Python2 stuff
+    Closes: #943161
+  * Standards-Version: 4.5.0 (routine-update)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 23 Jan 2020 17:14:52 +0100
+
 plasmidomics (0.2.0-8) unstable; urgency=medium
 
   * Use 2to3 to port from Python2 to Python3


=====================================
debian/control
=====================================
@@ -6,17 +6,17 @@ Section: science
 Priority: optional
 Build-Depends: debhelper-compat (= 12),
                dh-python,
-               python-all
-Standards-Version: 4.4.1
+               python3
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/plasmidomics
 Vcs-Git: https://salsa.debian.org/med-team/plasmidomics.git
 Homepage: https://www.ira.cinvestav.mx/Investigaci%C3%B3n/Biotecnolog%C3%ADayBioqu%C3%ADmica/ProfesoresInvestigadores/DrRobertWinkler/Software/PlasmidDrawingProgramPlasmidomics02/tabid/778/language/en-US/Default.aspx
 
 Package: plasmidomics
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
-         python-tk
+         python3-tk
 Description: draw plasmids and vector maps with PostScript graphics export
  Plasmidomics is written for easy drawing of plasmids and vector maps
  to use them in theses, presentations or other forms of publications. It


=====================================
debian/patches/2to3.patch
=====================================
@@ -6,7 +6,8 @@ Last-Update: Fri, 10 Jan 2020 12:11:07 +0100
 --- a/plasmid
 +++ b/plasmid
 @@ -1,9 +1,9 @@
- #!/usr/bin/python
+-#!/usr/bin/python
++#!/usr/bin/python3
  # File: plasmid.py
  
 -from Tkinter import *


=====================================
debian/rules
=====================================
@@ -7,7 +7,7 @@
 include /usr/share/dpkg/default.mk
 
 %:
-	dh $@ --with python2
+	dh $@ --with python3
 
 override_dh_install:
 	dh_install



View it on GitLab: https://salsa.debian.org/med-team/plasmidomics/compare/ffc34be78aea2602ba0889cc6db0349f3c63e837...9f15dacc6734d94c4fb66c8592ba7914ee11e06b

-- 
View it on GitLab: https://salsa.debian.org/med-team/plasmidomics/compare/ffc34be78aea2602ba0889cc6db0349f3c63e837...9f15dacc6734d94c4fb66c8592ba7914ee11e06b
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/20200123/ef9b15b6/attachment-0001.html>


More information about the debian-med-commit mailing list