diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2019-08-15 19:40:28 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2019-08-15 19:40:28 +0200 |
| commit | e3a39ade716eff98d2cdc2ebfced2efc021cbcd5 (patch) | |
| tree | 12a4190c6314b83200b47434699203c0f7ec2949 | |
| parent | ef8c83bdb996146ff038c1c818ade3447272eb28 (diff) | |
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.
| -rw-r--r-- | gnu/packages/web.scm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 2294e77a9f7..314ed8c149a 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm | |||
| @@ -5359,14 +5359,8 @@ command-line arguments or read from stdin.") | |||
| 5359 | (description "@code{ia} is a command-line tool for using | 5359 | (description "@code{ia} is a command-line tool for using |
| 5360 | @url{archive.org} from the command-line. It also emplements the | 5360 | @url{archive.org} from the command-line. It also emplements the |
| 5361 | internetarchive python module for programmatic access to archive.org.") | 5361 | internetarchive python module for programmatic access to archive.org.") |
| 5362 | (properties | ||
| 5363 | `((python2-variant . ,(delay python2-internetarchive)))) | ||
| 5364 | (license license:agpl3+))) | 5362 | (license license:agpl3+))) |
| 5365 | 5363 | ||
| 5366 | (define-public python2-internetarchive | ||
| 5367 | (package-with-python2 | ||
| 5368 | (strip-python2-variant python-internetarchive))) | ||
| 5369 | |||
| 5370 | (define-public python-clf | 5364 | (define-public python-clf |
| 5371 | (let ((commit-test-clf "d01d25923c599d3261910f79fb948825b4270d07")) ; 0.5.7 | 5365 | (let ((commit-test-clf "d01d25923c599d3261910f79fb948825b4270d07")) ; 0.5.7 |
| 5372 | (package | 5366 | (package |
