Codebase list libextractor-python / 7c8c6c5
Move from Python 2 to Python 3 (Closes: #936855). Bertrand Marc 4 years ago
2 changed file(s) with 5 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
11 Section: python
22 Priority: optional
33 Maintainer: Bertrand Marc <bmarc@debian.org>
4 Build-Depends: debhelper (>= 9), dh-python, python-all
4 Build-Depends: debhelper (>= 9), dh-python, python3-all
55 Standards-Version: 3.9.8
66 Homepage: http://www.gnu.org/software/libextractor/
77 Vcs-Git: https://salsa.debian.org/debian/libextractor-python.git
88 Vcs-Browser: https://salsa.debian.org/debian/libextractor-python
99
10 Package: python-extractor
10 Package: python3-extractor
1111 Architecture: all
12 Depends: libextractor3 (>= 1:1.1), ${misc:Depends}, ${python:Depends}
12 Depends: libextractor3 (>= 1:1.1), ${misc:Depends}, ${python3:Depends}
1313 Description: extracts meta-data from files of arbitrary type (Python bindings)
1414 GNU libextractor provides developers of file-sharing networks, file managers,
1515 and WWW-indexing bots with a universal library to obtain meta-data about files.
00 #!/usr/bin/make -f
11
2 export PYBUILD_NAME=python-extractor
2 export PYBUILD_NAME=extractor
33
44 %:
5 dh ${@} --with python2 --buildsystem=pybuild
5 dh ${@} --with python3 --buildsystem=pybuild
66