diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ab1f959329..a1f3a54342 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -8566,7 +8566,7 @@ installing @code{kernelspec}s for use with Jupyter frontends.") `(#:tests? #f)) ; no test suite (home-page "https://github.com/jdemeyer/pari_jupyter") - (synopsis "A Jupyter kernel for PARI/GP") + (synopsis "Jupyter kernel for PARI/GP") (description "The package provides a PARI/GP kernel for Jupyter.") (license license:gpl3+))) @@ -27348,7 +27348,7 @@ Braintree Gateway. Braintree is a US-based payments service provider.") (base32 "0pqdmpxbr8iq22b4css2gz5z6s01ddpzyj25x27kgbs2lp0f5phs")))) (build-system python-build-system) (home-page "https://github.com/tylerbakke/MarkupPy") - (synopsis "A pythonic HTML/XML generator") + (synopsis "pythonic HTML/XML generator") (description "This Python module attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way.") @@ -27436,7 +27436,7 @@ spreadsheet), CSV, TSV, XLS, XLSX (Microsoft Excel spreadsheet), and YAML.") (base32 "10nf4hdwldqgdmh4g613vx55sbsw1x1yzpvs3crwlggbp75fjjfi")))) (build-system python-build-system) (home-page "https://coda.b2ck.com/") - (synopsis "A module to parse Belgian CODA files") + (synopsis "module to parse Belgian CODA files") (description "This package provides a module to parse Coded statement of account (CODA) files as defined be the Belgian Febelfin bank standard.") (license license:bsd-3))) |