diff options
Diffstat (limited to 'gnu/packages/python.scm')
| -rw-r--r-- | gnu/packages/python.scm | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 9ceb5b2f5e1..0c4b649ec2f 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm | |||
| @@ -644,7 +644,7 @@ datetime module, available in Python 2.3+.") | |||
| 644 | (synopsis | 644 | (synopsis |
| 645 | "Parse human-readable date/time text") | 645 | "Parse human-readable date/time text") |
| 646 | (description | 646 | (description |
| 647 | "Parse human-readable date/time text") | 647 | "Parse human-readable date/time text.") |
| 648 | (license asl2.0))) | 648 | (license asl2.0))) |
| 649 | 649 | ||
| 650 | (define-public python-pandas | 650 | (define-public python-pandas |
| @@ -824,7 +824,7 @@ Database API 2.0T.") | |||
| 824 | "Mechanize implements stateful programmatic web browsing in Python, | 824 | "Mechanize implements stateful programmatic web browsing in Python, |
| 825 | after Andy Lester’s Perl module WWW::Mechanize.") | 825 | after Andy Lester’s Perl module WWW::Mechanize.") |
| 826 | (license (non-copyleft "file://COPYING" | 826 | (license (non-copyleft "file://COPYING" |
| 827 | "See COPYING in the distribution.")))) | 827 | "See COPYING in the distribution.")))) |
| 828 | 828 | ||
| 829 | 829 | ||
| 830 | (define-public python-simplejson | 830 | (define-public python-simplejson |
| @@ -844,8 +844,9 @@ after Andy Lester’s Perl module WWW::Mechanize.") | |||
| 844 | (synopsis | 844 | (synopsis |
| 845 | "Json library for Python") | 845 | "Json library for Python") |
| 846 | (description | 846 | (description |
| 847 | "JSON (JavaScript Object Notation) is a subset of JavaScript syntax | 847 | "JSON (JavaScript Object Notation) is a subset of JavaScript |
| 848 | (ECMA-262 3rd edition) used as a lightweight data interchange format. | 848 | syntax (ECMA-262 3rd edition) used as a lightweight data interchange |
| 849 | format. | ||
| 849 | 850 | ||
| 850 | Simplejson exposes an API familiar to users of the standard library marshal | 851 | Simplejson exposes an API familiar to users of the standard library marshal |
| 851 | and pickle modules. It is the externally maintained version of the json | 852 | and pickle modules. It is the externally maintained version of the json |
| @@ -1540,7 +1541,7 @@ executed.") | |||
| 1540 | "Python test discovery for unittest") | 1541 | "Python test discovery for unittest") |
| 1541 | (description | 1542 | (description |
| 1542 | "Discover provides test discovery for unittest, a feature that has been | 1543 | "Discover provides test discovery for unittest, a feature that has been |
| 1543 | backported from Python 2.7 for Python 2.4+") | 1544 | backported from Python 2.7 for Python 2.4+.") |
| 1544 | (license bsd-3))) | 1545 | (license bsd-3))) |
| 1545 | 1546 | ||
| 1546 | (define-public python2-discover | 1547 | (define-public python2-discover |
| @@ -2163,7 +2164,7 @@ mining and data analysis.") | |||
| 2163 | (home-page "http://scikit-image.org/") | 2164 | (home-page "http://scikit-image.org/") |
| 2164 | (synopsis "Image processing in Python") | 2165 | (synopsis "Image processing in Python") |
| 2165 | (description | 2166 | (description |
| 2166 | "scikit-image is a collection of algorithms for image processing.") | 2167 | "Scikit-image is a collection of algorithms for image processing.") |
| 2167 | (license bsd-3))) | 2168 | (license bsd-3))) |
| 2168 | 2169 | ||
| 2169 | (define-public python2-scikit-image | 2170 | (define-public python2-scikit-image |
| @@ -2334,7 +2335,7 @@ include_dirs = ~a/include | |||
| 2334 | (home-page "http://www.numpy.org/") | 2335 | (home-page "http://www.numpy.org/") |
| 2335 | (synopsis "Fundamental package for scientific computing with Python") | 2336 | (synopsis "Fundamental package for scientific computing with Python") |
| 2336 | (description "NumPy is the fundamental package for scientific computing | 2337 | (description "NumPy is the fundamental package for scientific computing |
| 2337 | with Python. It contains among other things: a powerful N-dimensional array | 2338 | with Python. It contains among other things: a powerful N-dimensional array |
| 2338 | object, sophisticated (broadcasting) functions, tools for integrating C/C++ | 2339 | object, sophisticated (broadcasting) functions, tools for integrating C/C++ |
| 2339 | and Fortran code, useful linear algebra, Fourier transform, and random number | 2340 | and Fortran code, useful linear algebra, Fourier transform, and random number |
| 2340 | capabilities.") | 2341 | capabilities.") |
