File: control

package info (click to toggle)
python-phabricator 0.7.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 184 kB
  • sloc: python: 458; makefile: 6
file content (25 lines) | stat: -rw-r--r-- 853 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
Source: python-phabricator
Section: python
Priority: extra
Maintainer: Héctor Orón Martínez <zumbi@debian.org>
Build-Depends: debhelper (>= 9),
 dh-python,
 python3-all,
 python3-setuptools,
 python3-mock,
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.8
Homepage: https://github.com/disqus/python-phabricator
Vcs-Git: https://anonscm.debian.org/git/collab-maint/python-phabricator.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-phabricator.git

Package: python3-phabricator
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends}
Description: Phabricator Python API Bindings (Python 3)
 Phabricator is an open source collection of web applications which make it
 easier to write, review, and share source code.
 .
 The current package provides Python API bindings for Phabricator interfaces.