summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:33:16 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:33:16 +0000
commit963a1552e00993edf18c4556eaf00618b899a469 (patch)
treedb95a4839b45ee5839581b63aaa2a2ead7cf0357
parentAdding upstream version 3.0.26. (diff)
downloadptpython-963a1552e00993edf18c4556eaf00618b899a469.tar.xz
ptpython-963a1552e00993edf18c4556eaf00618b899a469.zip
Adding debian version 3.0.26-1.debian/3.0.26-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/changelog105
-rw-r--r--debian/control37
-rw-r--r--debian/copyright38
-rwxr-xr-xdebian/rules10
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch2
7 files changed, 197 insertions, 0 deletions
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 <daniel.baumann@progress-linux.org> 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 <mail@daniel-baumann.ch> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> Fri, 02 Dec 2022 10:11:50 +0100
+
+ptpython (3.0.20-2) sid; urgency=medium
+
+ * Uploading to sid.
+ * Updating watch file.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org> 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
+ <andrewsh@debian.org>.
+ * Adding upstream metadata, thanks to Andrej Shadura <andrewsh@debian.org>.
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> Tue, 09 Mar 2021 11:33:42 +0100
+
+ptpython (3.0.16-1) sid; urgency=medium
+
+ * Initial upload to sid (Closes: #869534).
+
+ -- Daniel Baumann <daniel.baumann@progress-linux.org> 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 <daniel.baumann@progress-linux.org>
+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 <jonathan@slenders.be>
+Source: https://github.com/prompt-toolkit/ptpython/releases
+
+Files: *
+Copyright: 2015-2024 Jonathan Slenders <jonathan@slenders.be>
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2021-2024 Daniel Baumann <daniel.baumann@progress-linux.org>
+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@