Control: tags 937527 + patch Control: tags 937527 + pending
Dear maintainer, I've prepared an NMU for pyroma (versioned as 2.3.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. diff -Nru pyroma-2.3.1/debian/control pyroma-2.3.1/debian/control --- pyroma-2.3.1/debian/control 2018-07-12 20:04:07.000000000 +0200 +++ pyroma-2.3.1/debian/control 2019-12-20 12:33:23.000000000 +0100 @@ -6,32 +6,15 @@ debhelper (>= 11~) Build-Depends-Indep: dh-python, - python-all (>= 2.6.6-3~), - python-docutils, - python-setuptools, python3-all, python3-docutils, python3-setuptools Standards-Version: 4.1.5 Homepage: https://github.com/regebro/pyroma -X-Python-Version: >= 2.7 X-Python3-Version: >= 3.2 Vcs-Git: https://salsa.debian.org/debian/pyroma.git Vcs-Browser: https://salsa.debian.org/debian/pyroma -Package: python-pyroma -Architecture: all -Depends: - ${python:Depends}, - ${misc:Depends} -Recommends: ${python:Recommends} -Provides: ${python:Provides} -Description: Python packaging quality checker - Provides a rating of how well a Python project complies with the best practices - of the Python packaging ecosystem, primarily PyPI, pip, Distribute etc, as well - as a list of issues that could be improved. - It can check packages locally and on PyPI. - Package: python3-pyroma Architecture: all Depends: diff -Nru pyroma-2.3.1/debian/changelog pyroma-2.3.1/debian/changelog --- pyroma-2.3.1/debian/changelog 2018-07-12 20:04:07.000000000 +0200 +++ pyroma-2.3.1/debian/changelog 2019-12-20 12:33:23.000000000 +0100 @@ -1,3 +1,10 @@ +pyroma (2.3.1-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop Python 2 support (Closes: #937527). + + -- OndÅej Nový <[email protected]> Fri, 20 Dec 2019 12:33:23 +0100 + pyroma (2.3.1-1) unstable; urgency=medium * New upstream release diff -Nru pyroma-2.3.1/debian/pyroma.1 pyroma-2.3.1/debian/pyroma.1 --- pyroma-2.3.1/debian/pyroma.1 2018-07-12 20:04:07.000000000 +0200 +++ pyroma-2.3.1/debian/pyroma.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,42 +0,0 @@ -.\" Hey, EMACS: -*- nroff -*- -.\" (C) Copyright 2014 Federico Ceratto <[email protected]>, -.\" -.TH PYROMA 1 "April 7, 2014" -.\" Please adjust this date whenever revising the manpage. -.SH NAME -pyroma \- Python packaging quality checker -.SH SYNOPSIS -.B pyroma -[\fB\-d\fR \fI<directory>\fR|\fB\-f\fR \fI<file>\fR|\fB\-p\fR \fI<package>\fR] -.SH DESCRIPTION -.PP -\fBpyroma/pyroma3\fP is a program that provides a rating of how well a Python project -complies with the best practices of the Python packaging ecosystem, primarily -PyPI, pip, Distribute etc, as well as a list of issues that could be improved. -It can check packages locally and on PyPI. -.SH OPTIONS -.TP -.B \-h, \-\-help -Show summary of options. -.TP -.B \-a, \-\-auto -Select mode automatically (default). -.TP -.B \-d, \-\-directory <project directory> -Run pyroma on a module in a project directory. -.TP -.B \-f, \-\-file <distribution file> -Run pyroma on a distribution file. -.TP -.B \-p, \-\-pypi <PyPI package name> -Run pyroma on a package on PyPI. -.TP -.br -.PP -More detailed documentation is available at -.br -.IR https://bitbucket.org/regebro/pyroma -.SH AUTHOR -Pyroma was written by Lennart Regebro <[email protected]> -.PP -This manual page was written by Federico Ceratto <[email protected]> for the Debian project and may be used by others. diff -Nru pyroma-2.3.1/debian/python-pyroma.lintian-overrides pyroma-2.3.1/debian/python-pyroma.lintian-overrides --- pyroma-2.3.1/debian/python-pyroma.lintian-overrides 2018-07-12 20:04:07.000000000 +0200 +++ pyroma-2.3.1/debian/python-pyroma.lintian-overrides 1970-01-01 01:00:00.000000000 +0100 @@ -1,5 +0,0 @@ -# Test archives -python-pyroma binary: duplicated-compressed-file - -# Test HTML files -python-pyroma binary: privacy-breach-generic diff -Nru pyroma-2.3.1/debian/python-pyroma.manpages pyroma-2.3.1/debian/python-pyroma.manpages --- pyroma-2.3.1/debian/python-pyroma.manpages 2018-07-12 20:04:07.000000000 +0200 +++ pyroma-2.3.1/debian/python-pyroma.manpages 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -debian/pyroma.1 diff -Nru pyroma-2.3.1/debian/rules pyroma-2.3.1/debian/rules --- pyroma-2.3.1/debian/rules 2018-07-12 20:04:07.000000000 +0200 +++ pyroma-2.3.1/debian/rules 2019-12-20 12:32:57.000000000 +0100 @@ -10,7 +10,7 @@ export LC_ALL=C.UTF-8 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_installchangelogs: dh_installchangelogs HISTORY.txt

