File: control

package info (click to toggle)
taskw 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 416 kB
  • sloc: python: 2,689; makefile: 4
file content (50 lines) | stat: -rw-r--r-- 1,975 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
45
46
47
48
49
50
Source: taskw
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python-all,
               python-dateutil,
               python-kitchen,
               python-nose,
               python-setuptools,
               python-six,
               python-tz,
               python3-all,
               python3-dateutil,
               python3-kitchen,
               python3-nose,
               python3-setuptools,
               python3-six,
               python3-tz,
               taskwarrior (>= 2.5)
Standards-Version: 4.1.4
Homepage: https://github.com/ralphbean/taskw
Vcs-Git: https://salsa.debian.org/python-team/modules/taskw.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/taskw

Package: python-taskw
Architecture: all
Depends: taskwarrior (>= 2.5), ${misc:Depends}, ${python:Depends}
Description: Python bindings for your taskwarrior database (Python 2 version)
 This is a Python API for the 'taskwarrior' command line tool.  It uses the
 'task export' and 'task import' commands to manipulate the task database.
 .
 Using these bindings it is possible to: look at tasks, add new tasks, update
 tasks, delete tasks, mark tasks as completed and read the taskwarrior config.
 .
 This package contains taskw for Python 2.

Package: python3-taskw
Architecture: all
Depends: taskwarrior (>= 2.5), ${misc:Depends}, ${python3:Depends}
Description: Python bindings for your taskwarrior database (Python 3 version)
 This is a Python API for the 'taskwarrior' command line tool.  It uses the
 'task export' and 'task import' commands to manipulate the task database.
 .
 Using these bindings it is possible to: look at tasks, add new tasks, update
 tasks, delete tasks, mark tasks as completed and read the taskwarrior config.
 .
 This package contains taskw for Python 3.