File: control

package info (click to toggle)
python-pyperclip 1.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 164 kB
  • sloc: python: 570; makefile: 7
file content (36 lines) | stat: -rw-r--r-- 990 bytes parent folder | download
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
34
35
36
Source: python-pyperclip
Section: python
Priority: optional
Maintainer: Sebastian Ramacher <sramacher@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-pyqt5 <!nocheck>,
 python3-pytest <!nocheck>,
 python3-setuptools,
 xauth <!nocheck>,
 xclip <!nocheck>,
 xvfb <!nocheck>
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://github.com/asweigart/pyperclip
Vcs-Git: https://salsa.debian.org/sramacher/python-pyperclip.git
Vcs-Browser: https://salsa.debian.org/sramacher/python-pyperclip

Package: python3-pyperclip
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Recommends:
 xclip | xsel | wl-clipboard | python3-qtpy | python3-pyqt5
Description: Cross-platform clipboard module for Python3
 This module is a cross-platform Python3 module for copy and paste clipboard
 functions.
 .
 It currently only handles plaintext.
 .
 This is the Python 3 version of the package.