diff options
| author | Sandro Tosi <morph@debian.org> | 2020-04-13 23:56:51 -0400 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2020-04-14 10:54:23 +0000 |
| commit | 9c8c12868f10634c225952eea6750faecaf7220e (patch) | |
| tree | 1ababf3e4af1a5907bcecc5a68eb0f27ad9896ff | |
| parent | 559244185ce141a5781d926c479f7ea9d16b2774 (diff) | |
20.3-1.1 (patches unapplied)import/20.3-1.1
Imported using git-ubuntu import.
Notes
Notes:
* Non-maintainer upload.
* Dont run unittests for python2 binary, to reduce pytest rdeps
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rwxr-xr-x | debian/rules | 1 |
3 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6fb8063..0757bdf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-packaging (20.3-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Dont run unittests for python2 binary, to reduce pytest rdeps + + -- Sandro Tosi <morph@debian.org> Mon, 13 Apr 2020 23:56:51 -0400 + python-packaging (20.3-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index 7cace76..67f1895 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 9), python-pretend, python3-pretend, pypy-pretend, python-pyparsing, python3-pyparsing, pypy-pyparsing, python-six, python3-six, pypy-six, - python-pytest, python3-pytest, + python3-pytest, python-setuptools, python3-setuptools, pypy-setuptools, Standards-Version: 4.5.0 Homepage: https://pypi.python.org/pypi/packaging diff --git a/debian/rules b/debian/rules index 6b29e77..2571de0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ #export DH_VERBOSE=1 export PYBUILD_DISABLE_pypy=test +export PYBUILD_DISABLE_python2=test %: dh $@ --with python2,python3,pypy --buildsystem=pybuild |
