Control: tags 938132 + patch
Control: tags 938132 + pending

Dear maintainer,

I've prepared an NMU for python-repoze.sphinx.autointerface (versioned as 
0.8-0.2) and
uploaded it to DELAYED/7. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-repoze.sphinx.autointerface-0.8/debian/changelog python-repoze.sphinx.autointerface-0.8/debian/changelog
--- python-repoze.sphinx.autointerface-0.8/debian/changelog	2016-07-01 20:10:35.000000000 -0400
+++ python-repoze.sphinx.autointerface-0.8/debian/changelog	2019-10-10 12:42:02.000000000 -0400
@@ -1,3 +1,10 @@
+python-repoze.sphinx.autointerface (0.8-0.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938132
+
+ -- Sandro Tosi <mo...@debian.org>  Thu, 10 Oct 2019 12:42:02 -0400
+
 python-repoze.sphinx.autointerface (0.8-0.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru python-repoze.sphinx.autointerface-0.8/debian/control python-repoze.sphinx.autointerface-0.8/debian/control
--- python-repoze.sphinx.autointerface-0.8/debian/control	2016-07-01 20:00:21.000000000 -0400
+++ python-repoze.sphinx.autointerface-0.8/debian/control	2019-10-10 12:41:42.000000000 -0400
@@ -4,12 +4,8 @@
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               python-all,
                python3-all,
                dh-python,
-               python-setuptools,
-               python-sphinx,
-               python-zope.interface,
                python3-setuptools,
                python3-sphinx,
                python3-zope.interface
@@ -18,17 +14,6 @@
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.sphinx.autointerface/trunk/
 Homepage: http://pypi.python.org/pypi/repoze.sphinx.autointerface/
 
-Package: python-repoze.sphinx.autointerface
-Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends}
-Description: Sphinx extension to generate API docs from Zope interfaces (Python 2)
- This package defines an extension for the Sphinx documentation system. 
- The extension allows generation of API documentation by introspection
- of zope.interface instances in code.
- .
- This package contains the Python 2 module.
-
 Package: python3-repoze.sphinx.autointerface
 Architecture: all
 Depends: ${misc:Depends},
diff -Nru python-repoze.sphinx.autointerface-0.8/debian/rules python-repoze.sphinx.autointerface-0.8/debian/rules
--- python-repoze.sphinx.autointerface-0.8/debian/rules	2016-07-01 19:47:44.000000000 -0400
+++ python-repoze.sphinx.autointerface-0.8/debian/rules	2019-10-10 12:41:59.000000000 -0400
@@ -1,20 +1,14 @@
 #!/usr/bin/make -f
 
-PYVERS=$(shell pyversions -sv)
 PY3VERS=$(shell py3versions -sv)
 export PYBUILD_NAME=repoze.sphinx.autointerface
 
 %:
-	dh $@  --with python2,python3 --buildsystem=pybuild
+	dh $@  --with python3 --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install 
 
-	set -e && for pyvers in $(PYVERS); do \
-		python$$pyvers setup.py install --install-layout=deb \
-		--root $(CURDIR)/debian/python-repoze.sphinx.autointerface; \
-		done
-
 	set -e && for pyvers in $(PY3VERS); do \
 		python$$pyvers setup.py install --install-layout=deb \
 		--root $(CURDIR)/debian/python3-repoze.sphinx.autointerface; \

Reply via email to