debian-python-redmine/debian/control

32 lines
1.2 KiB
Plaintext

Source: python-redmine
Maintainer: Benjamin Drung <benjamin.drung@profitbricks.com>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3~),
python-coverage,
python-mock,
python-nose,
python-requests,
python-setuptools (>= 0.6b3),
X-Python-Version: >= 2.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.6
Homepage: https://github.com/maxtepkeev/python-redmine
Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/python-redmine.git
Vcs-Git: git://anonscm.debian.org/collab-maint/python-redmine.git
Package: python-redmine
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Python library for the Redmine RESTful API (Python 2)
Python Redmine is a library for communicating with a Redmine project
management application. Redmine exposes some of it's data via RESTful
(Representational State Transfer) application programming interface (API) for
which Python Redmine provides a simple but powerful Pythonic API inspired by
a well-known Django object-relational mapping (ORM).
.
This is the Python 2 version of the package.