mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
archivy: 0.9.3 -> 1.0.0
This commit is contained in:
parent
86d5d9650d
commit
63e7deea52
@ -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
|
||||
@ -23,7 +23,6 @@ python3.pkgs.buildPythonApplication rec {
|
||||
--replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \
|
||||
--replace 'requests ==' 'requests >=' \
|
||||
--replace 'validators ==' 'validators >=' \
|
||||
--replace 'watchdog ==' 'watchdog >='
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -42,6 +41,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
validators
|
||||
watchdog
|
||||
wtforms
|
||||
html2text
|
||||
flask-compress
|
||||
];
|
||||
|
||||
# __init__.py attempts to mkdir in read-only file system
|
||||
|
Loading…
Reference in New Issue
Block a user