Control: tags 938169 + patch Control: tags 938169 + pending
Dear maintainer, I've prepared an NMU for python-setuptools-git (versioned as 1.2-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru python-setuptools-git-1.2/debian/changelog python-setuptools-git-1.2/debian/changelog --- python-setuptools-git-1.2/debian/changelog 2018-08-14 12:18:48.000000000 -0400 +++ python-setuptools-git-1.2/debian/changelog 2019-10-12 22:54:59.000000000 -0400 @@ -1,3 +1,10 @@ +python-setuptools-git (1.2-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #938169 + + -- Sandro Tosi <[email protected]> Sat, 12 Oct 2019 22:54:59 -0400 + python-setuptools-git (1.2-2) unstable; urgency=medium * Correct python-setuptools dependency of Python 3 variant diff -Nru python-setuptools-git-1.2/debian/control python-setuptools-git-1.2/debian/control --- python-setuptools-git-1.2/debian/control 2018-08-14 12:18:48.000000000 -0400 +++ python-setuptools-git-1.2/debian/control 2019-10-12 22:54:17.000000000 -0400 @@ -2,29 +2,12 @@ Section: python Priority: optional Maintainer: Laszlo Boszormenyi (GCS) <[email protected]> -Build-Depends: debhelper (>= 11), dh-python, python3-docutils, python3-pygments, python-setuptools, python3-setuptools, python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~), git +Build-Depends: debhelper (>= 11), dh-python, python3-docutils, python3-pygments, python3-setuptools, python3-all (>= 3.1.2-7~), git Standards-Version: 4.1.5 Homepage: https://github.com/wichert/setuptools-git X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 -Package: python-setuptools-git -Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-setuptools, git -Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} -Description: plugin for setuptools that enables git integration - This is a plugin for setup tools that enables Git integration. Once - installed, Setuptools can be told to include in a module distribution - all the files tracked by git. This is an alternative to explicit - inclusion specifications with MANIFEST.in. - . - This package was formerly known as gitlsfiles. The name change is the - result of an effort by the setuptools plugin developers to provide a - uniform naming convention. - . - This is the Python 2 version of the package. - Package: python3-setuptools-git Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-setuptools, git diff -Nru python-setuptools-git-1.2/debian/python-setuptools-git.docs python-setuptools-git-1.2/debian/python-setuptools-git.docs --- python-setuptools-git-1.2/debian/python-setuptools-git.docs 2013-02-12 12:17:10.000000000 -0500 +++ python-setuptools-git-1.2/debian/python-setuptools-git.docs 1969-12-31 19:00:00.000000000 -0500 @@ -1,3 +0,0 @@ -AUTHORS.txt -README.rst -README.txt diff -Nru python-setuptools-git-1.2/debian/python-setuptools-git.install python-setuptools-git-1.2/debian/python-setuptools-git.install --- python-setuptools-git-1.2/debian/python-setuptools-git.install 2012-09-14 06:26:14.000000000 -0400 +++ python-setuptools-git-1.2/debian/python-setuptools-git.install 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -/usr/lib/python2* diff -Nru python-setuptools-git-1.2/debian/rules python-setuptools-git-1.2/debian/rules --- python-setuptools-git-1.2/debian/rules 2018-08-14 12:18:48.000000000 -0400 +++ python-setuptools-git-1.2/debian/rules 2019-10-12 22:54:50.000000000 -0400 @@ -6,17 +6,16 @@ export GIT_CONFIG=$(CURDIR)/debian/gitconfig -PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: - dh $@ --with python2,python3 + dh $@ --with python3 --buildsystem=pybuild ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv || true -override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) +override_dh_auto_test: $(PYTHON3:%=test-python%) endif build-python%:

