Control: tags 937833 + patch Control: tags 937833 + pending
Dear maintainer, I've prepared an NMU for python-inflect (versioned as 2.1.0-1.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-inflect-2.1.0/debian/changelog python-inflect-2.1.0/debian/changelog --- python-inflect-2.1.0/debian/changelog 2019-01-07 06:59:00.000000000 -0500 +++ python-inflect-2.1.0/debian/changelog 2019-10-05 19:39:39.000000000 -0400 @@ -1,3 +1,10 @@ +python-inflect (2.1.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #937833 + + -- Sandro Tosi <[email protected]> Sat, 05 Oct 2019 19:39:39 -0400 + python-inflect (2.1.0-1) unstable; urgency=medium * New upstream version 2.1.0 diff -Nru python-inflect-2.1.0/debian/control python-inflect-2.1.0/debian/control --- python-inflect-2.1.0/debian/control 2019-01-07 06:55:20.000000000 -0500 +++ python-inflect-2.1.0/debian/control 2019-10-05 19:39:21.000000000 -0400 @@ -4,11 +4,6 @@ Maintainer: Iain R. Learmonth <[email protected]> Build-Depends: debhelper (>= 11), dh-python, - python-setuptools, - python-setuptools-scm, - python-nose, - python-six, - python-all, python3-all, python3-setuptools, python3-setuptools-scm, @@ -19,15 +14,6 @@ Vcs-Git: https://salsa.debian.org/debian/python-inflect.git Homepage: https://pypi.python.org/pypi/inflect -Package: python-inflect -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Description: Generate plurals, singular nouns, ordinals, indefinite articles - The inflect Python module correctly generates plurals, singular nouns, - ordinals and indefinite articles. It can also convert numbers to words. - . - This package contains the Python 2 version of this module. - Package: python3-inflect Architecture: all Depends: ${python3:Depends}, ${misc:Depends} diff -Nru python-inflect-2.1.0/debian/rules python-inflect-2.1.0/debian/rules --- python-inflect-2.1.0/debian/rules 2019-01-07 06:38:04.000000000 -0500 +++ python-inflect-2.1.0/debian/rules 2019-10-05 19:39:36.000000000 -0400 @@ -1,19 +1,13 @@ #!/usr/bin/make -f -PYVERS=$(shell pyversions -sv) PY3VERS=$(shell py3versions -sv) %: - 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-inflect; \ - done - set -e && for pyvers in $(PY3VERS); do \ python$$pyvers setup.py install --install-layout=deb \ --root $(CURDIR)/debian/python3-inflect; \

