Andreas Tille pushed to branch master at Debian Med / emperor
Commits: 799a41a9 by Andreas Tille at 2023-12-15T22:18:07+01:00 Remove extraneous dependency on python3-future - - - - - bbde2d31 by Andreas Tille at 2023-12-15T22:18:31+01:00 routine-update: Remove trailing whitespace in debian/changelog - - - - - 3ba72157 by Andreas Tille at 2023-12-15T22:18:31+01:00 routine-update: Build-Depends: s/dh-python/dh-sequence-python3/ - - - - - 6 changed files: - debian/changelog - debian/control - + debian/patches/no_future_dependency.patch - debian/patches/series - debian/rules - debian/tests/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,17 @@ +emperor (1.0.3+ds-7exp2) UNRELEASED; urgency=medium + + * Team upload. + + [ Alexandre Detiste ] + * Remove extraneous dependency on python3-future + Closes: #1058565 + + [ Andreas Tille ] + * Remove trailing whitespace in debian/changelog (routine-update) + * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update) + + -- Andreas Tille <[email protected]> Fri, 15 Dec 2023 22:10:49 +0100 + emperor (1.0.3+ds-7exp1) experimental; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -5,7 +5,7 @@ Uploaders: Liubov Chuprikova <[email protected]>, Section: science Priority: optional Build-Depends: debhelper-compat (= 13), - dh-python, + dh-sequence-python3, python3-all, python3-setuptools, python3-sphinx, @@ -14,7 +14,6 @@ Build-Depends: debhelper-compat (= 13), python3-numpy <!nocheck>, python3-pandas <!nocheck>, python3-skbio (>= 0.5.8-2exp1~) <!nocheck>, - python3-future <!nocheck>, python3-click <!nocheck>, jsdoc-toolkit <!nocheck>, python3-notebook <!nocheck>, @@ -36,7 +35,6 @@ Depends: ${python3:Depends}, python3-click, python3-pandas, python3-jinja2, - python3-future, python3-skbio (>= 0.5.8-2exp1~), libjs-jquery-ui Description: visualizing high-throughput microbial community data ===================================== debian/patches/no_future_dependency.patch ===================================== @@ -0,0 +1,16 @@ +Description: Remove extraneous dependency on python3-future +Bug-Debian: https://bugs.debian.org/1058565 +Author: Alexandre Detiste <[email protected]> +Last-Update: Fri, 15 Dec 2023 22:10:49 +0100 + +--- a/setup.py ++++ b/setup.py +@@ -35,7 +35,7 @@ with open('README.md') as f: + long_description = f.read() + + base = ["numpy >= 1.7", "scipy >= 0.17.0", "click", "pandas", +- "scikit-bio >= 0.4.1", "jinja2 >= 2.9", "future"] ++ "scikit-bio >= 0.4.1", "jinja2 >= 2.9"] + doc = ["Sphinx", "sphinx-bootstrap-theme", "numpydoc"] + test = ["pep8", "flake8", "nose"] + all_deps = base + doc + test ===================================== debian/patches/series ===================================== @@ -3,3 +3,4 @@ correct_jsdoc_arguments.patch EditSectionTitle.patch # ignore_one_failing_test.patch 8b803cd81586b832550eaa2428fa2d0dd581d35f.patch +no_future_dependency.patch ===================================== debian/rules ===================================== @@ -11,10 +11,10 @@ export PYBUILD_AFTER_BUILD=python{version} setup.py develop --install-dir {build export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/emperor.egg* \ {build_dir}/site.py {build_dir}/easy-install.pth \ - {build_dir}/f* {build_dir}/pasteurize {build_dir}/*.py + {build_dir}/f* {build_dir}/*.py %: - dh $@ --with python3,sphinxdoc --buildsystem=pybuild + dh $@ --with sphinxdoc --buildsystem=pybuild override_dh_installdocs: dh_installdocs ===================================== debian/tests/control ===================================== @@ -2,7 +2,6 @@ Tests: run-unit-test Depends: @, python3-all, python3-click, - python3-future, python3-notebook, python3-pytest, Restrictions: allow-stderr, skip-not-installable View it on GitLab: https://salsa.debian.org/med-team/emperor/-/compare/5333833f899a3621482aede047a1f3daedb11e81...3ba7215774b263f36542c8fc2c5859bd6e3d0a35 -- View it on GitLab: https://salsa.debian.org/med-team/emperor/-/compare/5333833f899a3621482aede047a1f3daedb11e81...3ba7215774b263f36542c8fc2c5859bd6e3d0a35 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
