summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-03-09 13:20:07 -0500
committerCarlos Aznarán Laos2022-03-09 13:20:07 -0500
commit71615d75c684b4827e70c2d7f555c5ac8c3392f1 (patch)
tree77fafc069a7901a5bbd9118ff9291cd0512994e8 /.SRCINFO
parenta9e938456a31b5f434914946e5a4012e46ec1ec7 (diff)
downloadaur-71615d75c684b4827e70c2d7f555c5ac8c3392f1.tar.gz
Add description for optional dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO17
1 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb7fa0d106ed..1fb2dd813475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = python-relatorio
pkgdesc = A templating library able to output odt and pdf files
pkgver = 0.10.0
- pkgrel = 2
- url = http://relatorio.tryton.org/
+ pkgrel = 3
+ url = https://relatorio.tryton.org
arch = any
license = GPL
makedepends = python-setuptools
- depends = python>=3.5
- source = https://pypi.io/packages/source/r/relatorio/relatorio-0.10.0.tar.gz
+ depends = python-genshi
+ depends = python-lxml
+ optdepends = python-pycha: chart support
+ optdepends = python-yaml: char support
+ optdepends = python-magic: fodt support
+ source = https://pypi.org/packages/source/r/relatorio/relatorio-0.10.0.tar.gz
sha512sums = a154e1b462526f298c0a931e7e78ddcc3fbf3744a1a129a346e442502c3f056b87cc5b94f9c8375b32954755f9e0a6cb94ece83671fd77f2473e98d2a0ec42b1
pkgname = python-relatorio
- depends = python-genshi>=0.5
- depends = python-lxml>=2.0
- optdepends = python-pycha>=0.4.0: chart support
- optdepends = python-yaml
- optdepends = python-magic: fodt support