Search Criteria
Package Details: paperless-ngx-venv 2.14.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/paperless-ngx-venv.git (read-only, click to copy) |
---|---|
Package Base: | paperless-ngx-venv |
Description: | A supercharged version of paperless: scan, index and archive all your physical documents (version with bundled dependencies) |
Upstream URL: | https://docs.paperless-ngx.com/ |
Keywords: | documents paperless |
Licenses: | GPL-3.0-or-later |
Conflicts: | paperless, paperless-ng, paperless-ngx |
Provides: | paperless, paperless-ngx-venv |
Replaces: | paperless-ngx |
Submitter: | AlphaJack |
Maintainer: | AlphaJack (atomicfs, shtrophic) |
Last Packager: | AlphaJack |
Votes: | 27 |
Popularity: | 0.87 |
First Submitted: | 2024-11-02 15:19 (UTC) |
Last Updated: | 2025-03-08 20:39 (UTC) |
Dependencies (22)
- file (file-gitAUR)
- ghostscript
- gnupg (gnupg-gitAUR, gnupg-largekeysAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- nltk-data
- optipng
- poppler (poppler-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- redis (redis-testingAUR, redis-gitAUR, keydbAUR, valkey)
- sqlite (sqlite-fossilAUR)
- tesseract-data-eng (tesseract-data-eng-gitAUR, tesseract-data-best-engAUR)
- ttf-liberation (ttf-defenestrationAUR)
- unpaper (unpaper-gitAUR)
- findutils (findutils-gitAUR, busybox-coreutilsAUR, findutils-selinuxAUR) (make)
- mariadb (mysql55AUR, mysql56AUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mysql84AUR, mariadb-lts, percona-server) (make)
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR) (make)
- postgresql-libs (postgresql13-libsAUR, postgresql-libs-gitAUR, postgresql-libs-12AUR) (make)
- gotenbergAUR (gotenbergAUR) (optional) – convert files to pdf
- jbig2encAUR (jbig2encAUR, jbig2enc-gitAUR) (optional) – smaller PDF size
- mariadb (mysql55AUR, mysql56AUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mysql84AUR, mariadb-lts, percona-server) (optional) – mariadb database
- postgresql (postgresql13AUR, postgresql-gitAUR, postgresql-12AUR, postgresql15-docsAUR, postgresql15AUR, postgresql16-docsAUR, postgresql16AUR) (optional) – postgres database
- tika-serverAUR (optional) – extract metadata from files
Required by (0)
Sources (12)
- https://github.com/paperless-ngx/paperless-ngx/releases/download/v2.14.7/paperless-ngx-v2.14.7.tar.xz
- paperless-consumer.service
- paperless-scheduler.service
- paperless-task-queue.service
- paperless-webserver.service
- paperless.hook
- paperless.sysusers
- paperless.target
- paperless.tmpfiles
- requirements.patch
- whoosh-filters.patch
- whoosh-intraword.patch
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »
hashworks commented on 2023-01-01 18:49 (UTC)
Some AUR helpers provide a custom AUR pacman repo (f.e. aurutils). Packages are then installed using pacman, including the dependencies. If one had an installation of paperless-ngx with
python-django-channels-redis=3.4.1
and triedpacman -Syu
it would skip the 4.0.0 update because of the dependency pin. In the current state I would just upgradepython-django-channels-redis
and break paperless-ngx.amo commented on 2023-01-01 10:53 (UTC)
@hashworks: There is only little documentation on version pins in PKGBUILD. What are the benefits? If I add
python-django-channels-redis=3.4.1
then makepkg fails because itfailed to install missing dependencies
. Even if you wanted to install it manually, you couldn't becausepython-django-channels-redis
is an AUR package and there are no archived versions of it.hashworks commented on 2022-12-29 12:18 (UTC) (edited on 2022-12-29 12:18 (UTC) by hashworks)
Could you add known version pins to the PKGBUILD? For example
python-django-channels-redis=3.4.1
, which is needed even in 1.9.2.AlD commented on 2022-12-07 09:53 (UTC)
Came looking for why this is still outdated and was extremely pleasantly surprised by the detailed rationale for holding the update back. Thank you for the great maintainership and keep up the good work, @amo!
hashworks commented on 2022-12-04 21:15 (UTC)
Waiting for fixes sounds reasonable :)
amo commented on 2022-12-01 13:00 (UTC) (edited on 2023-01-11 06:12 (UTC) by amo)
1.11.2 is out, I know. I have prepared and tested the update, but:
I guess I will push the update soon and we might have to downgrade python-billiard. This is probably better than waiting eternally for fixes...
higgins commented on 2022-07-28 17:48 (UTC)
Encountered bug https://github.com/paperless-ngx/paperless-ngx/issues/1188 Installing python-regex-git solved it (needed regex==2022.3.2 according to https://github.com/paperless-ngx/paperless-ngx/blob/main/requirements.txt#L85)
amo commented on 2022-07-27 14:54 (UTC)
Thank you @sparrowhawk for the comment. I just did like you are suggesting. The file conflicts can't be solved that way though. The
python-magic
andpython-magic-ahupp
packages need to add each other to theconflict
array in the PKGBUILD.For those who wish to switch to the community package, I just did
pacman -Rdd python-magic-ahupp
andpacman -S python-magic
.sparrowhawk commented on 2022-07-18 09:28 (UTC)
Hi @amo, thank you for maintaining paperless-ngx! The community package for python-magic has recently switched over to ahupp's version, which leads to a file conflict when trying to install both AUR's python-magic-ahupp and community's python-magic. Could you please switch paperless-ngx's dependency to the community version ?
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 Next › Last »