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
|
Source: python-taskchampion-py
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all-dev,
pybuild-plugin-pyproject,
python3-pytest,
python3-maturin,
librust-pyo3-dev,
librust-chrono-dev,
librust-taskchampion-dev,
dh-cargo,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.3
Homepage: https://github.com/GothenburgBitFactory/taskchampion-py
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-taskchampion-py
Vcs-Git: https://salsa.debian.org/python-team/packages/python-taskchampion-py.git
Package: python3-taskchampion-py
Architecture: any
Depends:
${python3:Depends},
${misc:Depends},
${shlibs:Depends},
Built-Using: ${cargo:Built-Using}
Static-Built-Using: ${cargo:Static-Built-Using}
Description: Python Taskchampion Bindings
This package contains Python bindings for TaskChampion.
It follows the TaskChampion API closely, with minimal adaptation for Python.
|