aboutsummaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorEfraim Flashner2020-11-29 09:40:39 +0200
committerEfraim Flashner2020-11-29 09:40:39 +0200
commit6355e42e6a583bcfb08d2fcb5ffb0be7f68f1de0 (patch)
tree8a12d5f3f6e85af8828b04806736752fa4a559c5 /gn
parent697a8d85ddb765aae22c757dc194052e09011dab (diff)
downloadguix-bioinformatics-6355e42e6a583bcfb08d2fcb5ffb0be7f68f1de0.tar.gz
gn: python-xlsxwriter available upstream.
Diffstat (limited to 'gn')
-rw-r--r--gn/packages/python.scm22
1 files changed, 0 insertions, 22 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index c8892be..f6e9895 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -199,28 +199,6 @@ functions.")
(define-public python2-flask-sqlalchemy
(package-with-python2 python-flask-sqlalchemy))
-(define-public python-xlsxwriter ; guix ready
-(package
- (name "python-xlsxwriter")
- (version "0.8.4")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "XlsxWriter" version))
- (sha256
- (base32
- "0hv6bknnj9mlvvkdnlzycs0s97vrakmyh91ddb7ynjaqp8gl434z"))))
- (build-system python-build-system)
- (inputs
- `(("python-setuptools" ,python-setuptools)))
- (home-page
- "https://github.com/jmcnamara/XlsxWriter")
- (synopsis
- "A Python module for creating Excel XLSX files.")
- (description
- "A Python module for creating Excel XLSX files.")
- (license license:bsd-3)))
-
(define-public python2-xlsxwriter
(package-with-python2 python-xlsxwriter))