archivy: 1.1.1 -> 1.1.4
This commit is contained in:
parent
ea9d7e302e
commit
1a4bb86035
@ -1,15 +1,31 @@
|
|||||||
{ lib, buildPythonApplication, fetchPypi, appdirs, attrs
|
{ lib
|
||||||
, beautifulsoup4, click-plugins, elasticsearch, flask-compress
|
, buildPythonApplication
|
||||||
, flask_login, flask_wtf, html2text, python-dotenv, python-frontmatter
|
, fetchPypi
|
||||||
, requests, tinydb, validators, werkzeug, wtforms }:
|
, appdirs
|
||||||
|
, attrs
|
||||||
|
, beautifulsoup4
|
||||||
|
, click-plugins
|
||||||
|
, elasticsearch
|
||||||
|
, flask-compress
|
||||||
|
, flask_login
|
||||||
|
, flask_wtf
|
||||||
|
, html2text
|
||||||
|
, python-dotenv
|
||||||
|
, python-frontmatter
|
||||||
|
, requests
|
||||||
|
, tinydb
|
||||||
|
, validators
|
||||||
|
, werkzeug
|
||||||
|
, wtforms
|
||||||
|
}:
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "archivy";
|
pname = "archivy";
|
||||||
version = "1.1.1";
|
version = "1.1.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-yUXsTPb5oJYZA9MlHz7eLowRjD/ltq5VLTHeOMqcL/M=";
|
sha256 = "sha256-oSmwQcKvp9RABmc7aq6fdLOZapMauIi6+7azVTXVb30=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Relax some dependencies
|
# Relax some dependencies
|
||||||
@ -22,6 +38,7 @@ buildPythonApplication rec {
|
|||||||
--replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \
|
--replace 'python_frontmatter == 0.5.0' 'python_frontmatter' \
|
||||||
--replace 'requests ==' 'requests >=' \
|
--replace 'requests ==' 'requests >=' \
|
||||||
--replace 'validators ==' 'validators >=' \
|
--replace 'validators ==' 'validators >=' \
|
||||||
|
--replace 'tinydb ==' 'tinydb >='
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user