aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorpjotrp2017-08-24 09:48:32 +0000
committerpjotrp2017-08-24 09:48:32 +0000
commit2ccf012475f3db74f6ea8ca496a1249ec7eb0508 (patch)
tree0997562575cedac1ced588bfac67b774ed95b26c /gn/packages/python.scm
parentedee34ded00e323231e362fd2a3d33b73949d2ab (diff)
downloadguix-bioinformatics-2ccf012475f3db74f6ea8ca496a1249ec7eb0508.tar.gz
Moved python2-pil into PIL1 namespace
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm41
1 files changed, 20 insertions, 21 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 2d245ca..a045724 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -259,26 +259,25 @@ project)")
(description #f)
(license #f)))
-(define-public python2-pil ; guix obsolete
+(define-public python2-pil1 ; guix obsolete
(package
- (name "python2-pil")
+ (name "python2-pil1")
(version "1.1.6")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
- "http://effbot.org/downloads/Imaging-"
- version ".tar.gz"))
- (sha256
- (base32
- "141zidl3s9v4vfi3nsbg42iq1lc2a932gprqr1kij5hrnn53bmvx"))
- (modules '((guix build utils)))
- (snippet
- ;; Adapt to newer freetype. As the package is unmaintained upstream,
- ;; there is no use in creating a patch and reporting it.
- '(substitute* "_imagingft.c"
- (("freetype/")
- "freetype2/freetype/")))))
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "http://files.genenetwork.org/software/contrib/Imaging-"
+ version "-gn.tar.gz"))
+ (sha256
+ (base32
+ "0jhinbcq2k899c76m1jc5a3z39k6ajghiavpzi6991hbg6xhxdzg"))
+ (modules '((guix build utils)))
+ (snippet
+ ;; Adapt to newer freetype. As the package is unmaintained upstream,
+ ;; there is no use in creating a patch and reporting it.
+ '(substitute* "_imagingft.c"
+ (("freetype/")
+ "freetype2/freetype/")))))
(build-system python-build-system)
(inputs
`(("freetype" ,freetype)
@@ -323,7 +322,7 @@ capabilities to the Python interpreter.")
(define-public python2-piddle-gn ; guix obsolete
(package
(name "python2-piddle")
- (version "1.0.15-gn")
+ (version "1.0.15-gn-PIL1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -331,13 +330,13 @@ capabilities to the Python interpreter.")
version ".tgz"))
(sha256
(base32
- "05gjnn31v7p0kh58qixrpcizcxqf3b7zv4a5kk8nsmqwgxh0c6gq"))))
+ "1m89xp0d7d5a0nd483qir7zq99ci6wab1r018i698wjdpr8zf86b"))))
(build-system python-build-system)
(native-inputs
`(("python2-setuptools" ,python2-setuptools)))
(propagated-inputs
- `(("python2-pil" ,python2-pil)))
+ `(("python2-pil1" ,python2-pil1)))
(arguments
`(
#:python ,python-2