[fiat] 01/05: Revert the change that adds Python 3 support for now. Will re-apply again later.

Johannes Ring johannr-guest at moszumanska.debian.org
Thu Dec 1 11:23:56 UTC 2016


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

johannr-guest pushed a commit to branch master
in repository fiat.

commit efd57f94aa2ec76097769659143dc733da8b9d60
Author: Johannes Ring <johannr at simula.no>
Date:   Thu Dec 1 11:50:46 2016 +0100

    Revert the change that adds Python 3 support for now. Will re-apply again later.
---
 debian/changelog |  1 -
 debian/control   | 22 +---------------------
 debian/rules     |  8 +-------
 3 files changed, 2 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 15df2b6..7b40f49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 fiat (2016.1.0-2) UNRELEASED; urgency=medium
 
-  * Support Python 3.
   * Remove Christophe Prud'homme from Uploaders (closes: #835008).
 
  -- Johannes Ring <johannr at simula.no>  Tue, 29 Nov 2016 13:53:16 +0100
diff --git a/debian/control b/debian/control
index 8c3a1c6..68fd188 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,9 @@ Section: python
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Johannes Ring <johannr at simula.no>
-Build-Depends:
- debhelper (>= 9),
- dh-python,
- python-all (>= 2.7),
- python3-all (>= 3.4),
- python-setuptools,
- python3-setuptools
+Build-Depends: debhelper (>= 9), python-all (>= 2.7), dh-python
 Standards-Version: 3.9.8
 X-Python-Version: >= 2.7
-X-Python3-Version: >= 3.4
 Homepage: http://fenicsproject.org
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fenics/fiat.git
 Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/fenics/fiat.git
@@ -25,16 +18,3 @@ Description: tabulation of finite element function spaces
  order instances of the Lagrange elements on lines, triangles, and tetrahedra.
  Other supported elements include arbitrary order Raviart-Thomas elements,
  Brezzi-Douglas-Marini elements and a few others.
- .
- This package installs the library for Python 2.
-
-Package: python3-fiat
-Architecture: all
-Depends: python3-numpy, python3-sympy, ${python3:Depends}, ${misc:Depends}
-Description: tabulation of finite element function spaces
- The FInite element Automatic Tabulator FIAT supports generation of arbitrary
- order instances of the Lagrange elements on lines, triangles, and tetrahedra.
- Other supported elements include arbitrary order Raviart-Thomas elements,
- Brezzi-Douglas-Marini elements and a few others.
- .
- This package installs the library for Python 3.
diff --git a/debian/rules b/debian/rules
index 26caa31..efded95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,9 @@
 #!/usr/bin/make -f
 
-#export DH_VERBOSE=1
-export PYBUILD_NAME=fiat
-
-# FIXME: look at enabling tests for the next upstream release
-export PYBUILD_DISABLE=test
-
 USCAN_DESTDIR := $(CURDIR)
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python2
 
 .PHONY: get-orig-source
 get-orig-source:

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



More information about the debian-science-commits mailing list