From 963a1552e00993edf18c4556eaf00618b899a469 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 18:33:16 +0200 Subject: Adding debian version 3.0.26-1. Signed-off-by: Daniel Baumann --- debian/changelog | 105 +++++++++++++++++++++++++++++++++++++++++++++++ debian/control | 37 +++++++++++++++++ debian/copyright | 38 +++++++++++++++++ debian/rules | 10 +++++ debian/source/format | 1 + debian/upstream/metadata | 4 ++ debian/watch | 2 + 7 files changed, 197 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format create mode 100644 debian/upstream/metadata create mode 100644 debian/watch diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5b33086 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,105 @@ +ptpython (3.0.26-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.26. + * Updating copyright for 2024. + + -- Daniel Baumann Wed, 07 Feb 2024 07:14:14 +0100 + +ptpython (3.0.25-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.25. + * Switching to PEP517 pybuild plugin. + * Bumping build-depends of prompt-toolkit. + + -- Daniel Baumann Sun, 17 Dec 2023 11:46:53 +0100 + +ptpython (3.0.23-3) sid; urgency=medium + + * Uploading to sid. + * Manually removing some files that pybuild doesn't clean up during + build (Closes: #1045757). + + -- Daniel Baumann Mon, 14 Aug 2023 12:08:59 +0200 + +ptpython (3.0.23-2) sid; urgency=medium + + * Uploading to sid. + * Uploading without changes after bookworm release. + + -- Daniel Baumann Sun, 11 Jun 2023 14:43:07 +0200 + +ptpython (3.0.23-1) experimental; urgency=medium + + * Uploading to experimental. + * Merging upstream version 3.0.23. + + -- Daniel Baumann Mon, 27 Feb 2023 11:40:21 +0100 + +ptpython (3.0.22-2) sid; urgency=medium + + * Uploading to sid. + * Updating to standards version 4.6.2. + + -- Daniel Baumann Mon, 30 Jan 2023 17:58:19 +0100 + +ptpython (3.0.22-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.22. + + -- Daniel Baumann Mon, 12 Dec 2022 16:39:59 +0100 + +ptpython (3.0.21-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.21. + * Updating copyright for 2022. + * Updating to standards version 4.6.1. + + -- Daniel Baumann Fri, 02 Dec 2022 10:11:50 +0100 + +ptpython (3.0.20-2) sid; urgency=medium + + * Uploading to sid. + * Updating watch file. + + -- Daniel Baumann Wed, 15 Dec 2021 06:17:58 +0100 + +ptpython (3.0.20-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.20. + + -- Daniel Baumann Mon, 08 Nov 2021 14:25:35 +0100 + +ptpython (3.0.19-2) sid; urgency=medium + + * Uploading to sid. + * Updating watch file. + * Updating to standards version 4.6.0. + + -- Daniel Baumann Sat, 09 Oct 2021 10:54:47 +0200 + +ptpython (3.0.19-1) sid; urgency=medium + + * Uploading to sid. + * Merging upstream version 3.0.19. + + -- Daniel Baumann Sat, 17 Jul 2021 09:41:05 +0200 + +ptpython (3.0.16-2) sid; urgency=medium + + * Uploading to sid. + * Updating python debhelper sequence, thanks to Andrej Shadura + . + * Adding upstream metadata, thanks to Andrej Shadura . + + -- Daniel Baumann Tue, 09 Mar 2021 11:33:42 +0100 + +ptpython (3.0.16-1) sid; urgency=medium + + * Initial upload to sid (Closes: #869534). + + -- Daniel Baumann Fri, 26 Feb 2021 05:10:41 +0100 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3a111ba --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: ptpython +Section: python +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + dh-sequence-python3, + pybuild-plugin-pyproject, + python3, + python3-prompt-toolkit (>= 3.0.43), + python3-pygments, + python3-setuptools, +Rules-Requires-Root: no +Standards-Version: 4.6.2 +Homepage: https://github.com/prompt-toolkit/ptpython +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ptpython +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/ptpython + +Package: ptpython +Section: python +Architecture: all +Depends: + python3-prompt-toolkit (>= 3.0.16), + ${misc:Depends}, + ${python3:Depends}, +Description: Alternative Python Prompt with auto-completion and syntax highlighting + Ptpython is an advanced Python REPL: + . + * Syntax highlighting. + * Multiline editing (the up arrow works). + * Autocompletion. + * Mouse support. + * Support for color schemes. + * Support for bracketed paste. + * Both Vi and Emacs key bindings. + * Support for double width (Chinese) characters. + * ...and many other things. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..485757e --- /dev/null +++ b/debian/copyright @@ -0,0 +1,38 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: ptpython +Upstream-Contact: Jonathan Slenders +Source: https://github.com/prompt-toolkit/ptpython/releases + +Files: * +Copyright: 2015-2024 Jonathan Slenders +License: BSD-3-clause + +Files: debian/* +Copyright: 2021-2024 Daniel Baumann +License: BSD-3-clause + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without modification, + are permitted provided that the following conditions are met: + . + * Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + . + * Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + . + * Neither the name of the organization nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR + ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES + (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3435912 --- /dev/null +++ b/debian/rules @@ -0,0 +1,10 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=ptpython + +%: + dh ${@} --buildsystem=pybuild + +execute_after_dh_auto_clean: + # help pybuild + rm -rf *.egg-info diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..e92f8a7 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,4 @@ +Bug-Database: https://github.com/prompt-toolkit/ptpython/issues +Bug-Submit: https://github.com/prompt-toolkit/ptpython/issues/new +Repository-Browse: https://github.com/prompt-toolkit/ptpython +Repository: https://github.com/prompt-toolkit/ptpython diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..89e5f3b --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://github.com/prompt-toolkit/ptpython/tags .*/archive/refs/tags/@ANY_VERSION@@ARCHIVE_EXT@ -- cgit v1.2.3