[med-svn] [Git][med-team/snakemake][master] 2 commits: Better solution for setting PATH properly (thanks to Piotr Ożarowski)

Andreas Tille gitlab at salsa.debian.org
Fri Jun 29 15:40:11 BST 2018


Andreas Tille pushed to branch master at Debian Med / snakemake


Commits:
7620de1a by Andreas Tille at 2018-06-29T14:25:05+02:00
Better solution for setting PATH properly (thanks to Piotr Ożarowski)

- - - - -
1b5e30fa by Andreas Tille at 2018-06-29T14:25:38+02:00
(Build-)Depends: python3-networkx

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,11 +8,11 @@ snakemake (5.1.5-1) UNRELEASED; urgency=medium
   * Build-Depends: r-cran-rmarkdown and disable patch that skips test using
     RMarkdown
   * Recommends: r-cran-rmarkdown
-  * Build-Depends: python3-datrie, python3-recommonmark
+  * Build-Depends: python3-datrie, python3-networkx, python3-recommonmark
   * Point Vcs-fields to Salsa
   * Drop X-Python-Version
 
- -- Andreas Tille <tille at debian.org>  Tue, 27 Mar 2018 16:07:45 +0200
+ -- Andreas Tille <tille at debian.org>  Tue, 26 Jun 2018 11:18:08 +0200
 
 snakemake (4.3.1-1) unstable; urgency=medium
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 11~),
                python3-boto,
                python3-configargparse,
                python3-datrie,
+               python3-networkx,
                python3-nose,
                python3-psutil,
                python3-pytools,
@@ -36,6 +37,7 @@ Depends: ${misc:Depends},
          ${sphinxdoc:Depends},
          python3-docutils,
          python3-datrie,
+         python3-networkx,
          python3-psutil,
          python3-pytools,
          python3-ratelimiter,


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_DESTDIR_python3=debian/snakemake
 export PYBUILD_BEFORE_TEST_python3=chmod +x {dir}/bin/snakemake; cp -r {dir}/bin {dir}/tests {build_dir}
 export PYBUILD_AFTER_TEST_python3=rm -fr {build_dir}/bin {build_dir}/tests
 
-export PATH:=$(shell pybuild --print build_dir --interpreter python3)/bin:$(PATH)
+export PATH:=$(shell pybuild --print build_dir --interpreter python3 --name $(PYBUILD_NAME))/bin:$(PATH)
 
 # Force the use of python3's sphinx-build.
 export SPHINXBUILD=/usr/share/sphinx/scripts/python3/sphinx-build



View it on GitLab: https://salsa.debian.org/med-team/snakemake/compare/14383b90aa3a8bf4096525177fd6c9bdb5750058...1b5e30fad2c562978cfda03691b131c787d54ef6

-- 
View it on GitLab: https://salsa.debian.org/med-team/snakemake/compare/14383b90aa3a8bf4096525177fd6c9bdb5750058...1b5e30fad2c562978cfda03691b131c787d54ef6
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/20180629/e13a9e86/attachment-0001.html>


More information about the debian-med-commit mailing list