Commit Graph

1355 Commits (a5e8f5972cb0d69684bb3f81220a6408815f7fe0)

Author SHA1 Message Date
Tobias Geerinckx-Rice ba1731dac5
gnu: python-paste: Update to 2.0.3.
* gnu/packages/python.scm (python-paste): Update to 2.0.3.
[arguments]: Re-enable tests.  They now pass even on Python 3.
[properties]: Remove.
(python2-paste): Use package-with-python2 directly now.
2017-01-24 23:27:05 +01:00
Tobias Geerinckx-Rice 46e110cca5
gnu: python-colorama: Fix typo in synopsis.
* gnu/packages/python.scm (python-colorama)[synopsis]: Capitalise.
2017-01-24 23:27:05 +01:00
Tobias Geerinckx-Rice f92576f963
gnu: python-colorama: Update to 0.3.7.
* gnu/packages/python.scm (python-colorama): Update to 0.3.7.
2017-01-24 23:27:04 +01:00
Tobias Geerinckx-Rice 02d7f33705
gnu: python-debian: Update to 0.1.28.
* gnu/packages/python.scm (python-debian): Update to 0.1.28.
2017-01-24 23:27:04 +01:00
Tobias Geerinckx-Rice ccc1876210
gnu: python-seaborn: Update to 0.7.1.
* gnu/packages/python.scm (python-seaborn): Update to 0.7.1.
2017-01-24 23:27:04 +01:00
Tobias Geerinckx-Rice 5754fe9570
gnu: python-unidecode: Update to 0.04.20.
* gnu/packages/python.scm (python-unidecode): Update to 0.04.20.
2017-01-24 23:27:03 +01:00
Tobias Geerinckx-Rice 4418990d77
gnu: python-alembic: Update to 0.8.10.
* gnu/packages/python.scm (python-alembic): Update to 0.8.10.
2017-01-24 23:27:03 +01:00
Tobias Geerinckx-Rice 9e2802cb8d
gnu: python-orderedmultidict: Update to 0.7.11.
* gnu/packages/python.scm (python-orderedmultidict): Update to 0.7.11.
2017-01-24 23:27:03 +01:00
Carlo Zancanaro af7caada40
gnu: Add python2-slowaes.
* gnu/packages/python.scm (python2-slowaes): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22 13:40:48 +08:00
Carlo Zancanaro cba84a3805
gnu: Add python-qrcode.
* gnu/packages/python.scm (python-qrcode, python2-qrcode): New variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22 13:39:57 +08:00
Carlo Zancanaro 916aafa401
gnu: Add python-pbkdf2.
* gnu/packages/python.scm (python-pbkdf2, python2-pbkdf2): New variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-01-22 13:39:23 +08:00
Marius Bakke a50e030141
gnu: python-scipy, python-matplotlib: Fix build after Sphinx update.
* gnu/packages/python.scm (python-sphinx-1.2.3, python2-sphinx-1.2.3): New
variables.
(python-matplotlib)[native-inputs]: Change 'python-sphinx' to 'python-sphinx-1.2.3'.
(python2-matplotlib)[native-inputs]: New field.
(python-scipy)[native-inputs]: Change 'python-sphinx' to 'python-sphinx-1.2.3'.
(python2-scipy)[native-inputs]: New field.
2017-01-20 20:18:07 +01:00
Marius Bakke db967b6462
gnu: python-scipy: Fix expression after changing to 'modify-phases'.
This is a followup to 16ca6aaac8.

* gnu/packages/python.scm (python-scipy)[arguments]: Fix parens.
2017-01-19 18:48:37 +01:00
Marius Bakke 16ca6aaac8
gnu: python-scipy: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-scipy)[arguments]: Use 'modify-phases'.
2017-01-19 16:59:28 +01:00
Danny Milosavljevic 7adb90311f
gnu: python-testtools: Update to 1.4.0.
* gnu/packages/python.scm (python-testtools): Update to 1.4.0.
  [source]: Use pypi-uri.
  [arguments]: New field.
2017-01-19 16:29:56 +01:00
Danny Milosavljevic d83d872259
gnu: Add python-dulwich.
* gnu/packages/python.scm (python-dulwich, python2-dulwich): New variables.
2017-01-19 15:34:46 +01:00
Danny Milosavljevic b585e36184
gnu: Add python-fastimport.
* gnu/packages/python.scm (python-fastimport, python2-fastimport):
  New variables.
2017-01-19 00:39:49 +01:00
Danny Milosavljevic c227458ac8
gnu: python-sphinx: Update to 1.5.1 and enable tests.
* gnu/packages/python.scm (python-sphinx): Update to 1.5.1.
  [arguments]: New field.
  [native-inputs]: Add graphviz, python-html5lib, python-mock, python-nose,
  python-requests.
  (python2-sphinx)[native-inputs]: Add python2-enum34.
2017-01-19 00:32:35 +01:00
Marius Bakke df893a3855
gnu: Add python-cram.
* gnu/packages/python.scm (python-cram, python2-cram): New variables.
2017-01-18 21:28:59 +01:00
Marius Bakke c9a1812527
gnu: Add python-geventhttpclient.
* gnu/packages/python.scm (python-geventhttpclient, python2-geventhttpclient):
New variables.
2017-01-18 00:20:39 +01:00
Marius Bakke d1ba1d6bfd
gnu: python-requests: Update to 2.12.4.
* gnu/packages/python.scm (python-requests, python2-requests): Update to 2.12.4.
2017-01-18 00:19:04 +01:00
Thomas Danckaert 138adbbe05
gnu: Add python-autopep8.
* gnu/packages/python.scm (python-autopep8, python2-autopep8): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-16 22:13:21 +01:00
Danny Milosavljevic fdcbf10b70
gnu: python-matplotlib: Make sure that phases end with #t.
* gnu/packages/python.scm (python-matplotlib)[arguments]:
  Make sure that phases end with #t.
2017-01-14 22:35:42 +01:00
Danny Milosavljevic 84e0f8c1ed
gnu: python-matplotlib: Fix reST markup error.
* gnu/packages/python.scm (python-matplotlib)[arguments]:
  Fix reST markup error.
2017-01-14 22:07:04 +01:00
Danny Milosavljevic 42b7009a00
gnu: python-matplotlib: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-matplotlib)[arguments]: Use 'modify-phases'.
2017-01-14 22:03:54 +01:00
Leo Famulari 268e8ad87f
gnu: python-icalendar: Update to 3.11.2.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.2.
2017-01-14 14:18:30 -05:00
Leo Famulari 1003fbcfc6
gnu: python2-dogtail: Fix typo in synopsis.
* gnu/packages/python.scm (python2-dogtail)[synopsis]: Remove 'ZERO
WIDTH SPACE' (U+200B) character.
2017-01-13 17:12:43 -05:00
Danny Milosavljevic 9a8acd00da
gnu: python-sphinx: Update to 1.4.8.
* gnu/packages/python.scm (python-sphinx)[version]: Update to 1.4.8.
  [source]: Use pypi-uri.
  [propagated-inputs]: Add python-imagesize, python-sphinx-alabaster-theme,
  python-babel, python-snowballstemmer, python-six.
  [properties]: Add python2-variant.
  (python2-sphinx)[native-inputs]: Add python2-mock.
  [propagated-inputs]: Add python2-pytz.
2017-01-13 22:58:54 +01:00
Leo Famulari cc0725914e
Merge branch 'master' into python-tests 2017-01-13 10:21:17 -05:00
Danny Milosavljevic 8d67610bdc
gnu: Add python2-cheetah
* gnu/packages/python.scm (python2-cheetah): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-11 13:09:21 -05:00
Tobias Geerinckx-Rice d4acb6db2f
gnu: python-click: Update to 6.7.
* gnu/packages/python.scm (python-click): Update to 6.7.
2017-01-10 17:36:57 +01:00
Ludovic Courtès 022c977258
gnu: libgit2, python-pygit2: Update to 0.25.1 [security fixes].
See <http://www.openwall.com/lists/oss-security/2017/01/10/5>.

* gnu/packages/version-control.scm (libgit2): Update to 0.25.1.
* gnu/packages/python.scm (python-pygit2): Update to 0.25.0.
2017-01-10 15:49:49 +01:00
Maxim Cournoyer 392c26b0d1
gnu: python-pip: Update to 9.0.1
* gnu/packages/python.scm (python-pip): Update to 9.0.1.
[native-inputs]: Remove.
[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-09 15:55:57 +01:00
Tobias Geerinckx-Rice 9657aeb187
gnu: python-tblib: Properly @end enumerate.
* gnu/packages/python.scm (python-tblib)[description]: Don't use
‘@end itemize’ to end an ‘@enumerate’ block.
2017-01-07 00:23:53 +01:00
Leo Famulari aa21c764d6
gnu: python-pycrypto: Fix CVE-2013-7459.
* gnu/packages/patches/python-pycrypto-CVE-2013-7459.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pycrypto, python2-pycrypto)[source]: Use the
patch. Use pypi-uri.
2017-01-06 13:50:18 -05:00
Leo Famulari 491b78a8e8
gnu: python-icalendar: Update to 3.11.1.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.1.
2017-01-06 03:19:36 -05:00
Marius Bakke 1bd858cc14
gnu: Fix indentation of some python packages.
This is a followup to abe2ec73..807a5b32.

* gnu/packages/python.scm (python-snowballstemmer,
  python-sphinx-cloud-sptheme, python-sphinx-alabaster-theme): Fix indentation.
2017-01-05 16:28:01 +01:00
Danny Milosavljevic 807a5b32bf
gnu: Add python-sphinx-alabaster-theme.
* gnu/packages/python.scm (python-sphinx-alabaster-theme,
  python2-sphinx-alabaster-theme): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05 16:17:27 +01:00
Danny Milosavljevic 754bfd7019
gnu: Add python-sphinx-cloud-sptheme.
* gnu/packages/python.scm (python-sphinx-cloud-sptheme,
  python2-sphinx-cloud-sptheme): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05 16:17:27 +01:00
Danny Milosavljevic 89cd988b6c
gnu: Add python-snowballstemmer.
* gnu/packages/python.scm (python-snowballstemmer,
  python2-snowballstemmer): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-05 16:17:26 +01:00
Tobias Geerinckx-Rice 3b3b60d037
gnu: Use HTTPS for all sourceforge.net home pages.
* gnu/packages/admin.scm (mingetty, clusterssh)[home-page]: Use HTTPS.
* gnu/packages/audio.scm (libbs2b, soxr)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (bless)[home-page]: Likewise.
* gnu/packages/display-managers.scm (slim)[home-page]: Likewise.
* gnu/packages/games.scm (extremetuxracer)[home-page]: Likewise.
* gnu/packages/ghostscript.scm (gs-fonts)[home-page]: Likewise.
* gnu/packages/haskell.scm (ghc-regex-base, ghc-regex-posix,
ghc-regex-compat)[home-page]: Likewise.
* gnu/packages/image.scm (imlib2)[home-page]: Likewise.
* gnu/packages/libreoffice.scm (librevenge, libcmis, libodfgen, libmwaw)
[home-page]: Likewise.
* gnu/packages/linux.scm (hdparm, acpid, libavc1394, rng-tools)
[home-page]: Likewise.
* gnu/packages/mail.scm (esmtp)[home-page]: Likewise.
* gnu/packages/mp3.scm (ripperx)[home-page]: Likewise.
* gnu/packages/onc-rpc.scm (libtirpc)[home-page]: Likewise.
* gnu/packages/perl.scm (perl-czplib)[home-page]: Likewise.
* gnu/packages/python.scm (python-pyasn1-modules)[home-page]: Likewise.
* gnu/packages/xdisorg.scm (xosd)[home-page]: Likewise.
2017-01-04 05:14:22 +01:00
Leo Famulari 7637de2313
gnu: Add python-xdo.
* gnu/packages/python.scm (python-xdo): New variable.
(python2-xdo): Use package-with-python2.
2017-01-03 12:35:44 -05:00
Leo Famulari e871c332a0
gnu: python2-xdo: Update to 0.3.
* gnu/packages/python.scm (python2-xdo): Update to 0.3.
2017-01-03 12:35:44 -05:00
Tobias Geerinckx-Rice 1b5ea0922f
gnu: python-s3transfer: Update to 0.1.10.
* gnu/packages/python.scm (python-s3transfer): Update to 0.1.10.
2017-01-02 08:37:26 +01:00
Tobias Geerinckx-Rice 1f89fb1691
gnu: python-greenlet: Update to 0.4.11.
* gnu/packages/python.scm (python-greenlet): Update to 0.4.11.
2017-01-02 08:37:25 +01:00
Tobias Geerinckx-Rice 3753f2e6e9
gnu: python-mako: Update to 1.0.6.
* gnu/packages/python.scm (python-mako): Update to 1.0.6.
2017-01-02 08:37:25 +01:00
Tobias Geerinckx-Rice af27e845e1
gnu: awscli: Update to 1.11.35.
* gnu/packages/python.scm (awscli): Update to 1.11.35.
2017-01-02 08:37:24 +01:00
Tobias Geerinckx-Rice bbb99d6b37
gnu: python-werkzeug: Update to 0.11.15.
* gnu/packages/python.scm (python-werkzeug): Update to 0.11.15.
2017-01-02 08:37:23 +01:00
Tobias Geerinckx-Rice 27f9148e1d
gnu: python-backports-abc: Update to 0.5.
* gnu/packages/python.scm (python-backports-abc): Update to 0.5.
2017-01-02 08:37:23 +01:00
Tobias Geerinckx-Rice d79fa7da1b
gnu: python-decorator: Update to 4.0.10.
* gnu/packages/python.scm (python-decorator): Update to 4.0.10.
2017-01-02 08:37:22 +01:00
Tobias Geerinckx-Rice 819939cb94
gnu: python-pycparser: Use ‘modify-phases’ syntax.
* gnu/packages/python.scm (python-pycparser)[arguments]: Use
‘modify-phases’.
2017-01-02 08:37:21 +01:00
Tobias Geerinckx-Rice 5043b20dcd
gnu: python-pycparser: Update to 2.17.
* gnu/packages/python.scm (python-pycparser): Update to 2.17.
2017-01-02 08:28:28 +01:00
Leo Famulari 2e161eafd8
gnu: python-pyicu: Update to 1.9.5.
* gnu/packages/python.scm (python-pyicu, python2-pyicu): Update to 1.9.5.
[source]: Use pypi-uri.
2017-01-01 20:15:06 -05:00
Leo Famulari 7be13d0006
gnu: python-ndg-httpsclient: Use pypi-uri.
* gnu/packages/python.scm (python-ndg-httpsclient, python2-ndg-httpsclient)
[source]: Use pypi-uri.
2017-01-01 17:01:32 -05:00
Tobias Geerinckx-Rice b13a5b4d16
gnu: python-graphql-relay: Update to 0.4.5.
* gnu/packages/python.scm (python-graphql-relay): Update to 0.4.5.
2016-12-31 16:51:56 +01:00
Tobias Geerinckx-Rice 0c315fb394
gnu: python-freezegun: Update to 0.3.8.
* gnu/packages/python.scm (python-freezegun): Update to 0.3.8.
2016-12-31 16:51:56 +01:00
Tobias Geerinckx-Rice 234ade2d7b
gnu: python-ply: Update to 3.9.
* gnu/packages/python.scm (python-ply): Update to 3.9.
[source]: Use pypi-uri.
2016-12-31 16:51:55 +01:00
Tobias Geerinckx-Rice ab0c342924
gnu: python-pyquery: Update to 1.2.17.
* gnu/packages/python.scm (python-pyquery): Update to 1.2.17.
2016-12-31 16:51:55 +01:00
Tobias Geerinckx-Rice 42734b9a88
gnu: python-click-log: Update to 0.1.8.
* gnu/packages/python.scm (python-click-log): Update to 0.1.8.
2016-12-31 16:51:54 +01:00
Tobias Geerinckx-Rice ae476d01da
gnu: python-ndg-httpsclient: Update to 0.4.2.
* gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2.
2016-12-31 16:51:54 +01:00
Tobias Geerinckx-Rice f165648e1b
gnu: python-ipykernel: Update to 4.5.2.
* gnu/packages/python.scm (python-ipykernel): Update to 4.5.2.
2016-12-31 16:51:53 +01:00
Tobias Geerinckx-Rice 45cc957c72
gnu: python-jupyter-core: Update to 4.2.1.
* gnu/packages/python.scm (python-jupyter-core): Update to 4.2.1.
2016-12-31 16:51:53 +01:00
Tobias Geerinckx-Rice 594358f5b6
gnu: python2-fastlmm: Update to 0.2.26.
* gnu/packages/python.scm (python2-fastlmm): Update to 0.2.26.
2016-12-31 16:51:40 +01:00
Tobias Geerinckx-Rice a5f92ca04f
gnu: python-pytz: Update to 2016.10.
* gnu/packages/python.scm (python-pytz): Update to 2016.10.
2016-12-31 16:36:20 +01:00
Tobias Geerinckx-Rice bf5e4bc42a
gnu: python-pyyaml: Update to 3.12.
* gnu/packages/python.scm (python-pyyaml): Update to 3.12.
[source]: Use pypi-uri.
2016-12-31 15:27:24 +01:00
Tobias Geerinckx-Rice 7d2e758df5
gnu: python-pygments: Update to 2.1.3.
* gnu/packages/python.scm (python-pygments): Update to 2.1.3.
2016-12-31 15:27:23 +01:00
ng0 d5bbf806f3
gnu: Add python-trollius-redis.
* gnu/packages/python.scm (python-trollius-redis, python2-trollius-redis): New
variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:53 -05:00
ng0 789de5e279
gnu: Add python-straight-plugin.
* gnu/packages/python.scm (python-straight-plugin, python2-straight-plugins):
New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:53 -05:00
ng0 a0e41de4ab
gnu: Add python-openid-teams.
* gnu/packages/python.scm (python-openid-teams, python2-openid-teams): New
variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:53 -05:00
ng0 03702173f1
gnu: Add python-openid-cla.
* gnu/packages/python.scm (python-openid-cla, python2-openid-cla): New
variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:52 -05:00
ng0 3ef00f5609
gnu: Add python2-openid.
* gnu/packages/python.scm (python2-openid): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:52 -05:00
ng0 0151a8df22
gnu: Add python-pygit2.
* gnu/packages/python.scm (python-pygit2, python2-pygit2): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:52 -05:00
ng0 460fccd4b3
gnu: Add python-munch.
* gnu/packages/python.scm (python-munch, python2-munch): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:51 -05:00
ng0 9f21414de4
gnu: Add python-kitchen.
* gnu/packages/python.scm (python-kitchen, python2-kitchen): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:51 -05:00
ng0 a2c7d88e74
gnu: Add python-flask-multistatic.
* gnu/packages/python.scm (python-flask-multistatic, python2-flask-multistatic):
New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:51 -05:00
ng0 a7ad802be5
gnu: Add python-flask-wtf.
* gnu/packages/python.scm (python-flask-wtf, python2-flask-wtf): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-12-28 22:41:45 -05:00
Tobias Geerinckx-Rice 6a34f4ccc8
gnu: python-prompt-toolkit: Update to 1.0.9.
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.9.
2016-12-29 02:38:21 +01:00
Tobias Geerinckx-Rice 791ac6a68d
gnu: python-markdown: Update to 2.6.7.
* gnu/packages/python.scm (python-markdown): Update to 2.6.7.
2016-12-29 02:38:20 +01:00
Tobias Geerinckx-Rice 2ee57340f4
gnu: python-numexpr: Update to 2.6.1.
* gnu/packages/python.scm (python-numexpr): Update to 2.6.1.
2016-12-29 02:38:20 +01:00
Tobias Geerinckx-Rice ffb1e98d74
gnu: python-babel: Update to 2.3.4.
* gnu/packages/python.scm (python-babel): Update to 2.3.4.
2016-12-29 02:38:20 +01:00
Thomas Danckaert ea8450c82a
gnu: Add python-netcdf4.
* gnu/packages/python.scm (python-netcdf4, python2-netcdf4): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-27 16:30:59 +01:00
Leo Famulari 1194575b3c
gnu: python-pycrypto: Add TODO "removal" comment.
* gnu/packages/python.scm (python-pycrypto, python2-pycrypto): Add
comment.
2016-12-26 19:51:54 -05:00
Leo Famulari 4de2a710a6
gnu: python-stem: Don't use python-pycrypto.
Python-pycrypto is an optional dependency of python-stem. Python-pycrypto is
unmaintained [0] and contains an exploitable buffer overflow bug [1].

[0] https://github.com/dlitz/pycrypto/issues/173
[1] https://github.com/dlitz/pycrypto/issues/176

* gnu/packages/python.scm (python-stem, python2-stem)[propagated-inputs]: Remove
python-pycrypto.
2016-12-26 19:51:49 -05:00
Leo Famulari c976b319fe
gnu: python-stem: Update to 1.5.3.
* gnu/packages/python.scm (python-stem, python2-stem): Update to 1.5.3.
[source]: Update URL.
2016-12-26 13:20:52 -05:00
Thomas Danckaert d205f895ca
gnu: Add python-hdf4.
* gnu/packages/python.scm (python-hdf4, python2-hdf4): New variables.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2016-12-23 14:51:56 +01:00
Ricardo Wurmus 8e401ab6db
gnu: python-scikit-learn: Update to 0.18.1.
* gnu/packages/python.scm (python-scikit-learn): Update to 0.18.1.
[arguments]: Remove special "check" phase.
[native-inputs]: Add python-cython.
2016-12-22 13:19:20 +01:00
Tobias Geerinckx-Rice 361a2fcf8d
gnu: Add python-xopen.
* gnu/packages/python.scm (python-xopen, python2-xopen): New variables.
2016-12-19 20:33:31 +01:00
Hartmut Goebel 00e0ca7ccb
gnu: python-docutils: Update to 0.13.1
* gnu/packages/python.scm(python-docutils): Update to 0.13.1.
[source]: Use pypi-uri.
2016-12-18 16:31:35 +01:00
Marius Bakke ee94ca11a1
gnu: python-beautifulsoup4: Fix python2 variant.
This is a followup to 5f37f0b66e.

* gnu/packages/python.scm (python-beautifulsoup4)[properties]: New
  field. Delay python2 variant.
2016-12-16 16:15:41 +01:00
Marius Bakke 752eb9e0d8
gnu: python2-kombu: Disable tests.
* gnu/packages/python.scm (python2-kombu)[arguments]: Set #:tests? #f.
2016-12-16 15:33:13 +01:00
Marius Bakke 7c6bf660d8
gnu: python-pyopenssl: Enable tests.
* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[source]: Use it.
[arguments]: Replace 'check' with custom phase.
2016-12-16 14:36:15 +01:00
Marius Bakke 329553482d
gnu: ptpython: Disable tests.
* gnu/packages/python.scm (ptpython, ptpython2)[arguments]: Set #:tests? #f.
2016-12-16 13:39:07 +01:00
Marius Bakke 52f622ef9f
gnu: python-sympy: Update to 1.0.
* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.0.
[propagated-inputs]: Add python-mpmath.
2016-12-16 13:22:12 +01:00
Marius Bakke 58a35665d9
gnu: Add python-mpmath.
* gnu/packages/python.scm (python-mpmath, python2-mpmath): New variables.
2016-12-16 13:22:10 +01:00
Marius Bakke 154d207c43
gnu: python-apsw: Fix tests.
* gnu/packages/python.scm (python-apsw, python2-apsw)[arguments]: Use
  'modify-phases'. Add installed PYTHONPATH before running tests.
2016-12-16 02:45:49 +01:00
Marius Bakke 80ce42bdbf
gnu: python-argcomplete: Fix tests.
* gnu/packages/python.scm (python-argcomplete,
  python2-argcomplete)[native-inputs]: Add python-pexpect and tcsh.
2016-12-16 02:16:23 +01:00
Marius Bakke 58f5fae7c4
gnu: python-widgetsnbextension: Fix tests.
* gnu/packages/python.scm (python-widgetsnbextension,
  python2-widgetsnbextension)[native-inputs]: Add python-certifi.
2016-12-16 02:14:54 +01:00
Marius Bakke ed11804309
gnu: python-pexpect: Update to 4.2.1.
* gnu/packages/python.scm (python-pexpect, python2-pexpect): Update to 4.2.1.
[source]: Use 'pypi-uri'.
[arguments]: Add 'prepare-tests' phase to patch paths and delete network test.
[native-inputs]: Add python-pytest, man-db and which.
[propagated-inputs]: Add python-ptyprocess.
2016-12-16 02:10:58 +01:00
Marius Bakke 01fb9f6638
gnu: python-axolotl: Remove workaround for bug #20765.
* gnu/packages/python.scm (python-axolotl, python2-axolotl)[arguments]:
Remove #:configure-flags.
2016-12-16 01:07:41 +01:00
Marius Bakke 22d7360b16
gnu: Remove python-dateutil@1.5.
* gnu/packages/python.scm (python-dateutil-2, python2-dateutil-2): Rename to ...
(python-dateutil, python2-dateutil): ... this. Remove 1.5 version.
(python-tzlocal, python2-tzlocal): Adjust variable name.
(python-rst.linker, python2-rst.linker): Likewise.
(pelican): Likewise.
(python-matplotlib, python2-matplotlib): Likewise.
(python-sqlalchemy-utils, python2-sqlalchemy-utils): Likewise.
(python-icalendar, python2-icalendar): Likewise.
(python-botocore, python2-botocore): Likewise.
(python-vobject, python2-vobject): Likewise.
(python-arrow, python2-arrow): Likewise.
(python-fake-factory, python2-fake-factory): Likewise.
(python-freezegun, python2-freezegun): Likewise.
(python-aniso8601, python2-aniso8601): Likewise.
* gnu/packages/jrnl.scm (jrnl): Likewise.
* gnu/packages/calendar.scm (limnoria): Likewise.
2016-12-16 00:54:48 +01:00
Marius Bakke 59f74825d6
gnu: python-flask-restplus: Disable tests.
* gnu/packages/python.scm (python-flask-restplus)[arguments]: Set #:tests? #f.
2016-12-15 19:56:44 +01:00
Marius Bakke ad348f9f39
gnu: python-gridmap: Disable tests.
* gnu/packages/python.scm (python-gridmap, python2-gridmap)[arguments]:
Set #:tests? #f.
2016-12-15 19:50:12 +01:00
Marius Bakke 15c37077bc
gnu: python-hy: Fix test suite.
* gnu/packages/python.scm (python-hy, python2-hy)[arguments]: Replace 'check'
phase with custom command.
[native-inputs]: Add python-coverage and python-nose.
2016-12-15 19:49:06 +01:00
Marius Bakke 8653c1d557
gnu: python-py3status: Disable tests.
* gnu/packages/python.scm (python-py3status)[arguments]: Set #:tests? #f.
2016-12-15 19:09:18 +01:00
Marius Bakke 0a70200951
gnu: python-pyserial: Disable tests.
* gnu/packages/python.scm (python-pyserial, python2-pyserial)[arguments]:
Set #:tests? #f.
2016-12-15 18:42:22 +01:00
Marius Bakke 8bd5164b4a
gnu: python-pystache: Disable tests for python3 variant.
* gnu/packages/python.scm (python-pystache)[arguments]: Disable tests.
[properties]: New field. Delay python2 variant.
(python2-pystache)[arguments]: Replace 'check' phase with custom command.
2016-12-15 18:35:21 +01:00
Marius Bakke 4eb385fb33
gnu: python-pytest-xdist: Disable tests.
* gnu/packages/python.scm (python-pytest-xdist,
  python2-pytest-xdist)[arguments]: Set #:tests? #f.
2016-12-15 18:11:43 +01:00
Marius Bakke 444464ec28
gnu: python-rpy2: Fix tests.
* gnu/packages/python.scm (python-rpy2, python2-rpy2)[arguments]: Replace
  check phase with custom post-install command.
2016-12-15 17:55:36 +01:00
Marius Bakke 6f976df677
gnu: python-seaborn: Disable tests.
* gnu/packages/python.scm (python-seaborn, python2-seaborn)[arguments]:
  Disable tests.
2016-12-15 17:31:29 +01:00
Marius Bakke 35d56b7b60
gnu: python-sqlalchemy-utils: Disable tests.
* gnu/packages/python.scm (python-sqlalchemy-utils,
  python2-sqlalchemy-utils)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-dateutil-2, python-flexmock, python-pcycopg2 and
  python-pytz.
2016-12-15 17:26:42 +01:00
Marius Bakke c616b5d3b5
gnu: python-oauthlib: Fix tests.
* gnu/packages/python.scm (python-oauthlib)[native-inputs]:
  Add python-mock.
(python2-oauthlib)[native-inputs]: Inherit python-mock.
2016-12-15 16:50:15 +01:00
Marius Bakke 49910e6a7c
gnu: python-paramiko: Disable tests.
* gnu/packages/python.scm (python-paramiko, python2-paramiko)[arguments]:
Set #:tests? #f.
2016-12-15 14:01:27 +01:00
Marius Bakke 7917a13554
gnu: python-termstyle: Fix tests.
* gnu/packages/python.scm (python-termstyle)[arguments]: Replace 'check' phase
with custom command.
2016-12-15 13:17:29 +01:00
Marius Bakke a960e73fad
gnu: python-twisted: Disable tests.
* gnu/packages/python.scm (python-twisted, python2-twisted)[arguments]:
Set #:tests? #f.
2016-12-15 13:13:23 +01:00
Marius Bakke a74f9b12ae
gnu: python-zope-security: Disable tests.
* gnu/packages/python.scm (python-zope-security,
  python2-zope-security)[arguments]: Set #:tests? #f.
  [native-inputs]: Add python-six.
2016-12-15 12:45:26 +01:00
Marius Bakke 40bb8e07ae
gnu: python-zope-location: Disable tests.
* gnu/packages/python.scm (python-zope-location,
  python2-zope-location)[arguments]: Set #:tests? #f.
2016-12-15 12:42:39 +01:00
Marius Bakke 66b3aadb73
gnu: python-zope-proxy: Disable tests.
* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy)[arguments]:
  Set #:tests? #f.
2016-12-15 12:40:10 +01:00
Marius Bakke 7e8b1bfa4b
gnu: python-zope-configuration: Disable tests.
* gnu/packages/python.scm (python-zope-configuration,
  python2-zope-configuration)[arguments]: Set #:tests? #f.
2016-12-15 12:38:04 +01:00
Marius Bakke 22dba2eff9
gnu: python-zope-interface: Disable tests.
* gnu/packages/python.scm (python-zope-schema,
  python2-zope-schema)[arguments]: Set #:tests? #f.
2016-12-15 12:35:26 +01:00
Marius Bakke 385871e5f7
gnu: python-zope-testrunner: Disable tests.
* gnu/packages/python.scm (python-zope-testrunner,
  python2-zope-testrunner)[arguments]: Set #:tests? #f.
2016-12-15 12:12:13 +01:00
Marius Bakke 7b93d86670
gnu: snakemake: Update to 3.9.0.
* gnu/packages/python.scm (snakemake): Update to 3.9.0.
[source]: Use 'pypi-uri'.
[arguments]: Disable tests.
[home-page]: Update.
2016-12-15 10:12:38 +01:00
Marius Bakke 972cf9be52
gnu: python-ly: Disable tests.
* gnu/packages/python.scm (python-ly): Set #:tests? #f.
2016-12-15 10:02:41 +01:00
Marius Bakke 9026e6890a
gnu: python-scikit-image: Disable tests.
* gnu/packages/python.scm (python-scikit-image,
  python2-scikit-image)[arguments]: Set #:tests? #f.
2016-12-14 23:01:40 +01:00
Marius Bakke bfce8a344d
gnu: python-jedi: Disable tests.
* gnu/packages/python.scm (python-jedi, python2-jedi)[arguments]: Disable
  tests.
  [native-inputs]: Add python-pytest.
2016-12-14 22:59:56 +01:00
Marius Bakke 6145b60462
gnu: python-clint: Fix tests.
* gnu/packages/python.scm (python-clint, python2-clint)[native-inputs]: Add
  python-pytest.
  [arguments]: Replace 'check' phase with custom command.
2016-12-14 22:07:38 +01:00
Marius Bakke b7f3ea9532
gnu: python-fake-factory: Fix tests.
* gnu/packages/python.scm (python-fake-factory,
  python2-fake-factory)[arguments]: Replace 'check' phase with custom command.
2016-12-14 22:01:36 +01:00
Tobias Geerinckx-Rice 6b7877e12c
gnu: python-mock: Update source and home-page URIs.
* gnu/packages/python.scm (python-mock)[source]: Use ‘pypi-uri’.
[home-page]: Replace dead Google Code home page.
2016-12-14 21:59:39 +01:00
Marius Bakke f620311a39
gnu: python-pyaml: Fix tests.
* gnu/packages/python.scm (python-pyaml, python2-pyaml)[native-inputs]: Add
  python-unidecode.
2016-12-14 19:53:21 +01:00
Marius Bakke e912752567
gnu: python-inflection: Fix test requirements.
* gnu/packages/python.scm (python-inflection,
  python2-inflection)[native-inputs]: Add python-pytest.
2016-12-14 19:50:44 +01:00
Marius Bakke 877fdac9e3
gnu: python-botocore: Disable tests.
* gnu/packages/python.scm (python-botocore, python2-botocore): Set #:tests? #f.
2016-12-14 19:49:35 +01:00
Marius Bakke 52a75a83f9
gnu: python-jmespath: Fix tests.
* gnu/packages/python.scm (python-jmespath, python2-jmespath)[native-inputs]:
  Add python-nose.
2016-12-14 19:45:46 +01:00
Marius Bakke 1b6d7c3f3f
gnu: python2-fastlmm: Fix test requirements.
* gnu/packages/python.scm (python2-fastlmm)[native-inputs]: Add python2-nose.
2016-12-14 19:38:50 +01:00
Marius Bakke 27fab2bf65
gnu: python-cryptography: Update to 1.7.1.
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update
  to 1.7.1.
  [arguments]: Remove field.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.7.1.
2016-12-14 19:12:14 +01:00
Marius Bakke 30e0229a17
gnu: python-pyopenssl: Disable tests.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl)[arguments]:
Set #:tests? #f.
[native-inputs]: Add python-pytest.
2016-12-14 18:36:52 +01:00
Marius Bakke bd100c7112
gnu: python-hypothesis: Don't propagate test inputs.
* gnu/packages/python.scm (python-hypothesis,
  python2-hypothesis)[propagated-inputs]: Move everything from here ...
  [native-inputs]: ... to here.
(python2-hypothesis)[native-inputs]: Append inherited native-inputs.
2016-12-14 17:35:28 +01:00
Marius Bakke 497355dc09
gnu: python-nbconvert: Disable tests.
* gnu/packages/python.scm (python-nbconvert, python2-nbconvert)[arguments]:
Set #:tests? #f.
[native-inputs]: Add python-pytest.
2016-12-14 12:59:40 +01:00
Marius Bakke 63b02364aa
gnu: python-iso8601: Fix test dependencies.
* gnu/packages/python.scm (python-iso8601, python2-iso8601)[native-inputs]:
  Add python-pytest.
2016-12-14 12:47:22 +01:00
Marius Bakke a717e8a698
gnu: python-flake8-2.2.4: Disable tests.
* gnu/packages/python.scm (python-flake8-2.2.4,
  python2-flake8-2.2.4)[arguments]: Set #:tests? #f.
2016-12-14 11:40:25 +01:00
Marius Bakke 73e3060d57
gnu: python-pep8-1.5.7: Disable tests.
* gnu/packages/python.scm (python-pep8-1.5.7, python2-pep8-1.5.7)[arguments]:
Set #:tests? #f.
2016-12-14 11:21:50 +01:00
Marius Bakke 0d84e1ef22
gnu: python-pyflakes-0.8.1: Disable tests.
* gnu/packages/python.scm (python-pyflakes-0.8.1,
  python2-pyflakes-0.8.1)[arguments]: Set #:tests? #f.
2016-12-14 11:19:11 +01:00
Marius Bakke 90110ef956
gnu: python-testrepository: Disable tests.
* gnu/packages/python.scm (python-testrepository, python2-testrepository):
Set #:tests? #f.
2016-12-14 10:46:47 +01:00
Marius Bakke f6c1ef1804
gnu: python-fixtures: Fix test suite.
* gnu/packages/python.scm (python-fixtures, python2-fixtures): Replace 'check'
  with custom phase.
  [native-inputs]: Add python-mock.
2016-12-14 10:40:21 +01:00
Marius Bakke fb08c4fedc
gnu: python-psutil: Disable tests.
* gnu/packages/python.scm (python-psutil, python2-psutil): Disable tests.
2016-12-14 10:18:33 +01:00
Leo Famulari 9d3a15b496
gnu: python-sphinx-rtd-theme: Build with python-sphinx.
* gnu/packages/python.scm (python-sphinx-rtd-theme,
python2-sphinx-rtd-theme)[propagated-inputs]: Add python-sphinx.
2016-12-13 20:54:34 -05:00
Leo Famulari 2b9e4bead9
gnu: python-zope-schema: Build with python-zope-exceptions.
* gnu/packages/python.scm (python-zope-schema,
python2-zope-schema)[propagated-inputs]: Add python-zope-schema.
2016-12-13 20:54:29 -05:00
Marius Bakke a792e1aa8d
gnu: python-cairocffi: Disable tests.
* gnu/packages/python.scm (python-cairocffi, python2-cairocffi)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:20 -05:00
Marius Bakke 6734c7bae3
gnu: python-cairocffi: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-cairocffi)[arguments]: Use 'modify-phases'.
2016-12-13 17:04:20 -05:00
Marius Bakke e2816ac72d
gnu: python-xcffib: Disable tests.
* gnu/packages/python.scm (python-xcffib, python2-xcffib)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:20 -05:00
Marius Bakke c8cd850c87
gnu: python-xcffib: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-xcffib)[arguments]: Use 'modify-phases'.
2016-12-13 17:04:19 -05:00
Marius Bakke cff0ccf9dc
gnu: python-requests: Disable tests.
* gnu/packages/python.scm (python-requests, python2-requests,
python-requests-2.7)[native-inputs]: Remove field.
[arguments]: New field. Set #:tests? #f.
2016-12-13 17:04:19 -05:00
Marius Bakke 97be1bc231
gnu: python-click: Fix tests.
* gnu/packages/python.scm (python-click, python2-click)[arguments]: Replace
'check' with custom phase.
[native-inputs]: Add python-pytest.
2016-12-13 17:04:19 -05:00
Marius Bakke 3fe2c209e0
gnu: python-tornado: Disable tests.
* gnu/packages/python.scm (python-tornado, python2-tornado)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:19 -05:00
Marius Bakke 03cb5f9edb
gnu: python-sphinx: Disable tests.
* gnu/packages/python.scm (python-sphinx, python2-sphinx)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:18 -05:00
Marius Bakke 995cb99e4b
gnu: python-pygments: Disable tests.
* gnu/packages/python.scm (python-pygments, python2-pygments)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:18 -05:00
Marius Bakke bd10e677d1
gnu: python-coverage: Disable tests.
* gnu/packages/python.scm (python-coverage, python2-coverage)[arguments]:
Set #:tests? #f.
2016-12-13 17:04:18 -05:00
Marius Bakke 4fd129ee86
gnu: python-six: Fix test dependencies.
* gnu/packages/python.scm (python-six, python2-six)[native-inputs]: Add
python-py and python-pytest.
2016-12-13 17:04:18 -05:00
Marius Bakke dcb0da7bff
gnu: python-py: Disable tests.
* gnu/packages/python.scm (python-py, python2-py)[arguments]: Set #:tests? #f.
2016-12-13 21:04:31 +01:00
Marius Bakke d660f7be6d
gnu: python-setuptools: Update to 31.0.0.
* gnu/packages/python.scm (python-setuptools, python2-setuptools): Update to
31.0.0.
[source]: Use 'pypi-uri'.
[license]: Update for bundled libraries.
2016-12-13 09:37:49 +01:00
Marius Bakke 4eb6ed28a3
gnu: python-html5lib: Add dependency on python-webencodings.
* gnu/packages/python.scm (python-html5lib,
python2-html5lib)[propagated-inputs]: Add python-webencodings.
2016-12-11 20:09:26 +01:00
Marius Bakke adbca19e83
gnu: Add python-webencodings.
* gnu/packages/python.scm (python-webencodings, python2-webencodings): New
variables.
2016-12-11 20:09:23 +01:00
Tobias Geerinckx-Rice 6c2e82bcb7
gnu: Add python-argcomplete.
* gnu/packages/python.scm (python-argcomplete): New variable.
2016-12-11 11:58:40 +01:00
Danny Milosavljevic 444a79b6fe
gnu: Add python-flask-restful-swagger.
* gnu/packages/python.scm (python-flask-restful-swagger,
  python2-flask-restful-swagger): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-09 11:57:10 +01:00
Marius Bakke a14061aae6
gnu: python-html5lib: Update to 1.0b10 [fixes CVE-2016-{9909,9910}].
* gnu/packages/python.scm (python-html5lib, python2-html5lib): Update to 1.0b10.
2016-12-08 13:55:46 +01:00
Danny Milosavljevic bb4b17064d
gnu: python-sqlalchemy-utils: Update to 0.32.11.
* gnu/packages/python.scm (python-sqlalchemy-utils): Update to 0.32.11.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-07 18:51:46 +01:00
Danny Milosavljevic 1ed21519f7
gnu: Add python-sadisplay.
* gnu/packages/python.scm (python-sadisplay, python2-sadisplay): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-12-07 14:20:46 +01:00
Hartmut Goebel 3a735ecf0e
gnu: python2-notebook: Fix build.
* gnu/packages/python.scm (python2-notebook)[properties]: Add
python2-variant.
(python2-notebook)[native-packages] add python2-mock. [arguments] Add
phase "disable-test-case" for disabling a failing test. immediately
2016-12-06 11:30:15 +01:00
Hartmut Goebel c4abbac349
gnu: python-ipython-genutils: Update description.
* gnu/packages/python.scm (python-ipython-genutils)[description]: Add
deprecation note and TODO comment.
2016-12-06 11:29:37 +01:00
Hartmut Goebel 4dbc8ec483
gnu: python-ipython: Update to 4.0.3
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to
version 4.0.3.
2016-12-06 11:29:35 +01:00
Leo Famulari 8f35c03061
gnu: python-flask: Propagate python-click.
* gnu/packages/python.scm (python-flask, python2-flask)[native-inputs]: Move
python-click to ...
[propagated-inputs]: ... here.
2016-12-04 19:27:47 -05:00
Leo Famulari a6c4790567
gnu: python-cryptography: Update to 1.6.
* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update
to 1.6.
(python-cryptography-vectors, python2-cryptography-vectors): Update to 1.6.
2016-12-03 02:39:09 -05:00
Hartmut Goebel b0aa6ede25
gnu: python-numpy: Fix inputs.
This fixes 2efabc5589, where some inputs
have been changed to propagated-inputs, but the propagated-inputs are
still extended from inputs and the inputs are not extended at all.

* gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]:
Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]:
Extend from python-numpy-bootstrap's package-propagated-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel 77a6932adf
gnu: python2-ipython: Fix inputs.
This fixes e62600feb6, where the inputs
have been changed to native-inputs, but still extended from inputs.

* gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend
from python-ipython's package-native-inputs.
2016-12-02 18:07:36 +01:00
Hartmut Goebel fe4a8da445
gnu: python-numpydoc: Correct inputs.
This does what 213d1745c6 was
supposed to do.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
Change first of the duplicate [native-inputs] definitions to
[propagated-inputs].
2016-12-02 18:07:36 +01:00
Hartmut Goebel 3bf4280659
Merge branch 'master' into python-build-system 2016-11-29 18:47:16 +01:00
Leo Famulari 6782444764
gnu: python-rarfile: Update to 2.8.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2016-11-27 14:49:35 -05:00
Leo Famulari 8c4964dd51
gnu: python-jellyfish: Update to 0.5.6.
* gnu/packages/python.scm (python-jellyfish, python2-jellyfish): Update to
0.5.6.
2016-11-27 14:49:35 -05:00
Leo Famulari 38e81a2c55
gnu: python-munkres: Update to 1.0.8.
* gnu/packages/python.scm (python-munkres, python2-munkres): Update to 1.0.8.
2016-11-27 14:49:34 -05:00
Danny Milosavljevic 7574cecf0f
gnu: python2-flask: Pick up python-flask's native-inputs.
* gnu/packages/python.scm (python2-flask)[native-inputs]:
  Pick up python-flask's native-inputs.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-27 13:23:53 +01:00
Danny Milosavljevic c6c80104ab
gnu: python-flask: Update to 0.11.1.
* gnu/packages/python.scm (python-flask): Update to 0.11.1.
[native-inputs]: Add python-click.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Danny Milosavljevic 61684de287
gnu: python-pyopenssl: Update to 16.2.0.
* gnu/packages/python.scm (python-pyopenssl): Update to 16.2.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Danny Milosavljevic b2e6e150aa
gnu: python-simplejson: Update to 3.10.0.
* gnu/packages/python.scm (python-simplejson): Update to 3.10.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 16:35:07 +01:00
Julien Lepiller d3eff97afd
gnu: Add python-polib.
* gnu/packages/python.scm (python-polib, python2-polib): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2016-11-26 10:29:29 +01:00
Leo Famulari c415f76302
gnu: python-betamax: Fix typo.
* gnu/packages/python.scm (python-betamax): Fix typo.
2016-11-25 11:31:43 -05:00
Leo Famulari de32aa74b4
Merge branch 'master' into python-build-system 2016-11-25 11:20:21 -05:00
Leo Famulari 1c9f78eca1
gnu: python-passlib: Update to 1.7.0.
* gnu/packages/python.scm (python-passlib, python2-passlib): Update to 1.7.0.
2016-11-23 14:38:05 -05:00
Christopher Allan Webber 8957af324b
gnu: python-pyld: Update to 0.7.1.
* gnu/packages/python.scm (python-pyld): Update to 0.7.1.
2016-11-22 15:29:33 -06:00
Leo Famulari 25291aca74
gnu: python-icalendar: Update to 3.11.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.
2016-11-20 11:22:27 -05:00
ng0 ed3fee5f7b
gnu: python-pafy: Disable tests.
* gnu/packages/python.scm (python-pafy): Disable tests.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-11-18 15:16:48 -05:00
Hartmut Goebel d46491779e
gnu: python-awscli: fix inputs.
* gnu/packages/python.scm (python-awscli): [inputs] change to
  [native-inputs].
2016-11-15 22:36:22 +01:00
Hartmut Goebel 8fa6890b6c
gnu: python-botocore: fix inputs.
* gnu/packages/python.scm (python-botocore): [inputs] change to
  [native-inputs].
2016-11-15 22:36:21 +01:00
Hartmut Goebel 05e2e4cf00
gnu: python-pip: fix inputs.
* gnu/packages/python.scm (python-pip): [inputs] change to
  [native-inputs].
2016-11-15 22:36:21 +01:00
Hartmut Goebel e62600feb6
gnu: python2-ipython: fix inputs.
* gnu/packages/python.scm (python2-ipython): [inputs] change to
  [native-inputs].
2016-11-15 22:36:20 +01:00
Hartmut Goebel 5b1416d983
gnu: python-betamax: fix inputs.
* gnu/packages/python.scm (python-betamax): [inputs] change to
  [propagated-inputs].
2016-11-15 22:36:19 +01:00
Hartmut Goebel 1b5241c515
gnu: python-scikit-learn: Remove useless property "python2-variant".
The Python 2 packages does not change the definition, thus the
propery is useless.

* gnu/packages/python.scm (python-scikit-learn): [properties]:
  Remove  "python2-variant". (python2-scikit-learn): Remove
  now needless "strip-python2-variant".
2016-11-15 22:36:18 +01:00
Hartmut Goebel bac23672ee
gnu: python-tables: Remove python byte-code files from source.
* gnu/packages/python.scm (python-tables)[source]: Add snippet.
2016-11-15 22:36:18 +01:00
Hartmut Goebel b9c8ccce04
gnu: python-flake8-2.2.4: Remove python byte-code files from source.
* gnu/packages/python.scm (python-flake8-2.2.4)[source]: Add snippet.
2016-11-15 22:36:17 +01:00
Hartmut Goebel 011271c769
gnu: python-flake8: Remove python byte-code files from source.
* gnu/packages/python.scm (python-flake8)[source]: Add snippet.
2016-11-15 22:36:09 +01:00
Hartmut Goebel 632735f215
gnu: python-testlib: Remove useless self-defined phase "unpack".
Unzipping is now done by standard-phase "unpack" automatically.

* gnu/packages/python.scm (python-testlib, python2-testlib)[phases] No longer
  replace "unpack".
2016-11-15 22:31:59 +01:00
Hartmut Goebel 251ed7f2fe
gnu: python-sphinxcontrib-newsfeed: Remove needless input.
* gnu/packages/python.scm (python-sphinxcontrib-newsfeed) [propagated-inputs]:
  Remove python-docutils, already porpagated by python-sphinx.
2016-11-15 22:31:58 +01:00
Hartmut Goebel 38ceb106bd
gnu: python-nautilus: Correct inputs
* gnu/packages/python.scm(python-nautilus, python2-nautilus):
  [propagated-inputs] remove python-graphql-core, python-graphql-relay,
  python-requests: not listed and already propagated by others. Remove
  pycparser: not listed, not used in source. Move python-nose2 to
  [native-inputs] (used for tests only).
2016-11-15 22:31:57 +01:00
Hartmut Goebel 4e0969686c
gnu: python-freezegun: Correct input.
* u/packages/python.scm(python-freezegun)[native-inputs] move
  python-dateutils-2 to [propagated-inputs].
2016-11-15 22:31:56 +01:00
Hartmut Goebel fd1d6de729
gnu: python-consul: Correct inputs.
* gnu/packages/python.scm(python-consul)[native-inuts] move python-requests
  and python-six to [propagated-inputs].
2016-11-15 22:31:55 +01:00
Hartmut Goebel 2c199b5527
gnu: python-prompt-toolkit: Correct inputs
* gnu/packages/python.scm(python-prompt-toolkit)[native-inputs] move
  python-six to [propagated-inputs]. Remove now empty [native-inputs].
2016-11-15 22:31:55 +01:00
Hartmut Goebel d8ea5f2f27
gnu: python-responses: Correct inputs
* gnu/packages/python.scm(python-responses)[native-inputs] move python-cookies
  to [propagated-inputs]
2016-11-15 22:31:54 +01:00
Hartmut Goebel a0a0985978
gnu: python-sphinxcontrib-programoutput: Remove needless input.
This is an indirect requirement and propagated by python-sphinx already.

* gnu/packages/python.scm(python-sphinxcontrib-programoutput)
  [propagated-inputs]: Remove python-docutils.
2016-11-15 22:31:53 +01:00
Hartmut Goebel 47c7dc4a3f
gnu: python-sphinx-repoze-autointerface: Remove needless input.
This is an indirect requirement and propagated by python-sphinx already.

* gnu/packages/python.scm(python-sphinx-repoze-autointerface)
  [propagated-inputs]: Remove python-docutils.
2016-11-15 22:31:52 +01:00
Hartmut Goebel 06f1d73ed4
gnu: python-celery: Remove needless inputs.
These are indirect requirements and propagated by python-kombu.

* gnu/packages/python.scm(python-celery)[propagated-inputs] Remove python-amqp
  and python-anyjson.
2016-11-15 22:31:51 +01:00
Hartmut Goebel f7989b8bb0
gnu: Remove some outdated comments.
These comments were about setuptools used at runtime for pkg_resources.

* gnu/packages/python.scm: Remove some outdated comments.
2016-11-15 22:31:50 +01:00
Hartmut Goebel 7ba07edfb1
gnu: python-tox: Update FIXME comments.
* gnu/packages/python.scm(python-tox)[arguments]: Update FIXME
  comment. [inputs]: Add FIXME comment.
2016-11-15 22:31:49 +01:00
Hartmut Goebel 8322749a1c
gnu: python-urllib3: update comment.
* gnu/packages/python.scm(python-urllib3)[propagated-inputs]: Update comment.
2016-11-15 22:31:49 +01:00
Hartmut Goebel b9fc496ff6
gnu: python-wsgi-intercept: Correct inputs.
* gnu/packages/python.scm(python-wsgi-intercept): [native-inputs]: move
  python-six to [propagated-inputs].  [propagated-inputs] move
  python-httplib2, python-requests to [native-inputs].
2016-11-15 22:31:48 +01:00
Hartmut Goebel a5333f7c61
gnu: python-websocket-client: Correct inputs.
* gnu/packages/python.scm (python-websocket-client)[native-inputs] change to
  [propagated-inputs], remove a wrong comment.
2016-11-15 22:31:47 +01:00
Hartmut Goebel fd8e23b7b3
gnu: python-zope-security: Correct inputs.
* gnu/packages/python.scm(python-zope-security)[native-inputs] New element,
  move python-zope-component, python-zope-configuration, python-zope-location,
  python-zope-testrunner, python-zope-testing here.
2016-11-15 22:31:46 +01:00
Hartmut Goebel 861f70c9da
gnu: python-configobj: Correct inputs.
* gnu/packages/python.scm(python-configobj)[native-inputs] change to
  [propagated-inputs].
2016-11-15 22:31:46 +01:00
Hartmut Goebel d27f176a72
gnu: python-zope-location: Correct inputs.
* gnu/packages/python.scm(python-zope-location)[native-inputs] change to
  [propagated-inputs].
2016-11-15 22:31:45 +01:00
Hartmut Goebel 38d480a8a6
gnu: python-zope-interface: Correct inputs.
* gnu/packages/python.scm(python-zope-interface)[propagated-inputs] change to
  [native-inputs].
2016-11-15 22:31:44 +01:00
Hartmut Goebel 2887700e4d
gnu: python-pathpy: Build documentation.
* gnu/packages/python.scm (python-pathpy, python2-pathpy)
  [output] Add output "doc".
  [native-inputs]: Add python-sphinx and python-rst.linker
  [build-doc], [install-doc]: New build phases.
2016-11-15 22:31:43 +01:00
Hartmut Goebel fe94cf0cdd
gnu: Add python-rst.linker, python2-rst.linker.
* gnu/packages/python.scm (python-rst.linker, python2-rst.linker): New
  variables.
2016-11-15 22:31:43 +01:00
Hartmut Goebel 213d1745c6
gnu: python-numpydoc: Correct inputs.
* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
  [native-inputs]: Remove python-docutils. Move python-shpinx to
  [propagated-inputs].
2016-11-15 22:31:42 +01:00
Hartmut Goebel cf8124b017
gnu: python-redis: Remove unused input.
* gnu/packages/python.scm (python-redis, python2-redis) Comment out
  [native-inputs] since these are used only for running tests, which
  is disabled since it requires a Redis server.
2016-11-15 22:31:41 +01:00
Hartmut Goebel 1273359455
gnu: python2-scikit-image: Remove needless native-input and inheritance.
Remove last additional [native-inputs] python-mock, thus there is no
need to inherit python-scikit-image package. Simply use
package-with-python2.

* gnu/packages/python.scm: (python-scikit-image): [properties]: Remove
  python2-variant. (python2-scikit-image) Use simply
  "package-with-python2" after removing last [native-inputs] python-mock.
2016-11-15 22:31:40 +01:00
Hartmut Goebel ddd1dc3d2d
gnu: python2-scikit-image: Remove needless propagated-input.
* gnu/packages/python.scm: (python2-scikit-image)
  [propagated-inputs]: Remove python-pytz, it does not occur anywhere in
  the source.
2016-11-15 22:31:39 +01:00
Hartmut Goebel b83e23337b
gnu: python-scikit-image: Correct inputs.
* gnu/packages/python.scm: (python-scikit-image, python2-scikit-image)
  [propagated-inputs]: Move python-numpy and python-six to [native-inputs].
  Add comment.
2016-11-15 22:31:39 +01:00
Hartmut Goebel 9fbe7b2bca
gnu: python-blinker: No longer disable tests.
The package does not provide tests, but there is no need to disable them.
Having them enabled allows running them if some newer version may provide
tests.

* gnu/package/python.scm (python-blinker, python2-blinker):
  [arguments]: Remove.
2016-11-15 22:31:38 +01:00
Hartmut Goebel 7c88bcf4bb
gnu: python-feedgenerator: Remove python byte-code files from source.
* gnu/packages/python.scm (python-feedgenerator, python2-feedgenerator)
  [source]: Add snippet.
2016-11-15 22:31:37 +01:00
Hartmut Goebel f052ec9a50
gnu: python-joblib: Add comment.
* gnu/packages/python.scm (python-joblib): Add comment.
2016-11-15 22:31:36 +01:00
Hartmut Goebel 6aa5f1ca24
gnu: python-joblib: Remove python byte-code files from source.
* gnu/packages/python.scm (python-joblib, python2-joblib)[source]:
  Add snippet.
2016-11-15 22:31:36 +01:00
Hartmut Goebel bb06aa3446
gnu: python-oauthlib, python-oauthlib2: Correct inputs.
* gnu/packages/python.scm (python-oauthlib) [propagated-inputs] Move all to
  [native-inputs]. [native-inputs]: Remove python-mock, python-coverage.
  (python2-oauthlib)[native-inputs]: Add python2-mock.
2016-11-15 22:31:35 +01:00
Hartmut Goebel 130fe99410
gnu: python-pyjwt: Add missing inputs and enable test-suite.
* gnu/packages/python.scm (python-pyjwt) [native-inputs]: Add
  python-pytest and python-pytest-cov. [arguments]. Remove.
2016-11-15 22:31:34 +01:00
Hartmut Goebel f78e1c27ef
gnu: python-cov-core: Fix imports.
* gnu/packages/python.scm (python-cov-core) [inputs]: change
  to [propagated-inputs].
2016-11-15 22:31:33 +01:00
Hartmut Goebel d5e41cf28c
gnu: pytest-mock: remove needless propagated input "python-py".
This is not listed as an requirement and is already propagated by
python-pytest.

* gnu/packages/python.scm (python-pytest-mock, python2-pytest-mock):
  [propagated-inputs]: Remove python-py.
2016-11-15 22:31:32 +01:00
Hartmut Goebel 8e73d3baab
gnu: python-testscenarios: remove needless input "mimetools".
This does not occur in the source.

* gnu/packages/python.scm (python-testscenarios, python2-testscenarios)
  [propagated-inputs]: Remove python-mimeparse.
2016-11-15 22:31:31 +01:00
Hartmut Goebel e0ed457944
gnu: python-setuptools: remove pre-built binaries from source.
These are used to build self-extracting installers for Windows.

* gnu/packages/python.scm (python-setuptools, python2-setuptools) [source]:
  Add snippet to delete *.exe files.
2016-11-15 22:31:30 +01:00
Hartmut Goebel c4516ad206
gnu: python-pytest-xdist: Remove needless input python-apipkg.
* gnu/packages/python.scm (python-pytest-xdist): Remove input
  python-apipkg.
2016-11-15 22:31:29 +01:00
Hartmut Goebel b52ad3714a
gnu: python-subunit, python-testrepository: Fix inputs
* gnu/packages/python.scm (python-subunit, python2-subunit):
  [propagated-inputs]:: Add python-extras, remove python-testtools, move
  python-testscenarios to [native-inputs].  (python-testrepository,
  python2-testrepository): [native-inputs] move python-fixtures and
  python-subunit to [propagated-inputs]
2016-11-15 22:31:29 +01:00
Hartmut Goebel 521b77729e
gnu: python-scripttest: Correct inputs.
python-pytest is only required for testing, not at run-time.

* gnu/packages/python.scm (python-singledispatch, python2-singledispatch):
  [propagated-inputs] Move python-pytest to [native-inputs].
2016-11-15 22:31:28 +01:00
Hartmut Goebel abcc7a0eb9
gnu: python-pandas: Fix build.
* gnu/packages/python.scm (python-pandas): Add python-cython to
  native-inputs.
2016-11-15 22:31:27 +01:00
Hartmut Goebel eee5cd0440
gnu: python-ipython: Fix build.
* gnu/packages/python.scm (python-ipython, python2-ipython) [check,
  install-doc] set PYTHONPATH prior to running tests.
2016-11-15 22:31:24 +01:00
Hartmut Goebel d548e6aa06
gnu: python-scipy: Fix build.
* gnu/packages/python.scm (python-scipy) Use add-installed-pythonpath.  Add
  dummy newlines character to string to make emacs happy.
2016-11-15 22:31:23 +01:00
Hartmut Goebel ca33a3ad97
gnu: python-matplotlib: Fix build.
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Correct
  inputs. [install-doc] set PYTHONPATH prior to building docs.
2016-11-15 22:31:23 +01:00
Hartmut Goebel 2efabc5589
gnu: python-numpy-bootstrap, python-numpy: Fix build.
* gnu/packages/python.scm (python-numpy-bootstrap): Correct inputs, use
  modify-phases, add dummy newlines character to string to make emacs happy,
  set PYTHONPATH prior to running tests. (python-numpy): propagate inputs, set
  PYTHONPATH prior to building docs.
2016-11-15 22:31:22 +01:00
Hartmut Goebel 9e8c6a37db
gnu: python-fonttools: Remove intervening directory in site-packges.
* gnu/packages/python.scm (python-fonttools): Add phase patch-setuppy.
2016-11-15 22:31:21 +01:00
Hartmut Goebel b72ac1b54b
gnu: python2-pysnptools: Correct inputs.
dateutil, pytz, and six do not occur in the code.

Remove python-dateutil, python-pytz, python-six from inputs;
Move python-cython to native-inputs; move python-pandas to
propagated-inputs.
2016-11-15 22:31:21 +01:00
Hartmut Goebel e408ffc302
gnu: python-zope-testing: Remove needless input.
* gnu/packages.python.scm (python-zope-testing): Remove
  python-zope-interface from native-imports.
2016-11-15 22:31:20 +01:00
Hartmut Goebel 47f77210fc
gnu: python-zope-schema: Add missing inputs.
* gnu/packages.python.scm (python-zope-schema): Add python-coverage and
  python-nose to native-inputs.
2016-11-15 22:31:19 +01:00
Hartmut Goebel 05c2fd3685
gnu: python-pytest-flakes: Fix build.
* python.scm (python-pytest-flakes): Set PYTHONPATH prior to running tests.
2016-11-15 22:31:18 +01:00
Hartmut Goebel 6151120a71
gnu: python-pillow: Fix build.
* gnu/packages/python.scm (python-pillow)[check-installed]: Add
  installed site-package to PYTHONPATH.
2016-11-15 22:31:17 +01:00
Hartmut Goebel 5e1c9d242a
gnu: python-singledispatch: correct inputs.
python-six is only required for conversion, not at run-time

* gnu/packages/python.scm (python-singledispatch, python2-singledispatch):
  [inputs] Move python-six to [native-inputs].
2016-11-15 22:31:17 +01:00
Hartmut Goebel d2a8db92fe
gnu: python-pbr: Rework bootstrapping.
For breaking the cyclic build, formerly a separate (older) version was used
for bootstrapping.  Now we use the same version just without tests and without
test dependencies.

* gnu/packages/python.scm (python-pbr-0.11, python2-pbr-0.11):
  replace by … (python-pbr-minimal, python2-pbr-minimal).
  (python-pbr) inherit from python-pbr-minimal, adding the requirements for
  testing and building the documentation.
  (python-fixtures) [native-inputs] Use python-pbr-minimal here.
  (python-testrepository): [native-inputs] Add it here, it was a missing
  dependency.
2016-11-15 22:31:16 +01:00
Hartmut Goebel b2e66edf52
gnu: python-testrepositoryfixture: Correct inputs.
python-fixtures is required only for building.

* gnu/packages/python.scm (python-testrepository) [propagated-inputs] move
  python-fixtures to [native-inputs].
2016-11-15 22:31:15 +01:00