Control: tags 936498 + patch
Dear maintainer, I've prepared an NMU for eyed3 (versioned as 0.8.10-1.1). The diff is attached to this message. Please consider maintaining this package with DPMT/PAPT Regards.
diff -Nru eyed3-0.8.10/debian/changelog eyed3-0.8.10/debian/changelog --- eyed3-0.8.10/debian/changelog 2019-08-22 15:23:37.000000000 -0400 +++ eyed3-0.8.10/debian/changelog 2020-03-18 16:02:56.000000000 -0400 @@ -1,3 +1,10 @@ +eyed3 (0.8.10-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop python2 support; Closes: #936498 + + -- Sandro Tosi <mo...@debian.org> Wed, 18 Mar 2020 16:02:56 -0400 + eyed3 (0.8.10-1) unstable; urgency=medium * New upstream version diff -Nru eyed3-0.8.10/debian/control eyed3-0.8.10/debian/control --- eyed3-0.8.10/debian/control 2019-08-22 15:11:13.000000000 -0400 +++ eyed3-0.8.10/debian/control 2020-03-18 16:01:55.000000000 -0400 @@ -3,33 +3,18 @@ Priority: optional Maintainer: Gaetano Guerriero <x.guerri...@tin.it> Build-Depends: debhelper (>= 10), dh-python, - python-all, python-setuptools, python3, python3-setuptools Homepage: http://eyed3.nicfit.net/ Standards-Version: 4.4.0 Vcs-Browser: https://github.com/gaetano-guerriero/eyeD3-debian Vcs-Git: https://github.com/gaetano-guerriero/eyeD3-debian.git -Package: python-eyed3 -Architecture: all -Section: python -Depends: ${misc:Depends}, ${python:Depends}, python-pathlib -Suggests: ${python:Suggests} -Provides: ${python:Provides} -Description: Python module for id3-tags manipulation (Python 2 version) - A Python module for the manipulation of ID3 tags. It supports versions - 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also retrieve - information such as length and bit rate from an MP3 file. - . - This is the Python 2 version of the package. - - Package: python3-eyed3 Architecture: all Section: python Depends: ${misc:Depends}, ${python3:Depends} Suggests: ${python3:Suggests} -Provides: ${python:Provides} +Provides: ${python3:Provides} Description: Python module for id3-tags manipulation (Python 3 version) A Python module for the manipulation of ID3 tags. It supports versions 1.0, 1.1, 2.3, and 2.4 of the ID3 standard. It can also retrieve diff -Nru eyed3-0.8.10/debian/pydist-overrides eyed3-0.8.10/debian/pydist-overrides --- eyed3-0.8.10/debian/pydist-overrides 2019-01-02 08:59:00.000000000 -0500 +++ eyed3-0.8.10/debian/pydist-overrides 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -python_magic python-magic \ No newline at end of file diff -Nru eyed3-0.8.10/debian/rules eyed3-0.8.10/debian/rules --- eyed3-0.8.10/debian/rules 2019-01-02 08:59:00.000000000 -0500 +++ eyed3-0.8.10/debian/rules 2020-03-18 16:02:19.000000000 -0400 @@ -2,27 +2,21 @@ export PYBUILD_NAME=eyed3 -py2_dstdir := $(CURDIR)/debian/python-eyed3 py3_dstdir := $(CURDIR)/debian/python3-eyed3 eyed3_dstdir := $(CURDIR)/debian/eyed3 %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_python3: dh_python3 --suggests-section=art-plugin -override_dh_python2: - dh_python2 --suggests-section=art-plugin - - override_dh_installchangelogs: dh_installchangelogs -p eyed3 HISTORY.rst dh_installchangelogs -p python3-eyed3 -X history.rst -X HISTORY.rst - dh_installchangelogs -p python-eyed3 -X history.rst -X HISTORY.rst override_dh_auto_test: @@ -32,4 +26,3 @@ dh_auto_install mkdir -p ${eyed3_dstdir}/usr/bin/ mv ${py3_dstdir}/usr/bin/eyeD3 ${eyed3_dstdir}/usr/bin/eyeD3 - rm ${py2_dstdir}/usr/bin/eyeD3 diff -Nru eyed3-0.8.10/debian/tests/control eyed3-0.8.10/debian/tests/control --- eyed3-0.8.10/debian/tests/control 2019-01-02 08:59:00.000000000 -0500 +++ eyed3-0.8.10/debian/tests/control 2020-03-18 16:02:45.000000000 -0400 @@ -1,8 +1,5 @@ Tests: base-script Depends: eyed3 -Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import eyed3; print eyed3" ; done -Depends: python-all, python-eyed3 - Test-Command: set -e ; for py in $(py3versions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import eyed3; print(eyed3)" ; done -Depends: python3-all, python3-eyed3 \ No newline at end of file +Depends: python3-all, python3-eyed3