blob: 5a726807b47401231d09f6f4e8f979e913185d2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = python-docx
pkgdesc = Create and modify Word documents with Python
pkgver = 1.2.0
pkgrel = 1
url = https://github.com/python-openxml/python-docx
arch = any
license = MIT
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
depends = python
depends = python-lxml
depends = python-typing_extensions
options = !emptydirs
source = https://github.com/python-openxml/python-docx/archive/v1.2.0.tar.gz
md5sums = dc385b78e0670ba792e6bd924d5f9a30
pkgname = python-docx
|