pythonPackages.maestral: 1.4.2 -> 1.4.3
This commit is contained in:
parent
623851e197
commit
9f4c70669b
@ -3,25 +3,23 @@
|
|||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, pythonOlder
|
, pythonOlder
|
||||||
, python
|
, python
|
||||||
, alembic, click, desktop-notifier, dropbox, fasteners, keyring, keyrings-alt, packaging, pathspec, Pyro5, requests, setuptools, sdnotify, sqlalchemy, survey, watchdog
|
, click, desktop-notifier, dropbox, fasteners, keyring, keyrings-alt, packaging, pathspec, Pyro5, requests, setuptools, sdnotify, survey, watchdog
|
||||||
, importlib-metadata
|
, importlib-metadata
|
||||||
, importlib-resources
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "maestral";
|
pname = "maestral";
|
||||||
version = "1.4.2";
|
version = "1.4.3";
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "SamSchott";
|
owner = "SamSchott";
|
||||||
repo = "maestral";
|
repo = "maestral";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-ibAYuaPSty275/aQ0DibyWe2LjPoEpdWgElTnR+MEs8=";
|
sha256 = "sha256-3GleQNkJrGIkFqOL2Dq0jTpgw7ts9ecpovKbyh3OrEI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
alembic
|
|
||||||
click
|
click
|
||||||
desktop-notifier
|
desktop-notifier
|
||||||
dropbox
|
dropbox
|
||||||
@ -34,13 +32,10 @@ buildPythonPackage rec {
|
|||||||
requests
|
requests
|
||||||
setuptools
|
setuptools
|
||||||
sdnotify
|
sdnotify
|
||||||
sqlalchemy
|
|
||||||
survey
|
survey
|
||||||
watchdog
|
watchdog
|
||||||
] ++ lib.optionals (pythonOlder "3.8") [
|
] ++ lib.optionals (pythonOlder "3.8") [
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
] ++ lib.optionals (pythonOlder "3.9") [
|
|
||||||
importlib-resources
|
|
||||||
];
|
];
|
||||||
|
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user