diff options
| author | Paul Gevers <elbrus@debian.org> | 2022-08-27 16:53:26 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2022-09-12 04:35:08 +0000 |
| commit | 73b07caed9fb0cd7ac6194fa732df76be0893195 (patch) | |
| tree | bd89aec1b88c9344d7110e7149150cb5b6d33005 | |
| parent | 3b42243e3f6664bf01bcb4104350f3cf3bdfd584 (diff) | |
21.3-1.1 (patches unapplied)import/21.3-1.1ubuntu/kinetic-proposedubuntu/kinetic-develubuntu/kinetic
Imported using git-ubuntu import.
Notes
Notes:
* Non-maintainer upload
* Stop building pypy-packaging (Closes: #1016775)
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | debian/control | 18 | ||||
| -rw-r--r-- | debian/pypy-packaging.install | 1 | ||||
| -rw-r--r-- | debian/python3-packaging.install | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
5 files changed, 13 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog index d47e1aa..91fdf80 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-packaging (21.3-1.1) unstable; urgency=medium + + * Non-maintainer upload + * Stop building pypy-packaging (Closes: #1016775) + + -- Paul Gevers <elbrus@debian.org> Sat, 27 Aug 2022 16:53:26 +0200 + python-packaging (21.3-1) unstable; urgency=medium * New upstream version. diff --git a/debian/control b/debian/control index e3c99d8..c066ee8 100644 --- a/debian/control +++ b/debian/control @@ -4,12 +4,12 @@ Priority: optional Maintainer: Matthias Klose <doko@debian.org> Build-Depends: debhelper (>= 11), dh-python, - python3-all, pypy, - python3-pretend, pypy-pretend, - python3-pyparsing, pypy-pyparsing, - python3-six, pypy-six, + python3-all, + python3-pretend, + python3-pyparsing, + python3-six, python3-pytest, - python3-setuptools, pypy-setuptools, + python3-setuptools, Standards-Version: 4.6.0 Homepage: https://pypi.python.org/pypi/packaging @@ -20,11 +20,3 @@ Description: core utilities for python3 packages These core utilities currently consist of: - Version Handling (PEP 440) - Dependency Specification (PEP 440) - -Package: pypy-packaging -Architecture: all -Depends: ${pypy:Depends}, ${misc:Depends}, pypy-pyparsing -Description: core utilities for pypy packages - These core utilities currently consist of: - - Version Handling (PEP 440) - - Dependency Specification (PEP 440) diff --git a/debian/pypy-packaging.install b/debian/pypy-packaging.install deleted file mode 100644 index e9807d0..0000000 --- a/debian/pypy-packaging.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/pypy/dist-packages/packaging* diff --git a/debian/python3-packaging.install b/debian/python3-packaging.install deleted file mode 100644 index e49d484..0000000 --- a/debian/python3-packaging.install +++ /dev/null @@ -1 +0,0 @@ -usr/lib/python3*/dist-packages/packaging* diff --git a/debian/rules b/debian/rules index 145e316..62596dd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,4 +7,4 @@ export PYBUILD_DISABLE_pypy=test %: - dh $@ --with python3,pypy --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild |
