diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 12:59:55 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-16 15:45:34 +0100 |
commit | 2680a3d83e3115f0337c43e3ac3e0d0996d66210 (patch) | |
tree | fceb691a18918c5a82861fae02bf3551d982fc66 /gnu/packages | |
parent | e76cbdcd90e603d98f9d074aa2ee0788c65d97df (diff) | |
download | patches-2680a3d83e3115f0337c43e3ac3e0d0996d66210.tar patches-2680a3d83e3115f0337c43e3ac3e0d0996d66210.tar.gz |
gnu: Remove git-annex-remote-hubic.
This package does not build and is officially unmaintained since 2017.
* gnu/packages/version-control.scm (git-annex-remote-hubic): Remove variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/version-control.scm | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 5d0fa267a9..599fb2839e 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -2069,36 +2069,6 @@ supports a large number of version control systems: Git, Subversion, Mercurial, Bazaar, Darcs, CVS, Fossil, and Veracity.") (license license:gpl2+))) -(define-public git-annex-remote-hubic - (package - (name "git-annex-remote-hubic") - (version "0.3.1") - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/Schnouki/git-annex-remote-hubic.git") - (commit (string-append "v" version)))) - (file-name (git-file-name name version)) - (sha256 - (base32 "16y9sk67hfi17h9n2kkffyabfccksh5rab40hhk69v6cxmbpn2sx")))) - (build-system python-build-system) - (arguments `(#:python ,python-2)) - (native-inputs - `(;; for the tests - ("python2-six" ,python2-six))) - (propagated-inputs - `(("python2-dateutil" ,python2-dateutil) - ("python2-futures" ,python2-futures) - ("python2-rauth" ,python2-rauth) - ("python2-swiftclient" ,python2-swiftclient))) - (home-page "https://github.com/Schnouki/git-annex-remote-hubic/") - (synopsis "Use hubic as a git-annex remote") - (description - "This package allows you to use your hubic account as a \"special -repository\" with git-annex.") - (license license:gpl3+))) - (define-public git-annex-remote-rclone (package (name "git-annex-remote-rclone") |