Package Details: papis 0.13-6

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: BoostCookie (gesh)
Last Packager: BoostCookie
Votes: 15
Popularity: 0.021237
First Submitted: 2018-08-13 20:42 (UTC)
Last Updated: 2024-05-20 17:27 (UTC)

Pinned Comments

BoostCookie commented on 2024-05-14 15:15 (UTC)

I just took over as maintainer of this package. I did some adjustments to the PKGBUILD, including removing some dependencies. If this has broken anything, please let me know!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6

BrainDamage commented on 2019-12-02 22:01 (UTC)

the package is missing the following deps: python-doi python-stevedore

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:

  1. Modify the papis PKGBUILD to use python-prompt_toolkit-2 from the AUR, but note that you can't have v1 and v2 two of python-prompt_toolkit-2 concurrently installed.
  2. Install v0.6 of papis in the meantime. You can obtain the PKGBUILD for v0.6 of papis at commit 11e476d.

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