File: control

package info (click to toggle)
portalocker 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 144 kB
  • ctags: 79
  • sloc: python: 469; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,214 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
37
38
39
40
41
42
43
44
Source: portalocker
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends:
 debhelper (>= 9~),
 dh-python,
 python-all,
 python-pytest,
 python-pytest-runner,
 python-setuptools,
 python3-all,
 python3-pytest,
 python3-pytest-runner,
 python3-setuptools
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.4
Standards-Version: 3.9.8
Homepage: https://github.com/WoLpH/portalocker
Vcs-Git: https://anonscm.debian.org/cgit/python-modules/packages/portalocker.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/portalocker.git

Package: python-portalocker
Architecture: all
Depends:
 ${misc:Depends},
 ${python:Depends}
Description: easy API to file locking (Python 2)
 Portalocker is a cross-platform library to provide
 an easy API to file locking.
 .
 This is the Python 2 version of the package.

Package: python3-portalocker
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends}
Description: easy API to file locking (Python 3)
 Portalocker is a cross-platform library to provide
 an easy API to file locking.
 .
 This is the Python 3 version of the package.