[med-svn] [Git][med-team/python-cogent][master] 2 commits: Add patch to fix FTBFS with new setuptools

Nilesh Patra (@nilesh) gitlab at salsa.debian.org
Wed Nov 3 09:50:26 GMT 2021



Nilesh Patra pushed to branch master at Debian Med / python-cogent


Commits:
d2b6a731 by Nilesh Patra at 2021-11-03T15:15:53+05:30
Add patch to fix FTBFS with new setuptools

- - - - -
cd500022 by Nilesh Patra at 2021-11-03T15:16:36+05:30
Interim changelog entry

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-setuptools-FTBFS.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,13 @@
 python-cogent (2021.5.7a+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Andreas Tille ]
   * Deactivate sphinx bibtex which is not used
     Closes: #997772
 
- -- Andreas Tille <tille at debian.org>  Wed, 03 Nov 2021 08:35:07 +0100
+  [ Nilesh Patra ]
+  * Add patch to fix FTBFS with new setuptools
+
+ -- Andreas Tille <tille at debian.org>  Wed, 03 Nov 2021 15:16:11 +0530
 
 python-cogent (2021.5.7a+dfsg-2) unstable; urgency=medium
 


=====================================
debian/patches/fix-setuptools-FTBFS.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Do not put license name in a list, since this causes problems with new setuptools
+Author: Nilesh Patra <nilesh at debian.org>
+Last-Update: 2021-11-03
+--- a/setup.py
++++ b/setup.py
+@@ -59,7 +59,7 @@
+     long_description=long_description,
+     long_description_content_type="text/markdown",
+     platforms=["any"],
+-    license=["BSD"],
++    license="BSD",
+     keywords=[
+         "biology",
+         "genomics",


=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
 sphinx.patch
 fix_interpreter.patch
 py39_union_dict
+fix-setuptools-FTBFS.patch



View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/compare/43aa41a0fbce1643211bd69ec6ecaca209397753...cd500022b8b9696a9ea6dd9324b627a438a02a7e

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-cogent/-/compare/43aa41a0fbce1643211bd69ec6ecaca209397753...cd500022b8b9696a9ea6dd9324b627a438a02a7e
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/20211103/266d024d/attachment-0001.htm>


More information about the debian-med-commit mailing list