[med-svn] [Git][med-team/nanoplot][master] eadme says all is in nanoplot - try without these Build-Depends; Fix build

Andreas Tille gitlab at salsa.debian.org
Thu Apr 23 11:22:44 BST 2020



Andreas Tille pushed to branch master at Debian Med / nanoplot


Commits:
55b6e519 by Andreas Tille at 2020-04-23T12:22:29+02:00
eadme says all is in nanoplot - try without these Build-Depends; Fix build

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/series
- + debian/patches/work_around_renamed_README.patch
- setup.py


Changes:

=====================================
debian/changelog
=====================================
@@ -2,7 +2,9 @@ nanoplot (1.0.0-1) UNRELEASED; urgency=medium
 
   * Initial release (Closes: #<bug>)
   TODO: https://github.com/wdecoster/nanoplotter (lacks version -> https://pypi.org/project/nanoplotter/)
+          --> Readme says all is in nanoplot - try without these Build-Depends
         https://github.com/wdecoster/nanoget (version lagging behind -> check https://pypi.org/project/nanoget/
         https://github.com/wdecoster/nanomath (lacks version -> check https://pypi.org/project/nanomath/
+        
 
  -- Andreas Tille <tille at debian.org>  Wed, 22 Apr 2020 16:40:23 +0200


=====================================
debian/control
=====================================
@@ -24,9 +24,9 @@ Depends: ${python3:Depends},
          python3-matplotlib,
          python3-dateutil,
          python3-seaborn,
-         python3-nanoplotter,
-         python3-nanoget,
-         python3-nanomath
+#         python3-nanoplotter,
+#         python3-nanoget,
+#         python3-nanomath
 Description: plotting scripts for long read sequencing data
  NanoPlot provides plotting scripts for long read sequencing data.
  .


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


=====================================
debian/patches/work_around_renamed_README.patch
=====================================
@@ -0,0 +1,14 @@
+Author: Andreas Tille <tille at debian.org>
+Description: Setup tries to check for obviously renamed file :-(
+
+--- a/setup.py
++++ b/setup.py
+@@ -11,7 +11,7 @@ setup(
+     name='NanoPlot',
+     version=__version__,
+     description='Plotting suite for Oxford Nanopore sequencing data and alignments',
+-    long_description=open(path.join(here, "README.rst")).read(),
++    long_description=open(path.join(here, "README.md")).read(),
+     url='https://github.com/wdecoster/NanoPlot',
+     author='Wouter De Coster',
+     author_email='decosterwouter at gmail.com',


=====================================
setup.py
=====================================
@@ -11,7 +11,7 @@ setup(
     name='NanoPlot',
     version=__version__,
     description='Plotting suite for Oxford Nanopore sequencing data and alignments',
-    long_description=open(path.join(here, "README.rst")).read(),
+    long_description=open(path.join(here, "README.md")).read(),
     url='https://github.com/wdecoster/NanoPlot',
     author='Wouter De Coster',
     author_email='decosterwouter at gmail.com',



View it on GitLab: https://salsa.debian.org/med-team/nanoplot/-/commit/55b6e51957d236504d57674a04a998d693589c36

-- 
View it on GitLab: https://salsa.debian.org/med-team/nanoplot/-/commit/55b6e51957d236504d57674a04a998d693589c36
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/20200423/64f5bf95/attachment-0001.html>


More information about the debian-med-commit mailing list