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.166013
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 Next › Last »

m040601 commented on 2023-09-02 22:59 (UTC) (edited on 2023-09-02 23:01 (UTC) by m040601)

Yeap, can confirm "python-pip" seems to solve the problem. I left the feed back on the "python-habanero" page.

JP-Ellis commented on 2023-09-02 05:58 (UTC)

@m040601 Thank you for the feedback and the debugging efforts! Much appreciated.

With regards to the difficulty of the PKGBUILD, it is actually a fairly standard Python package PKGBUILD, although it does have quite a few dependencies.

Regarding the Habanero dependencies, it looks like it is ultimately due to the python-pip package not being installed. As mentioned over in the python-habanero package, would you mind installing python-pip as a dependency, and letting me know whether it resolves your issue? I don't think papis itself will require a rebuild if the habanero dependency is fixed.

m040601 commented on 2023-08-31 16:35 (UTC) (edited on 2023-08-31 17:08 (UTC) by m040601)

Thanks to the maintainer of this PKGBUILD for his work.

It is not an easy job I guess.

Could you please respond to the comments, and confirm that this PKGBUILD is actually currently building without errors and working properly on your system ?

This is such a complicated PKGBUILD with loootz of dependencies on the official packages and AUR packages. And a troublesome history of failing because of it. It is therefore necessary to constantl keep an an eye on papis itself, but also its dependencies.

I'm having trouble and cant get it to build. Already tried all standard procedures, clean AUR root etc.

Currently getting some errors, something about "python-habanero", https://aur.archlinux.org/packages/python-habanero ,

    Habanero is a low level client for working with Crossref's search API.

I'm not an expert, neither in python nor PKGBUILDs. But I did tried to build "python-habanero" alone, and it indeed fails. So that seems, I guess, to be the culprit. Already left a message there.

I also tried "papis-git" and it is the same error In the middle of the long build,


   $   File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1135, in best_match
    return self.obtain(req, installer)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/pkg_resources/__init__.py", line 1147, in obtain
    return installer(requirement)
           ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/setuptools/installer.py", line 98, in _fetch_build_egg_no_warn
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpqpm7hi5b', '--quiet', 'setuptools_scm']' returned non-zero exit status 1.
==> ERROR: A failure occurred in build().
    Aborting...
 -> Failed to install layer, rolling up to next layer.error:error making: python-habanero - exit status 4

Later at the end,

checking dependencies...

Package (4)             Old Version  Net Change

python-pyproject-hooks  1.0.0-5       -0.09 MiB
python-build            0.10.0-4      -0.68 MiB
python-installer        0.7.0-3       -0.82 MiB
python-wheel            0.40.0-3      -0.28 MiB

Total Removed Size:  1.87 MiB

:: Do you want to remove these packages? [Y/n]
:: Processing package changes...
(1/4) removing python-installer                    [------------------] 100%
(2/4) removing python-build                        [------------------] 100%
(3/4) removing python-pyproject-hooks              [------------------] 100%
(4/4) removing python-wheel                        [------------------] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
 -> Failed to install the following packages. Manual intervention is require
d:
python-habanero - exit status 4
papis - exit status 8

And I still end up with a messed system. Because, even though it failed to install, it installed these dependencies and failed to remove them (roll back)

Package (4)          New Version  Net Change

python-arxiv2bib     1.0.8-1        0.05 MiB
python-bibtexparser  1.4.0-1        0.42 MiB
python-doi           0.2.0-1        0.02 MiB
python-isbnlib       3.10.14-2      0.47 MiB

Lastly I checked if I could use pipx

pipx install papis

And that option did work. You end up with an isolated virtual environment of 50 Mega in your ~/.local/pipx because of all the papis dependencies.

I would never use "pip install papis", as they say in the papis README , because I dont want more mess in my system

phanium commented on 2023-07-07 14:08 (UTC)

python-certifi should be added to the dependencies, or getting errors:

Error while loading entrypoint 'EntryPoint(name='bibtex', value='papis.bibtex:Importer', group='papis.importer')': No module named 'certifi'.
Error while loading entrypoint 'EntryPoint(name='dblp', value='papis.dblp:Importer', group='papis.importer')': No module named 'certifi'.
Error while loading entrypoint 'EntryPoint(name='isbn', value='papis.isbn:Importer', group='papis.importer')': The 'certifi>=2017.4.17' distribution was not found and is required by requests.
Error while loading entrypoint 'EntryPoint(name='addto', value='papis.commands.addto:cli', group='papis.command')': No module named 'certifi'.
Error while loading entrypoint 'EntryPoint(name='bibtex', value='papis.bibtex:exporter', group='papis.exporter')': No module named 'certifi'.
Error while loading entrypoint 'EntryPoint(name='bibtex', value='papis.bibtex:explorer', group='papis.explorer')': No module named 'certifi'.
Error while loading entrypoint 'EntryPoint(name='dblp', value='papis.dblp:explorer', group='papis.explorer')': No module named 'certifi'.
Error while loading entrypoint 'EntryPoint(name='isbn', value='papis.isbn:explorer', group='papis.explorer')': The 'certifi>=2017.4.17' distribution was not found and is required by requests.
Error while loading entrypoint 'EntryPoint(name='bibtex', value='papis.commands.bibtex:cli', group='papis.command')': No module named 'certifi'.

rkelly commented on 2022-11-03 16:10 (UTC) (edited on 2022-11-03 16:10 (UTC) by rkelly)

Getting this error:

ModuleNotFoundError: No module named 'colorama'

Adding the package manually using pacman -S python-colorama resolved the issue.

Might want to add python-colorama to the dependencies.

dorn commented on 2022-08-30 15:31 (UTC) (edited on 2022-08-30 15:35 (UTC) by dorn)

Getting an error with newest installation "configparser.NoSectionError: No section: 'settings'" The full errordump is at pastebin

Resolved by adding the [settings] section in the config-file

JP-Ellis commented on 2021-01-17 10:01 (UTC)

Version 0.11.1 has been updated, and is patched to allow the current version of python-isbnlib.