the package is missing the following deps: python-doi python-stevedore
Search Criteria
Package Details: papis 0.14-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/papis.git (read-only, click to copy) |
---|---|
Package Base: | papis |
Description: | Command-line document and bibliography manager |
Upstream URL: | https://github.com/papis/papis |
Licenses: | GPL-3.0-or-later |
Submitter: | JP-Ellis |
Maintainer: | gesh (tuurep) |
Last Packager: | gesh |
Votes: | 17 |
Popularity: | 0.27 |
First Submitted: | 2018-08-13 20:42 (UTC) |
Last Updated: | 2025-01-23 19:08 (UTC) |
Dependencies (44)
- python (python37AUR, python311AUR, python310AUR)
- python-arxivAUR
- python-beautifulsoup4
- python-bibtexparser (python-bibtexparser-gitAUR)
- python-click
- python-colorama (python-colorama-gitAUR)
- python-doiAUR
- python-dominate
- python-filetype
- python-habaneroAUR
- python-isbnlibAUR
- python-lxml
- python-platformdirs
- python-prompt_toolkit
- python-pygments
- python-pyparsing
- python-requests
- python-slugify
- python-stevedore
- python-yaml (python-yaml-gitAUR)
- Show 24 more dependencies...
Required by (3)
Sources (3)
BrainDamage commented on 2019-12-02 22:01 (UTC)
thoth101010 commented on 2018-11-21 18:55 (UTC) (edited on 2018-11-21 19:01 (UTC) by thoth101010)
Thank you for your advice, now python-prompt_toolkit
is up-to-date.
It seems that python-parse
is also required by papis.
( and setup.py
wants outdated versions of python-slugify
and python-click
)
JP-Ellis commented on 2018-11-14 01:26 (UTC)
@darehanl Thanks for the feedback. I've updated the dependencies to reflect exactly what's in setup.py
. I've made the changes in the latest version (0.7.4). For earlier versions, you'll have to modify the PKGBUILD yourself unfortunately.
darehanl commented on 2018-11-13 15:58 (UTC)
Thanks for packaging. Seems like there's a few more requirements.
filetype>=1.0.1: No AUR package yet. I just used pip to install this. PyYAML>=3.12: python-pyaml in Community python-slugify==1.2.5: Downgraded AUR python-slugify isbnlib<4.0.0,>=3.9.1: python-isbnlib in AUR
JP-Ellis commented on 2018-11-09 22:53 (UTC) (edited on 2018-11-09 22:55 (UTC) by JP-Ellis)
@thoth101010 Indeed, the latest version of papis requires a more recent version of python-prompt_toolkit
than is currently provided (https://www.archlinux.org/packages/community/any/python-prompt_toolkit/). This has been flagged as out of date for a few months now, and I hope they upgrade soon. (Though I suspect the issue is that ipython
and jupyter
both require v1
of python-prompt_toolkit
).
There are a couple of options you can consider:
- Modify the papis PKGBUILD to use
python-prompt_toolkit-2
from the AUR, but note that you can't have v1 and v2 two ofpython-prompt_toolkit-2
concurrently installed. - Install
v0.6
of papis in the meantime. You can obtain the PKGBUILD forv0.6
of papis at commit11e476d
.
thoth101010 commented on 2018-11-09 14:20 (UTC) (edited on 2018-11-09 14:21 (UTC) by thoth101010)
It seems that the version of python-prompt_toolkit available on community is only the version 1.0.15-2, but a version >=2.0.0 is required by the package.
Error: Could not find all required packages:
python-prompt_toolkit>=2.0.0 (Wanted by: papis)
benneti commented on 2018-09-04 19:54 (UTC)
I additionally needed python-pyaml and then still get a missing library problem: raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'filetype>=1.0.1' distribution was not found and is required by papis
JP-Ellis commented on 2018-08-23 12:39 (UTC)
Thanks for the feedback :) I see that python-prompt_toolkit
and python-future
are indeed a missed dependencies.
As for python-urwidtrees
, I think you mean that python-urwid
is necessary; I can't find where urwidtrees
comes in, but I do see that urwid
is used.
kjvbrt commented on 2018-08-23 12:05 (UTC)
Hello,
the package also depends on: python-urwidtrees python-prompt_toolkit python-future
All the best, Kjvbrt
Pinned Comments