git-annex-remote-dbx: move to by-name
This commit is contained in:
+4
-8
@@ -1,14 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
buildPythonApplication,
|
||||
python3Packages,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
dropbox,
|
||||
annexremote,
|
||||
humanfriendly,
|
||||
}:
|
||||
|
||||
buildPythonApplication (finalAttrs: {
|
||||
python3Packages.buildPythonApplication (finalAttrs: {
|
||||
pname = "git-annex-remote-dbx";
|
||||
version = "1.0.3";
|
||||
pyproject = true;
|
||||
@@ -20,9 +16,9 @@ buildPythonApplication (finalAttrs: {
|
||||
hash = "sha256-a1mCLFd9fykzX3BxQBsOe6oPUzQjAzyfxExFlXCOAvQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
|
||||
dependencies = [
|
||||
dependencies = with python3Packages; [
|
||||
dropbox
|
||||
annexremote
|
||||
humanfriendly
|
||||
@@ -1153,16 +1153,6 @@ with pkgs;
|
||||
|
||||
github-cli = gh;
|
||||
|
||||
git-annex-remote-dbx = callPackage ../applications/version-management/git-annex-remote-dbx {
|
||||
inherit (python3Packages)
|
||||
buildPythonApplication
|
||||
setuptools
|
||||
dropbox
|
||||
annexremote
|
||||
humanfriendly
|
||||
;
|
||||
};
|
||||
|
||||
git-credential-manager = callPackage ../applications/version-management/git-credential-manager { };
|
||||
|
||||
git-credential-aol = callPackage ../by-name/gi/git-credential-email/git-credential-aol { };
|
||||
|
||||
Reference in New Issue
Block a user