[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/154: gnu: Add python-xlwt.
From: |
guix-commits |
Subject: |
03/154: gnu: Add python-xlwt. |
Date: |
Tue, 21 Sep 2021 15:07:24 -0400 (EDT) |
htgoebel pushed a commit to branch master
in repository guix.
commit 6486a66cceabf2c25f1bcfe17ff748dac59ea58c
Author: Hartmut Goebel <h.goebel@crazy-compilers.com>
AuthorDate: Wed Aug 25 23:28:57 2021 +0200
gnu: Add python-xlwt.
* gnu/packages/python-xyz.scm (python-xlwt): New variable.
---
gnu/packages/python-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a3d1b74..6444326 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10368,6 +10368,37 @@ Unicode-aware. It is not intended as an end-user
tool.")
(define-public python2-xlrd
(package-with-python2 python-xlrd))
+(define-public python-xlwt
+ (package
+ (name "python-xlwt")
+ (version "1.3.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "xlwt" version))
+ (sha256
+ (base32 "123c2pdamshkq75wwvck8fq0cjq1843xd3x9qaiz2a4vg9qi56f5"))))
+ (build-system python-build-system)
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (setenv "PYTHONPATH"
+ (string-append (getcwd) "/build/lib:"
+ (getenv "PYTHONPATH")))
+ (invoke "nosetests" "-v")))))))
+ (native-inputs
+ `(("nose" ,python-nose)))
+ (home-page "http://www.python-excel.org/")
+ (synopsis "Library for creating spreadsheet Excel files")
+ (description "@code{xlwt} is a library for writing data and formatting
+information to older Excel files (i.e. .xls). The package itself is pure
+Python with no dependencies on modules or packages outside the standard Python
+distribution. It is not intended as an end-user tool.")
+ (license license:bsd-3)))
+
(define-public python-immutables
(package
(name "python-immutables")
- 45/154: gnu: Add trytond-analytic-invoice., (continued)
- 45/154: gnu: Add trytond-analytic-invoice., guix-commits, 2021/09/21
- 50/154: gnu: Add trytond-bank., guix-commits, 2021/09/21
- 48/154: gnu: Add trytond-attendance., guix-commits, 2021/09/21
- 49/154: gnu: Add trytond-authentication-sms., guix-commits, 2021/09/21
- 55/154: gnu: Add trytond-commission., guix-commits, 2021/09/21
- 60/154: gnu: Add trytond-edocument-uncefact., guix-commits, 2021/09/21
- 61/154: gnu: Add trytond-edocument-unece., guix-commits, 2021/09/21
- 63/154: gnu: Add trytond-ldap-authentication., guix-commits, 2021/09/21
- 64/154: gnu: Add trytond-marketing., guix-commits, 2021/09/21
- 65/154: gnu: Add trytond-marketing-automation., guix-commits, 2021/09/21
- 03/154: gnu: Add python-xlwt.,
guix-commits <=
- 69/154: gnu: Add trytond-party-relationship., guix-commits, 2021/09/21
- 04/154: gnu: Add python-tablib., guix-commits, 2021/09/21
- 08/154: gnu: Add python-stripe., guix-commits, 2021/09/21
- 09/154: gnu: Add trytond-account-asset., guix-commits, 2021/09/21
- 11/154: gnu: Add trytond-account-cash-rounding., guix-commits, 2021/09/21
- 15/154: gnu: Add trytond-account-dunning., guix-commits, 2021/09/21
- 13/154: gnu: Add trytond-account-de-skr03., guix-commits, 2021/09/21
- 12/154: gnu: Add trytond-account-credit-limit., guix-commits, 2021/09/21
- 18/154: gnu: Add trytond-account-dunning-letter., guix-commits, 2021/09/21
- 19/154: gnu: Add trytond-account-es., guix-commits, 2021/09/21