[Python-modules-commits] r29307 - in packages/numpydoc/trunk/debian (changelog control rules)

dlax-guest at users.alioth.debian.org dlax-guest at users.alioth.debian.org
Wed Jun 11 19:46:23 UTC 2014


    Date: Wednesday, June 11, 2014 @ 19:46:22
  Author: dlax-guest
Revision: 29307

Add Python3 binary package and add setuptools build dependency

Modified:
  packages/numpydoc/trunk/debian/changelog
  packages/numpydoc/trunk/debian/control
  packages/numpydoc/trunk/debian/rules

Modified: packages/numpydoc/trunk/debian/changelog
===================================================================
--- packages/numpydoc/trunk/debian/changelog	2014-06-11 19:46:16 UTC (rev 29306)
+++ packages/numpydoc/trunk/debian/changelog	2014-06-11 19:46:22 UTC (rev 29307)
@@ -5,7 +5,9 @@
 
   [ Denis Laxalde ]
   * New upstream release.
+  * Build python3 package as it's now supported upstream
   * debian/control:
+    + Build-Depends on python-setuptools
     + Update Homepage (numpydoc is not anymore within numpy's source tree)
   * debian/rules: use pybuild.
   * Drop clean-setup patch (included upstream)

Modified: packages/numpydoc/trunk/debian/control
===================================================================
--- packages/numpydoc/trunk/debian/control	2014-06-11 19:46:16 UTC (rev 29306)
+++ packages/numpydoc/trunk/debian/control	2014-06-11 19:46:22 UTC (rev 29307)
@@ -4,12 +4,20 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Denis Laxalde <denis at laxalde.org>
 Build-Depends: python-all (>= 2.6.6-3),
+  python3-all (>= 3.3),
   debhelper (>= 9),
+  python-setuptools,
+  python3-setuptools,
   python-nose,
-  python-sphinx (>= 1.0.1)
+  python3-nose,
+  python-sphinx (>= 1.0.1),
+  python3-sphinx (>= 1.0.1),
+  python-matplotlib,
+  python3-matplotlib,
 Standards-Version: 3.9.3
 Homepage: https://github.com/numpy/numpydoc
-X-Python-Version: >= 2.4
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.3
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/numpydoc/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/numpydoc/trunk/
 
@@ -21,3 +29,14 @@
  This package defines several extensions for the Sphinx documentation
  system, shipped in the numpydoc Python package. In particular, these provide
  support for the Numpy docstring format in Sphinx.
+
+Package: python3-numpydoc
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}, python3-sphinx (>= 1.0.1)
+Suggests: python3-matplotlib
+Description: Sphinx extension to support docstrings in Numpy format -- Python3
+ This package defines several extensions for the Sphinx documentation
+ system, shipped in the numpydoc Python package. In particular, these provide
+ support for the Numpy docstring format in Sphinx.
+ .
+ This package provides the Python 3 version.

Modified: packages/numpydoc/trunk/debian/rules
===================================================================
--- packages/numpydoc/trunk/debian/rules	2014-06-11 19:46:16 UTC (rev 29306)
+++ packages/numpydoc/trunk/debian/rules	2014-06-11 19:46:22 UTC (rev 29307)
@@ -7,4 +7,4 @@
 export PYBUILD_NAME=numpydoc
 
 %:
-	dh $@ --with python2 --buildsystem=pybuild
+	dh $@ --with python2,python3 --buildsystem=pybuild




More information about the Python-modules-commits mailing list