summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorRichard PALO2022-03-09 18:02:21 +0100
committerRichard PALO2022-03-09 18:02:21 +0100
commita9e938456a31b5f434914946e5a4012e46ec1ec7 (patch)
tree47b4b5657223c47b74a5977ea0291b527f02287d /.SRCINFO
parent11d55d68abac85c55d22676f86faf81b27105f49 (diff)
downloadaur-a9e938456a31b5f434914946e5a4012e46ec1ec7.tar.gz
drop support for python < 3.5
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO11
1 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 439d7a5ac0ee..fb7fa0d106ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-relatorio
pkgdesc = A templating library able to output odt and pdf files
pkgver = 0.10.0
- pkgrel = 1
+ pkgrel = 2
url = http://relatorio.tryton.org/
arch = any
license = GPL
makedepends = python-setuptools
- makedepends = python2-setuptools
+ depends = python>=3.5
source = https://pypi.io/packages/source/r/relatorio/relatorio-0.10.0.tar.gz
sha512sums = a154e1b462526f298c0a931e7e78ddcc3fbf3744a1a129a346e442502c3f056b87cc5b94f9c8375b32954755f9e0a6cb94ece83671fd77f2473e98d2a0ec42b1
@@ -16,10 +16,3 @@ pkgname = python-relatorio
optdepends = python-pycha>=0.4.0: chart support
optdepends = python-yaml
optdepends = python-magic: fodt support
-
-pkgname = python2-relatorio
- depends = python2-genshi>=0.5
- depends = python2-lxml>=2.0
- optdepends = python2-pycha>=0.4.0: chart support
- optdepends = python2-yaml
- optdepends = python2-magic: fodt support