[med-svn] [Git][med-team/plip][master] 6 commits: Update d/control to use python3 packages only

Alexandre Mestiashvili gitlab at salsa.debian.org
Mon Oct 14 17:31:48 BST 2019



Alexandre Mestiashvili pushed to branch master at Debian Med / plip


Commits:
67a0797f by Alexandre Mestiashvili at 2019-10-14T09:40:32Z
Update d/control to use python3 packages only

- - - - -
03eb8784 by Alexandre Mestiashvili at 2019-10-14T09:41:05Z
d/rules, --with python3

- - - - -
900ec23c by Alexandre Mestiashvili at 2019-10-14T15:47:25Z
Use python3 for tests

- - - - -
ad1a8837 by Alexandre Mestiashvili at 2019-10-14T16:14:11Z
Update d/control, bump Policy to 4.4.1, use debhelper-compat(=12)

- - - - -
e66367d4 by Alexandre Mestiashvili at 2019-10-14T16:15:02Z
Drop empty d/patches

- - - - -
e0c6e575 by Alexandre Mestiashvili at 2019-10-14T16:16:45Z
Update changelog

Gbp-Dch: Ignore

- - - - -


8 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/patches/executableIsForPython2Not3.patch
- − debian/patches/series
- debian/rules
- debian/tests/special-cases
- debian/tests/xml-parser


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+plip (1.4.3~b+dfsg-3) unstable; urgency=medium
+
+  * Update d/{control,rules,tests/} to use python3, Closes: #937303
+  * Update d/control, bump Policy to 4.4.1, use debhelper-compat(=12)
+  * Drop empty d/patches
+
+ -- Alexandre Mestiashvili <mestia at debian.org>  Mon, 14 Oct 2019 18:15:14 +0200
+
 plip (1.4.3~b+dfsg-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -3,16 +3,16 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Alexandre Mestiashvili <mestia at debian.org>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 11),
+Build-Depends: debhelper-compat (= 12),
                dh-python,
                help2man,
-               python-all,
-               python-lxml,
-               python-numpy,
-               python-openbabel,
-               python-setuptools,
-               python-future
-Standards-Version: 4.2.1
+               python3-all,
+               python3-lxml,
+               python3-numpy,
+               python3-openbabel,
+               python3-setuptools,
+               python3-future
+Standards-Version: 4.4.1
 Vcs-Browser: https://salsa.debian.org/med-team/plip
 Vcs-Git: https://salsa.debian.org/med-team/plip.git
 Homepage: https://projects.biotec.tu-dresden.de/plip-web/plip/
@@ -20,8 +20,8 @@ Homepage: https://projects.biotec.tu-dresden.de/plip-web/plip/
 Package: plip
 Architecture: all
 Depends: ${misc:Depends},
-         ${python:Depends},
-         python-openbabel
+         ${python3:Depends},
+         python3-openbabel
 Suggests: pymol
 Description: fully automated protein-ligand interaction profiler
  The Protein-Ligand Interaction Profiler (PLIP) is a tool to analyze


=====================================
debian/patches/executableIsForPython2Not3.patch deleted
=====================================
@@ -1,10 +0,0 @@
-Index: plip/plip/plipcmd.py
-===================================================================
---- plip.orig/plip/plipcmd.py
-+++ plip/plip/plipcmd.py
-@@ -1,4 +1,4 @@
--#! /usr/bin/env python
-+#!/usr/bin/python2
- """
- Protein-Ligand Interaction Profiler - Analyze and visualize protein-ligand interactions in PDB files.
- plipcmd.py - Main script for PLIP command line execution.


=====================================
debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-executableIsForPython2Not3.patch


=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
 
 export PYBUILD_NAME=plip
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 include /usr/share/dpkg/pkg-info.mk
 


=====================================
debian/tests/special-cases
=====================================
@@ -3,4 +3,4 @@
 set -e
 
 cd plip/test
-python test_special_cases.py
+python3 test_special_cases.py


=====================================
debian/tests/xml-parser
=====================================
@@ -3,4 +3,4 @@
 set -e
 
 cd plip/test
-python test_xml_parser.py
+python3 test_xml_parser.py



View it on GitLab: https://salsa.debian.org/med-team/plip/compare/9a4faf7ef0b998ae3dc03db1f79858b21f74f2fa...e0c6e575d55d81034125570c2a331fca122ad760

-- 
View it on GitLab: https://salsa.debian.org/med-team/plip/compare/9a4faf7ef0b998ae3dc03db1f79858b21f74f2fa...e0c6e575d55d81034125570c2a331fca122ad760
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/20191014/d79f895b/attachment-0001.html>


More information about the debian-med-commit mailing list