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 27 28 29 30 31 32 33
|
Source: send2trash
Section: python
Priority: optional
Maintainer: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper (>= 11), dh-python, python-all, python-setuptools,
python3-all, python3-setuptools
Standards-Version: 4.3.0
Homepage: https://github.com/hsoft/send2trash
Vcs-Browser: https://salsa.debian.org/debian/send2trash
Vcs-Git: https://salsa.debian.org/debian/send2trash.git
Testsuite: autopkgtest-pkg-python
Package: python-send2trash
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-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
python-gi is not installed.
.
This package installs the library for Python 2.
Package: python3-send2trash
Architecture: all
Depends: ${python3:Depends}, ${misc: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.
.
This package installs the library for Python 3.
|