| Age | Commit message (Collapse) | Author |
|
* gnu/packages/python.scm (python2-funcsigs): New variable.
|
|
* gnu/packages/python.scm (python-flake8): Update to 3.4.1.
[source]: Remove obsolete snippet.
[arguments]: Override 'check' phase.
[propagated-inputs]: Remove PYTHON-PEP8. Add PYTHON-PYCODESTYLE and
PYTHON-SETUPTOOLS.
[native-inputs]: Change PYTHON-MOCK to PYTHON-MOCK-2. Remove PYTHON-NOSE. Add
PYTHON-PYTEST-BOOTSTRAP and PYTHON-PYTEST-RUNNER.
[properties]: Declare python2 variant.
* gnu/packages/python.scm (python-flake8)[propagated-inputs]: Add PYTHON2-ENUM
and PYTHON2-CONFIGPARSER.
|
|
* gnu/packages/python.scm (python2-enum): New variable.
|
|
* gnu/packages/python.scm (python-traceback2,
python-linecache2)[native-inputs]: Use PYTHON-PBR-MINIMAL instead of PYTHON-PBR.
|
|
* gnu/packages/python.scm (python-mock-2)[propagated-inputs]: Add PYTHON-SIX.
|
|
* gnu/packages/python.scm (python-mccabe): Update to 0.6.1.
|
|
* gnu/packages/python.scm (python-pyflakes): Update to 1.5.0.
|
|
* gnu/packages/python.scm (python-pytest): Update to 3.2.3.
[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
(python-pytest)[native-inputs]: Likewise.
(python2-pytest)[native-inputs]: Remove PYTHON2-ENUM34.
|
|
* gnu/packages/python.scm (python-setuptools-scm): Update to 1.15.6.
|
|
* gnu/packages/python.scm (python-pytest-bootstrap, python2-pytest-bootstrap):
New variables.
(python-six, python-hypothesis, python-pytest-runner,
python-mccabe)[native-inputs]: Use PYTHON-PYTEST-BOOTSTRAP instead of
PYTHON-PYTEST.
|
|
* gnu/packages/python.scm (python-pytest): Update to 3.0.7.
[source]: Move substitution to ...
[arguments]: ... here. Incorporate phase from pytest-3.0.
[native-inputs]: Add PYTHON-HYPOTHESIS.
(python-pytest-3.0): Remove variable.
(python2-pytest-3.0): Rename to ...
(python2-pytest): ... this.
[native-inputs]: Add PYTHON2-ENUM34.
* gnu/packages/backup.scm (borg)[native-inputs]: Replace PYTHON-PYTEST-3.0
with PYTHON-PYTEST.
* gnu/packages/calendar.scm (khal): Likewise.
* gnu/packages/databases.scm (python-orator): Likewise.
* gnu/packages/python.scm (python-sphinx-1.6, python-sphinx-1.5.3,
python-pexpect, python-cryptography, python-pyopenssl, python-pytest-warnings,
python-pytest-capturelog, python-pytest-catchlog, python-marshmallow,
python-apispec, python-flasgger, python-pyjwt, python-grako,
python-honcho): Likewise.
* gnu/packages/web.scm (python-internetarchive): Likewise.
|
|
* gnu/packages/python.scm (python-six): Update to 1.11.0.
|
|
* gnu/packages/python.scm (python-six)[arguments]: Override 'check' phase.
|
|
* gnu/packages/python.scm (python-py, python2-py): Update to 1.4.34.
|
|
* gnu/packages/patches/python-3.5-fix-tests.patch: Rename to ...
* gnu/packages/patches/python-3-fix-tests.patch: ... this. Adjust and disable
more tests.
* gnu/packages/patches/python-3.5-getentropy-on-old-kernels.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/python.scm (python-2.7)[argument]: Patch '/bin/sh' in one more file.
(python-3.5): Rename to ...
(python-3.6): ... this. Update to 3.6.3.
[source](patches): Remove obsolete patch, adjust to patch rename.
(python-3): Use PYTHON-3.6.
|
|
* gnu/packages/python.scm (python-2.7): Update to 2.7.14.
[source]: Add patch to skip two new tests. Delete upstreamed patch.
* gnu/packages/patches/python-2.7-adjust-tests.patch: New file.
* gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
|
* gnu/packages/python.scm (python2-py2neo): New variable.
|
|
* gnu/packages/python.scm (python2-neo4j-driver): New variable.
|
|
|
|
* gnu/packages/python.scm (python-cffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
* gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust
module imports.
|
|
* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
|
|
* gnu/packages/python.cm (python-cffi)[arguments]: Disable test that
is known to fail on aarch64.
|
|
* gnu/packages/python.scm (python-pyqrcode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python.scm (python-fonttools): Update to 3.15.1.
(source)[uri]: Use 'pypi-uri'.
(native-inputs): Add unzip.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/python.scm (python-psycopg2): Update to 2.7.3.1.
[inputs]: Replace postgresql@9.6 with postgresql.
|
|
* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql
with postgresql@9.6.
|
|
This fixes running ipython console and ipython3 console, as the
jupyter_console package is missing.
As python-ipython is an input to python-jupyter-console, use a modified
version of the package which doesn't have this input.
* gnu/packages/python.scm (python-jupyter-console-minimal): New variable.
(python-ipython)[propagated-inputs]: Replace python-jupyter-console with
python-jupyter-console-minimal.
|
|
* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
|
|
* gnu/packages/python.scm (python-twisted): Update to 17.1.0.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/python.scm (python-incremental, python2-incremental): New
variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/python.scm (python-automat, python2-automat): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/python.scm (python-m2r, python2-m2r): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/python.scm (python-constantly, python2-constantly): New
variables.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/python.scm (python-attrs, python2-attrs): New variables.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
* gnu/packages/python.scm (python2-unittest2): Update to 1.1.0.
* gnu/packages/patches/python2-unittest2-remove-argparse.patch: New file.
* gnu/local.mk: Add it.
|
|
* gnu/packages/python.scm (python-traceback2, python2-traceback2): New
variables.
|
|
* gnu/packages/python.scm (python-linecache2, python2-linecache2): New
variables.
|
|
* gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
|
|
* gnu/packages/python.scm (python2-aniso8601): New variable.
|
|
* gnu/packages/python.scm (python-aniso8601, python2-aniso8601): Update to 1.3.0.
|
|
* gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
|
|
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
|
|
* gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
|
|
* gnu/packages/python.scm (python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme): New variables.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
file is used to determine configuration file encoding and py3status fails to
start when this tool is missing.
* gnu/packages/python.scm (python-py3status)[inputs]: Add file.
[arguments]: Modify phases to patch py3status to call file with an absolute
path.
|
|
|
|
* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
|
|
This reverts commit 025b196d9b739418dd9d305864fdb1fb1d0d5af2.
This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
|