Skip to content
Snippets Groups Projects
Commit 37af2bf2 authored by Sandro Tosi's avatar Sandro Tosi
Browse files

Drop python2 support; Closes: #938032

parent 31c0bac3
No related branches found
No related tags found
No related merge requests found
python-pluggy (0.13.0-4) UNRELEASED; urgency=medium
* Drop python2 support; Closes: #938032
-- Sandro Tosi <morph@debian.org> Tue, 14 Apr 2020 09:45:48 -0400
python-pluggy (0.13.0-3) unstable; urgency=medium
* Dont run unittests for python2 binary, to reduce pytest rdeps
......
......@@ -6,10 +6,6 @@ Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
dh-python,
python-all,
python-importlib-metadata,
python-setuptools,
python-setuptools-scm,
python3-all,
python3-importlib-metadata,
python3-pytest,
......@@ -25,15 +21,6 @@ Vcs-Git: https://salsa.debian.org/python-team/modules/python-pluggy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pluggy
Testsuite: autopkgtest-pkg-python
Package: python-pluggy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-importlib-metadata
Description: plugin and hook calling mechanisms for Python - 2.7
pluggy is the cristallized core of plugin management as used by some 150
plugins for pytest.
.
This is the Python 2 library.
Package: python3-pluggy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-importlib-metadata
......
docs/examples/*
......@@ -3,11 +3,10 @@
export PYBUILD_NAME=pluggy
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS="$(CURDIR)/testing"
export PYBUILD_DISABLE_python2=test
#export PYBUILD_VERBOSE=1
#export DH_VERBOSE=1
%:
dh $@ --with python2,python3,pypy --buildsystem=pybuild
dh $@ --with python3,pypy --buildsystem=pybuild
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment