Merge pull request #107106 from siraben/archivy-0.10.0

archivy: 0.9.3 -> 1.0.0
This commit is contained in:
Sandro 2021-02-08 17:57:35 +01:00 committed by GitHub
commit 88d5adc20b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
{ lib, python3, fetchPypi, appdirs, attrs, requests,
beautifulsoup4, click-plugins, elasticsearch, flask_login, flask_wtf,
pypandoc, python-dotenv, python-frontmatter, tinydb, validators,
watchdog, wtforms }:
watchdog, wtforms, html2text, flask-compress }:
python3.pkgs.buildPythonApplication rec {
pname = "archivy";
version = "0.9.3";
version = "1.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "b6ff08a9ecd0a929663c36c73844ac5cb4dc847e69aae639a450c64d4320a506";
sha256 = "FDyUfahjv4zqOVFr0nRhcgxr7mskFP1W/PlhZWx/6E8=";
};
# Relax some dependencies
@ -22,7 +22,6 @@ python3.pkgs.buildPythonApplication rec {
--replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \
--replace 'requests ==' 'requests >=' \
--replace 'validators ==' 'validators >=' \
--replace 'watchdog ==' 'watchdog >='
'';
propagatedBuildInputs = [
@ -41,6 +40,8 @@ python3.pkgs.buildPythonApplication rec {
validators
watchdog
wtforms
html2text
flask-compress
];
# __init__.py attempts to mkdir in read-only file system