blob: f64a02241067bef802ccb6b63c1fa04ab1940549 (
plain)
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
|
pkgbase = odfpy-git
pkgver = 1.3.3
pkgrel = 2
url = https://github.com/eea/odfpy
arch = any
license = GPL
makedepends = git
source = git+https://github.com/eea/odfpy
sha256sums = SKIP
pkgname = python-odfpy-git
pkgdesc = A python library for manipulating OpenDocument 1.2 files
depends = python
conflicts = python-odfpy
conflicts = python2-odfpy
conflicts = odfpy
pkgname = python2-odfpy-git
pkgdesc = A python2 library for manipulating OpenDocument 1.2 files
depends = python2
conflicts = python2-odfpy
conflicts = odfpy
pkgname = odfpy-git
pkgdesc = Tools for manipulating OpenDocument 1.2 files
depends = python-odfpy-git
|