[sasview] 02/02: deactivate python3 support

Drew Parsons dparsons at moszumanska.debian.org
Mon Oct 30 06:01:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository sasview.

commit 57e513166427646bfbe6077984a34ba44ee8989d
Author: Drew Parsons <dparsons at debian.org>
Date:   Mon Oct 30 13:46:49 2017 +0800

    deactivate python3 support
    
    sasview currently supports python2 only
---
 debian/changelog |  1 +
 debian/control   | 44 ++++++++++++++++++++++----------------------
 debian/rules     |  2 +-
 3 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85cea60..de5fa7f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,5 +2,6 @@ sasview (4.1.2-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * Initial release (Closes: #879812)
+    - currently supports python2 only
 
  -- Drew Parsons <dparsons at debian.org>  Mon, 30 Oct 2017 13:34:10 +0800
diff --git a/debian/control b/debian/control
index 980d75e..91e985e 100644
--- a/debian/control
+++ b/debian/control
@@ -37,28 +37,28 @@ Description: Small Angle Scattering Analysis (Python 2)
  .
  This package installs the library for Python 2.
 
-Package: python3-sasview
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Suggests: python-sasview-doc
-Description: Small Angle Scattering Analysis (Python 3)
- SasView is a Small Angle Scattering Analysis Software Package,
- originally developed as part of the NSF DANSE project under the name
- SansView, now managed by an international collaboration of facilities.
- .
- SasView is software for the analysis of Small-Angle Scattering (SAS)
- data.
- .
- It fits analytic functions describing different types of material
- microstructure to experimental data in order to determine the shape,
- size and degree of ordering.
- .
- SasView also includes tools for calculating scattering length
- densities, slit sizes, resolution, fringe thicknesses/d-spacings, the
- (Porod) invariant ('total scattering'), and distance distribution
- functions.
- .
- This package installs the library for Python 3.
+#Package: python3-sasview
+#Architecture: all
+#Depends: ${python3:Depends}, ${misc:Depends}
+#Suggests: python-sasview-doc
+#Description: Small Angle Scattering Analysis (Python 3)
+# SasView is a Small Angle Scattering Analysis Software Package,
+# originally developed as part of the NSF DANSE project under the name
+# SansView, now managed by an international collaboration of facilities.
+# .
+# SasView is software for the analysis of Small-Angle Scattering (SAS)
+# data.
+# .
+# It fits analytic functions describing different types of material
+# microstructure to experimental data in order to determine the shape,
+# size and degree of ordering.
+# .
+# SasView also includes tools for calculating scattering length
+# densities, slit sizes, resolution, fringe thicknesses/d-spacings, the
+# (Porod) invariant ('total scattering'), and distance distribution
+# functions.
+# .
+# This package installs the library for Python 3.
 
 Package: python-sasview-doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index 9640cc1..8210057 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 export PYBUILD_NAME=sasview
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2 --buildsystem=pybuild
 
 
 # If you need to rebuild the Sphinx documentation

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git



More information about the debian-science-commits mailing list