guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: Remove python2-internetarchive.


From: guix-commits
Subject: 02/02: gnu: Remove python2-internetarchive.
Date: Thu, 15 Aug 2019 13:45:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit e3a39ade716eff98d2cdc2ebfced2efc021cbcd5
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 15 19:40:28 2019 +0200

    gnu: Remove python2-internetarchive.
    
    This trivial package fails to build and has no reverse dependencies.
    
    * gnu/packages/web.scm (python2-internetarchive): Remove variable.
    (python-internetarchive)[properties]: Remove.
---
 gnu/packages/web.scm | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 2294e77..314ed8c 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -5359,14 +5359,8 @@ command-line arguments or read from stdin.")
     (description "@code{ia} is a command-line tool for using
 @url{archive.org} from the command-line.  It also emplements the
 internetarchive python module for programmatic access to archive.org.")
-    (properties
-     `((python2-variant . ,(delay python2-internetarchive))))
     (license license:agpl3+)))
 
-(define-public python2-internetarchive
-  (package-with-python2
-   (strip-python2-variant python-internetarchive)))
-
 (define-public python-clf
   (let ((commit-test-clf "d01d25923c599d3261910f79fb948825b4270d07")) ; 0.5.7
     (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]