[med-svn] [Git][med-team/metastudent][master] 4 commits: Add explicit build-depend on python3-setuptools. Closes: #1080674

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Sep 10 10:45:37 BST 2024



Michael R. Crusoe pushed to branch master at Debian Med / metastudent


Commits:
e16462b1 by Michael R. Crusoe at 2024-09-10T11:36:23+02:00
Add explicit build-depend on python3-setuptools. Closes: #1080674

- - - - -
4162b412 by Michael R. Crusoe at 2024-09-10T11:37:03+02:00
Add patch to directly call setuptools instead of distutils.

- - - - -
e1246cec by Michael R. Crusoe at 2024-09-10T11:37:20+02:00
routine-update: Standards-Version: 4.6.2

- - - - -
5c14effd by Michael R. Crusoe at 2024-09-10T11:37:52+02:00
routine-update: Ready to upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- debian/patches/series
- + debian/patches/use_setuptools


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+metastudent (2.0.1-10) unstable; urgency=medium
+
+  * Team upload.
+  * Add explicit build-depend on python3-setuptools. Closes: #1080674
+  * Add patch to directly call setuptools instead of distutils.
+  * Standards-Version: 4.6.2 (routine-update)
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Tue, 10 Sep 2024 11:37:52 +0200
+
 metastudent (2.0.1-9) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -7,9 +7,10 @@ Priority: optional
 Build-Depends: debhelper-compat (= 13), debhelper
 Build-Depends-Indep: dh-python,
                      python3-all,
+                     python3-setuptools,
                      javahelper,
                      default-jdk
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/metastudent
 Vcs-Git: https://salsa.debian.org/med-team/metastudent.git
 Homepage: https://rostlab.org/owiki/index.php/Metastudent


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
+use_setuptools
 2to3.patch
 01_fix_blastp.patch


=====================================
debian/patches/use_setuptools
=====================================
@@ -0,0 +1,15 @@
+From: Michael R. Crusoe <crusoe at debian.org>
+Subject: Use setuptools instead of distutils
+
+Distutils was removed from Python 3.12
+
+--- metastudent.orig/setup.py
++++ metastudent/setup.py
+@@ -1,6 +1,6 @@
+ #!/usr/bin/python
+ 
+-from distutils.core import setup
++from setuptools import setup
+ from subprocess import Popen, PIPE
+ import sys
+ from metastudentPkg.version import VERSION



View it on GitLab: https://salsa.debian.org/med-team/metastudent/-/compare/78539a4a1cfccc8ab65d8c655e704057b389b7c1...5c14effd19350e764880eaf56d56d61ace553575

-- 
View it on GitLab: https://salsa.debian.org/med-team/metastudent/-/compare/78539a4a1cfccc8ab65d8c655e704057b389b7c1...5c14effd19350e764880eaf56d56d61ace553575
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/20240910/22118917/attachment-0001.htm>


More information about the debian-med-commit mailing list