blob: f75a45e7456162f317f2f6f67fb4c8ea36b92042 (
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
28
29
|
pkgbase = pyglossary
pkgdesc = A tool for converting dictionary files aka glossaries with various formats for different dictionary applications
pkgver = 4.6.1
pkgrel = 2
url = https://github.com/ilius/pyglossary
install = pyglossary.install
arch = any
license = GPL3
makedepends = python-setuptools
depends = python>=3.9.0
optdepends = python-gobject: Gtk3-based interface
optdepends = tix: Tkinter-based interface
optdepends = python-prompt_toolkit: interactive command-line interface
optdepends = python-lxml: Many optional flags and formats
optdepends = python-beautifulsoup4: HTML parsing
optdepends = python-yaml: Reading from cc-kedict
optdepends = python-pyicu: Reading or writing Aard 2 (.slob) files
optdepends = python-marisa: Writing to Kobo E-Reader Dictionary
optdepends = python-lzo: Required for some MDX glossaries
optdepends = python-html5lib: Required to write to AppleDict
optdepends = libplist: Required for AppleDict support
optdepends = gtk4: Required for the new Gtk4-based interface
optdepends = python-psutil: Required to show memory usage
optdepends = python-polib: Required for gettext support
provides = pyglossary=4.6.1
source = pyglossary-4.6.1.tar.gz::https://github.com/ilius/pyglossary/archive/refs/tags/4.6.1.tar.gz
sha256sums = 1eb56bc7e670b5908ad0997ca5974bee11e717ee186fe19cc8d5c7fcecafead2
pkgname = pyglossary
|