diff options
author | Efraim Flashner | 2020-07-08 12:38:44 +0300 |
---|---|---|
committer | Efraim Flashner | 2020-07-08 12:38:44 +0300 |
commit | 532d8e52768378a2fd3964aa8c85d01de97af185 (patch) | |
tree | 6b7b1099bc2f4f0b8e79b31141490f88249a3350 /gn | |
parent | 3cd9471c7c700658643fdce7a6d3381ec0de26e1 (diff) | |
download | guix-bioinformatics-532d8e52768378a2fd3964aa8c85d01de97af185.tar.gz |
gn: python24-setuptools upstreamed to guix-past
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/python24.scm | 16 |
1 files changed, 0 insertions, 16 deletions
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") |