File: control

package info (click to toggle)
python-offtrac 0.1.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 84 kB
  • sloc: python: 79; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download | duplicates (2)
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
Source: python-offtrac
Maintainer: Ana Custura <ana@netstat.org.uk>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-offtrac
Vcs-Git: https://salsa.debian.org/python-team/modules/python-offtrac.git
Homepage: https://pypi.org/project/offtrac/

Package: python3-offtrac
Architecture: all
Depends: ${python3:Depends},
         ${misc:Depends}
Description: Python-based xmlrpc client library for trac instances (Python 3)
 The Offtrac library aims to be a python-based xmlrpc client library for
 trac instances. It offers the !TracServer class, used for interaction with a
 Trac instance. It supports ticket and milestone queries and offers means for
 creating new tickets and milestones.
 .
 This package installs the library for Python 3.