diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-21 14:11:14 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:32 +0100 |
| commit | 4f6577931e54ac61ee8857294baa2535df138c76 (patch) | |
| tree | 77f9544ef1da29ee89a93af221bb59dbc4dd7cd4 /gnu/packages/python-build.scm | |
| parent | d39dee169cdc84dbfc363580e37b9e13717a2d28 (diff) | |
gnu: Remove python-setuptools-79.
* gnu/packages/python-build.scm (python-setuptools-79): Delete variable.
Fixes: guix/guix#5737
Change-Id: If282391c8992fbbc7284c9e71f8bf57d43318997
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 450367aa99a..be107be6ff0 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -867,21 +867,6 @@ facilitate packaging Python projects, where packaging includes: | |||
| 867 | 'python-wrapper))) | 867 | 'python-wrapper))) |
| 868 | (propagated-inputs (list)))) | 868 | (propagated-inputs (list)))) |
| 869 | 869 | ||
| 870 | (define-public python-setuptools-79 | ||
| 871 | (package | ||
| 872 | (inherit python-setuptools) | ||
| 873 | (name "python-setuptools") | ||
| 874 | (version "79.0.1") | ||
| 875 | (source | ||
| 876 | (origin | ||
| 877 | (inherit (package-source python-setuptools)) | ||
| 878 | (method url-fetch) | ||
| 879 | (uri (pypi-uri "setuptools" version)) | ||
| 880 | (sha256 | ||
| 881 | (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j")))) | ||
| 882 | (arguments | ||
| 883 | (list #:tests? #f)))) | ||
| 884 | |||
| 885 | (define-public python-wheel | 870 | (define-public python-wheel |
| 886 | (package | 871 | (package |
| 887 | (name "python-wheel") | 872 | (name "python-wheel") |
