Search Criteria
Package Details: paperless 2.7.0-1
Git Clone URL: | https://aur.archlinux.org/paperless.git (read-only) |
---|---|
Package Base: | paperless |
Description: | Scan, index, and archive all of your paper documents |
Upstream URL: | https://github.com/danielquinn/paperless |
Licenses: | |
Submitter: | ReedWood |
Maintainer: | ReedWood |
Last Packager: | ReedWood |
Votes: | 6 |
Popularity: | 0.74 |
First Submitted: | 2018-01-22 22:06 |
Last Updated: | 2019-11-27 20:36 |
Dependencies (28)
- ghostscript
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full)
- optipng (optipng-hg)
- python-djangoql
- python-magic (python-magic-ahupp)
- python-ply
- tesseract (tesseract-git, tesseract-ocr-git)
- unpaper
- python-levenshtein>=0.12
- python-fuzzywuzzy>=0.16.0
- python-gnupg>=0.4.3 (python-gnupg-isis)
- python-pyocr>=0.5.3
- python-dateparser>=0.7.0
- python-dotenv>=0.9.1
- python-langdetect>=1.0.7
- python-termcolor>=1.1.0 (python-termcolor-git)
- python-django-crispy-forms>=1.7.2
- python-django-filter>=2.0.0
- python-django>=2.0.9 (python-django17)
- python-pdftotext>=2.1.1
- python-django-extensions>=2.1.3
- python-django-cors-headers>=2.4.0
- python-dateutil>=2.7.5
- python-regex>=2018.11.2 (python-regex-hg)
- python-pytz>=2018.7
- python-django-rest-framework>=3.7.7
- python-more-itertools>=4.3.0
- python-pillow>=5.3 (python-pillow-simd)
Latest Comments
1 2 Next › Last »
ReedWood commented on 2019-11-27 22:02
Just to let you know, I finally updated the packages but now I see that I can't load dotenv in python3.8. I'm looking into that.
stueja commented on 2019-08-01 07:07
Please update the
paperless-webserver.service
file so that it contains the--noreload
option according to https://github.com/the-paperless-project/paperless/pull/328/files.ValHue commented on 2019-03-03 07:39
New release of paperless. PLease, update to 2.7.0:
ValHue commented on 2018-12-26 10:16
PLease, update to 2.6.0:
ReedWood commented on 2018-09-05 21:03
@danieltetraquark: In deed, and all the AUR packages we depend on do now also. I will update paperless tomorrow.
danieltetraquark commented on 2018-09-02 21:21
Django 2.0 is now supported in upstream in Version 2.2.0+
ReedWood commented on 2018-08-30 11:03
Upstream currently ports paperless to django 2.0[0]. Until the port is done, this packages will be broken.
[0] https://github.com/danielquinn/paperless/pull/390
ReedWood commented on 2018-07-27 20:26
Thank you. I will also have a look. By the way. Family-wise, I am quite busy these days. If you find my response times to slow, feel free to fix the build by direct contribution. Would be much appreciated.
ARandomOWL commented on 2018-07-05 13:06
The webserver currently doesn't run. A patch is needed for django-2.0:
sed -i 's/from django.core.urlresolvers import reverse/from django.urls import reverse/' "${srcdir}"/${pkgname}-${pkgver}/src/documents/models.py
Then there is a further error:
File "/usr/share/webapps/paperless/src/reminders/models.py", line 6, in Reminder document = models.ForeignKey("documents.Document") TypeError: init() missing 1 required positional argument: 'on_delete'
...which I've yet to debug.
ReedWood commented on 2018-05-30 18:38
Current packages version properly installs paperless version 1.3.