[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/37: gnu: Remove git-annex-remote-hubic.
From: |
guix-commits |
Subject: |
14/37: gnu: Remove git-annex-remote-hubic. |
Date: |
Mon, 16 Mar 2020 10:46:23 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 2680a3d83e3115f0337c43e3ac3e0d0996d66210
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Mar 16 12:59:55 2020 +0100
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.
---
gnu/packages/version-control.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 5d0fa26..599fb28 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")
- 05/37: gnu: python-flask-babel: Update to 1.0.0., (continued)
- 05/37: gnu: python-flask-babel: Update to 1.0.0., guix-commits, 2020/03/16
- 06/37: gnu: python-flask-wtf: Update to 0.14.3., guix-commits, 2020/03/16
- 09/37: gnu: python-flask-restful-swagger: Update to 0.20.1., guix-commits, 2020/03/16
- 15/37: gnu: Remove python2-keystoneclient., guix-commits, 2020/03/16
- 12/37: gnu: Remove python2-flask-migrate., guix-commits, 2020/03/16
- 20/37: gnu: Remove python2-oslo.utils., guix-commits, 2020/03/16
- 23/37: gnu: Remove python2-gitpython., guix-commits, 2020/03/16
- 03/37: gnu: python-flask: Update to 1.1.1., guix-commits, 2020/03/16
- 04/37: gnu: python-flask-login: Update to 0.5.0., guix-commits, 2020/03/16
- 18/37: gnu: Remove python2-oslo.log., guix-commits, 2020/03/16
- 14/37: gnu: Remove git-annex-remote-hubic.,
guix-commits <=
- 13/37: gnu: beets: Fix build with newer Werkzeug., guix-commits, 2020/03/16
- 22/37: gnu: Remove python2-bandit., guix-commits, 2020/03/16
- 07/37: gnu: python-flask-restful: Update to 0.3.8., guix-commits, 2020/03/16
- 10/37: gnu: python-flask-migrate: Update to 2.5.3., guix-commits, 2020/03/16
- 17/37: gnu: Remove python2-tempest-lib., guix-commits, 2020/03/16
- 08/37: gnu: python-stdnum: Update to 1.13., guix-commits, 2020/03/16
- 16/37: gnu: Remove python2-swiftclient., guix-commits, 2020/03/16
- 21/37: gnu: Remove python2-oslo.config., guix-commits, 2020/03/16
- 26/37: gnu: python-gevent: Update to 1.4.0., guix-commits, 2020/03/16
- 33/37: gnu: python-zope-configuration: Update to 4.3.1., guix-commits, 2020/03/16