~ruther/guix-local

ref: 3fee00395031a7144b108c2839fcbb570d5df8bd guix-local/gnu/packages/python.scm -rw-r--r-- 562.8 KiB
3fee0039 — Muriithi Frederick Muriuki 8 years ago
gnu: Update python-pytz to 2017.2.

* gnu/packages/python.scm (python-pytz, python2-pytz): Update to 2017.2.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
e7304ab1 — Ricardo Wurmus 8 years ago
gnu: Add python-sphinx-1.6.

* gnu/packages/python.scm (python-sphinx-1.6): New variable.
5f94ec91 — Ricardo Wurmus 8 years ago
gnu: Add python-sphinxcontrib-websupport.

* gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable.
1fb9b678 — Ricardo Wurmus 8 years ago
gnu: snakemake: Update to 3.13.3.

* gnu/packages/python.scm (snakemake): Update to 3.13.3.
8b89c171 — Ricardo Wurmus 8 years ago
gnu: python-numpy-documentation: Use texlive-union.

* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Replace
"texlive" with a texlive-union.
27305769 — Marius Bakke 8 years ago
gnu: python-cryptograpy: Update to 2.0.

* gnu/packages/python.scm (python-cryptography-vectors,
python2-cryptography-vectors, python-cryptography, python2-cryptography):
Update to 2.0.
2584beae — Ricardo Wurmus 8 years ago
gnu: python-ipython: Use texlive-union.

* gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive"
with a texlive-union.
a12b30a0 — Danny Milosavljevic 8 years ago
gnu: Add python-pytest-capturelog.

* gnu/packages/python.scm (python-pytest-capturelog,
python2-pytest-capturelog): New variables.
841e5908 — Oleg Pykhalov 8 years ago
gnu: Add python-jsonpatch.

* gnu/packages/python.scm (python-jsonpatch, python2-jsonpatch,
python-jsonpatch-0.4, python2-jsonpatch-0.4): New variables.
4ff9e868 — Oleg Pykhalov 8 years ago
gnu: Add python-backports-csv.

* gnu/packages/python.scm (python-backports-csv, python2-backports-csv):
New variables.
7734ed7a — Oleg Pykhalov 8 years ago
gnu: Add python-schema.

* gnu/packages/python.scm (python-schema, python2-schema, python-schema-0.5,
python2-schema-0.5): New variables.
d28f90be — Marius Bakke 8 years ago
gnu: python-pyopenssl: Fix test failure on 32-bit platforms.

* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl)[source]: Use it.
642656a1 — Leo Famulari 8 years ago
gnu: python-parsedatetime: Update to 2.4.

* gnu/packages/python.scm (python-parsedatetime, python2-parsedatetime):
Update to 2.4.
93013f1e — Leo Famulari 8 years ago
gnu: python-icalendar: Update to 3.11.5.

* gnu/packages/python.scm (python-icalendar): Update to 3.11.5.
a8a964db — Marius Bakke 8 years ago
gnu: python-pylint: Update to 1.7.2.

* gnu/packages/python.scm (python-pylint): Update to 1.7.2.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
de2f56cf — Marius Bakke 8 years ago
gnu: python-astroid: Update to 1.5.3.

* gnu/packages/python.scm (python-astroid): Update to 1.5.3.
[properties]: Declare python2 variant.
(python2-astroid)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE,
PYTHON2-ENUM34 and PYTHON2-SINGLEDISPATCH.
96bbc41f — Marius Bakke 8 years ago
gnu: python-pyopenssl: Update to 17.1.0.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.1.0.
[source]: Remove patch.
[native-inputs]: Add PYTHON-PRETEND.
[arguments]<#:phases>: Disable the network test here instead of via a patch.
Also disable one new test.
* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
89fc5b82 — Marius Bakke 8 years ago
gnu: python-cryptography: Update to 1.9.

* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.9.
(python-cryptography): Update to 1.9.
[propagated-inputs]: Remove PYTHON-PACKAGING.
029933cf — Marius Bakke 8 years ago
gnu: python-cffi: Update to 1.10.0.

* gnu/packages/python.scm (python-cffi): Update to 1.10.0.
[arguments]<#:phases>: Patch distutils.ccompiler call to use "gcc". Patch
another hard-coded cc invocation. Adjust `py.test` invocation per README.
295f32f3 — Marius Bakke 8 years ago
gnu: python-cffi: Really enable tests.

* gnu/packages/python.scm (python-cffi, python2-cffi)[arguments]: Replace
'check' phase with custom expression. Change to 'modify-phases' syntax.
Next