Adding debian version 0.12.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
148efc9122
commit
f4f37dd578
6 changed files with 82 additions and 0 deletions
28
debian/control
vendored
Normal file
28
debian/control
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Source: textual-fastdatatable
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-python3,
|
||||
pybuild-plugin-pyproject,
|
||||
python3-all,
|
||||
python3-poetry,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.1
|
||||
Homepage: https://github.com/tconbeer/textual-fastdatatable
|
||||
Vcs-Browser: https://forgejo.debian.net/python/textual-fastdatatable
|
||||
Vcs-Git: https://forgejo.debian.net/python/textual-fastdatatable
|
||||
|
||||
Package: python3-textual-fastdatatable
|
||||
Section: python
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
${python3:Depends},
|
||||
Description: fast implementation of Textual's DataTable widget (Python module)
|
||||
textual-fastdatatable is a performance-focused implementation of Textual's
|
||||
DataTable widget, with a pluggable data storage backend.
|
||||
.
|
||||
Textual's built-in DataTable widget is beautiful and powerful, but it can be
|
||||
slow to load large datasets.
|
Loading…
Add table
Add a link
Reference in a new issue