File: control

package info (click to toggle)
python-pyperclip 1.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 200 kB
  • sloc: python: 763; makefile: 149
file content (32 lines) | stat: -rw-r--r-- 1,210 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
Source: python-pyperclip
Section: python
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>= 9), python-setuptools, python-all, python3-all,
 python3-setuptools, python-pytest, xclip, xvfb, xauth
Standards-Version: 4.1.3
Homepage: https://github.com/asweigart/pyperclip
Vcs-Git: https://salsa.debian.org/debian/python-pyperclip.git
Vcs-Browser: https://salsa.debian.org/debian/python-pyperclip
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4

Package: python-pyperclip
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, xclip | xsel | python-gi | python-qt4
Description: Cross-platform clipboard module for Python
 This module is a cross-platform Python module for copy and paste clipboard
 functions.
 .
 It currently only handles plaintext.

Package: python3-pyperclip
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, xclip | xsel | python3-gi | python3-pyqt4
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.