From 532d8e52768378a2fd3964aa8c85d01de97af185 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Wed, 8 Jul 2020 12:38:44 +0300 Subject: gn: python24-setuptools upstreamed to guix-past --- gn/packages/python24.scm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'gn') diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm index 9e39291..d68b90c 100644 --- a/gn/packages/python24.scm +++ b/gn/packages/python24.scm @@ -105,22 +105,6 @@ pre-defined variants." (description "Python-htmlgen is a library to generate HTML from classes.") (license license:expat))) -(define-public python24-setuptools - (package - (inherit python-setuptools) - (name "python24-setuptools") - (version "1.4.2") - (source - (origin - (method url-fetch) - (uri (pypi-uri "setuptools" version)) - (sha256 - (base32 - "1gfvalhvzcskwj85r3lh9sx190f8k807vz5zln8agaw31ak8cf96")))) - (arguments - `(#:python ,python-2.4 - #:tests? #f)))) ; skip the tests - (define-public python24-asserts (package (name "python24-asserts") -- cgit v1.2.3