aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python24.scm
diff options
context:
space:
mode:
authorEfraim Flashner2019-06-27 11:54:02 -0500
committerEfraim Flashner2019-06-27 11:54:02 -0500
commit5c101108581aaa2dc5595f25b10a4ece6d953ea8 (patch)
treecd9849a3bef806ed05b9fc886ab57d1ea73c0274 /gn/packages/python24.scm
parent7d7f7dba9b57ff029f19b71448659ba2fd25800a (diff)
downloadguix-bioinformatics-5c101108581aaa2dc5595f25b10a4ece6d953ea8.tar.gz
gn: Add python24-setuptools.
Diffstat (limited to 'gn/packages/python24.scm')
-rw-r--r--gn/packages/python24.scm16
1 files changed, 16 insertions, 0 deletions
diff --git a/gn/packages/python24.scm b/gn/packages/python24.scm
index 4508409..55027a2 100644
--- a/gn/packages/python24.scm
+++ b/gn/packages/python24.scm
@@ -85,3 +85,19 @@ read read ssl ssl tcl tcl tk tk ,(version-major+minor (package-version tcl)) ,(v
(package
(inherit p)
(properties (alist-delete 'python24-variant (package-properties p)))))
+
+(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