Package Details: pyglossary 4.6.1-2

Git Clone URL: https://aur.archlinux.org/pyglossary.git (read-only, click to copy)
Package Base: pyglossary
Description: A tool for converting dictionary files aka glossaries with various formats for different dictionary applications
Upstream URL: https://github.com/ilius/pyglossary
Licenses: GPL3
Provides: pyglossary
Submitter: sikmir
Maintainer: jukan
Last Packager: jukan
Votes: 9
Popularity: 0.002579
First Submitted: 2017-01-04 05:19 (UTC)
Last Updated: 2023-03-24 06:09 (UTC)

Dependencies (16)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

homocomputeris commented on 2020-11-08 16:39 (UTC)

pkgname=pyglossary
pkgver=4.0.0
pkgrel=1
pkgdesc="A tool for converting dictionary files aka glossaries"
arch=('any')
url="https://github.com/ilius/pyglossary"
license=('GPL3')
depends=(
  'python>=3.7'
  'python-lxml'
  'python-beautifulsoup4'
  'python-pyaml'
  'python-pyicu'
  'python-marisa'
  'libzim'
  'python-jinja'
  )
makedepends=('python-setuptools')
optdepends=(
  'gtk3: GTK3-based interface'
  'python-gobject: GTK3-based interface'
  'tix: Tkinter-based interface'
  'python-prompt_toolkit: interactive CLI'
  )
provides=("${pkgname}=${pkgver}")
source=("https://github.com/ilius/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('SKIP')

package() {
  cd "$srcdir/$pkgname-$pkgver"
  python setup.py install --root="$pkgdir/" --prefix=/usr --optimize=1
  mkdir -p $pkgdir/usr/bin
  cp config.json $pkgdir/usr/share/pyglossary
}

m040601 commented on 2020-10-17 12:46 (UTC)

Getting this error trying to run it:

Traceback (most recent call last):
  File "/usr/bin/pyglossary", line 5, in <module>
    with open(join(dirname(__file__), "main.py")) as fp:
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/main.py'

sikmir commented on 2020-10-13 10:28 (UTC)

Updated. Maintainer wanted.

m040601 commented on 2020-10-13 10:07 (UTC)

This PKGBUILD contains:

Conflicts:  pyglossary-git

There is no package called "pyglossary-git". Please remove it and also update the package, there have been releases in May 2020, https://github.com/ilius/pyglossary/releases