diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-09-21 13:38:48 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-09-21 13:38:48 +0200 |
| commit | 3cc286dee7a2303a1fa3523bee78966846cd7fd4 (patch) | |
| tree | f02d417bf5f885605a0139ea90accf33370bfb10 /gnu/packages/python-xyz.scm | |
| parent | b1fe9aa142440a52e93aef86cf2817f625507d37 (diff) | |
gnu: Remove python-pafy.
* gnu/packages/python-xyz.scm (python-pafy): Delete variable.
Change-Id: Idade1f5610c7b9c29f1da047c2879bbef69d2d3e
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 941e5898b0..6d7ae28e96 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6756,30 +6756,6 @@ and informative visualizations, including scales, transformations and color palettes.") (license license:bsd-3))) -(define-public python-pafy - (package - (name "python-pafy") - (version "0.5.3.1") - (source - (origin - (method url-fetch) - (uri (pypi-uri "pafy" version)) - (sha256 - (base32 - "1a7dxi95m1043rxx1r5x3ngb66nwlq6aqcasyqqjzmmmjps4zrim")))) - (build-system python-build-system) - (arguments - `(#:tests? #f)) ; Currently pafy can not find itself in the tests - (propagated-inputs - ;; Youtube-dl is a python package which is imported in the file - ;; "backend_youtube_dl.py", therefore it needs to be propagated. - (list yt-dlp)) - (home-page "https://np1.github.io/pafy/") - (synopsis "Retrieve YouTube content and metadata") - (description - "@code{pafy} is a python library to retrieve YouTube content and metadata.") - (license license:lgpl3+))) - (define-public python-miniupnpc (package (name "python-miniupnpc") |
