Search Criteria
Package Details: python-standardebooks 2.3.10-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-standardebooks.git (read-only, click to copy) |
---|---|
Package Base: | python-standardebooks |
Description: | The toolset used to produce Standard Ebooks epub ebooks. |
Upstream URL: | https://standardebooks.org |
Licenses: | GPLv3 |
Submitter: | nakano |
Maintainer: | nakano (standardebooks) |
Last Packager: | standardebooks |
Votes: | 1 |
Popularity: | 0.002744 |
First Submitted: | 2019-02-22 12:57 (UTC) |
Last Updated: | 2022-04-29 20:09 (UTC) |
Dependencies (2)
- python (python38, python37, nogil-python, python39, python36, python32, python311) (make)
- python-pip (make)
Latest Comments
kseistrup commented on 2021-12-26 19:24 (UTC)
This
PKGBUILD
will install these
command to the correct location: https://gist.github.com/kseistrup/858b1dce41d24135b682ca73bcc0e1aaIt still doesn't have all the dependencies, but eventually it will get there.
macxcool commented on 2021-11-22 22:03 (UTC)
I agree with @kseitrup on both points. The binary should be symlinked to /usr/bin and at least the python libraries he listed (actually python-roman, python-importlib_resources, python-titlecase and python-gitpython as well) should be in depends.
kseistrup commented on 2021-04-19 09:03 (UTC)
The package has loads of dependencies, so I'm not sure the
--no-deps
is the best way to go. I had to manually installpython-ftfy
,python-tinycss2
, andpython-titlecase
in order to just run the help command. All the dependencies in thesetup.py
file ought to be listed as dependencies for this package, IMHO.kseistrup commented on 2021-04-19 08:48 (UTC)
Shouldn't the
/usr/lib/python3.9/site-packages/bin/se
command reside in/usr/bin
(or at least be symlinked to that directory)?