1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: send2trash
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pytest,
python3-setuptools,
python3-wheel
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://github.com/arsenetar/send2trash
Vcs-Git: https://salsa.debian.org/python-team/packages/send2trash.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/send2trash
Package: python3-send2trash
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-gi
Description: Python module for sending file to trash natively
This module sends a file to the trash using either the Glib system
for handling a desktop trash file or its own home-grown system if
python3-gi is not installed.
|