Age | Commit message (Expand) | Author |
2015-12-05 | gnu: Add python-zope-location.•••* gnu/packages/python.scm (python-zope-location, python2-zope-location):
New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-proxy.•••* gnu/packages/python.scm (python-zope-proxy, python2-zope-proxy): New
variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-configuration.•••* gnu/packages/python.scm (python-zope-configuration,
python2-zope-configuration): New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-schema.•••* gnu/packages/python.scm (python-zope-schema, python2-zope-schema): New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-i18nmessageid.•••* gnu/packages/python.scm (python-zope-i18nmessageid,
python2-zope-i18nmessageid): New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-testrunner.•••* gnu/packages/python.scm (python-zope-testrunner,
python2-zope-testrunner): New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-testing.•••* gnu/packages/python.scm (python-zope-testing, python2-zope-testing):
New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-exceptions.•••* gnu/packages/python.scm (python-zope-exceptions,
python2-zope-exceptions): New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-interface.•••* gnu/packages/python.scm (python-zope-interface,
python2-zope-interface): New variables.
| Leo Famulari |
2015-12-05 | gnu: Add python-zope-event.•••* gnu/packages/python.scm (python-zope-event, python2-zope-event): New
variables.
| Leo Famulari |
2015-12-03 | gnu: python2-seaborn: Use custom 'python2-' packages.•••* gnu/packages/python.scm (python2-seaborn): Use customized 'python2-'
versions of 'matplotlib', 'pandas' and 'scipy'.
| Federico Beffa |
2015-12-03 | gnu: python2-scikit-image: Use custom 'python2-' packages.•••* gnu/packages/python.scm (python2-scikit-image): Use customized 'python2-'
versions of 'matplotlib', 'numpy' and 'scipy'.
| Federico Beffa |
2015-12-03 | gnu: python2-pandas: Use custom 'python2-numpy'.•••* gnu/packages/python.scm (python2-pandas): Do it.
| Federico Beffa |
2015-12-03 | gnu: python2-ipython: Use custom 'python2-numpy'.•••* gnu/packages/python.scm (python2-ipython): Do it.
| Federico Beffa |
2015-12-02 | gnu: python-matplotlib: Adjust path to figures in 'info' file.•••* gnu/packages/python.scm (python-matplotlib): Do it.
| Federico Beffa |
2015-12-02 | gnu: python-ipython: Don't use the bootstrap version of 'python-numpy'.•••* gnu/packages/python.scm (python-ipython): Do it.
| Federico Beffa |
2015-12-02 | gnu: python-matplotlib: Add 'TkAgg' backend and update to version '1.4.3'.•••* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it.
* gnu/packages/patches/matplotlib-setupext-tk.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new patch.
| Federico Beffa |
2015-12-01 | gnu: python-six: Update to 1.10.0.•••* gnu/packages/python.scm (python-six): Update to 1.10.0.
[source]: Change uri to pypi format.
| Efraim Flashner |
2015-12-01 | gnu: python-babel: Update to 2.1.1.•••* gnu/packages/python.scm (python-babel): Update to 2.1.1.
[source]: Change uri to pypi format.
| Efraim Flashner |
2015-11-30 | gnu: python2-keyring: Use python2-pycrypto.•••* gnu/packages/python.scm (python2-keyring)[inputs]: Force building
with python2-pycrypto.
| Efraim Flashner |
2015-11-30 | gnu: python2-pycrypto: Use python2.•••* gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building
with python2.
| Efraim Flashner |
2015-11-29 | gnu: python: Move tkinter to "tk" output.•••* gnu/packages/python.scm (python-2)[outputs]: New field.
[arguments]: Add 'move-tk-inter' phase.
(python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
| Ludovic Courtès |
2015-11-29 | gnu: python: Clarify and shorten the list of built-time modules.•••* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
| Ludovic Courtès |
2015-11-29 | gnu: python: Do not record configure flags.•••This reduces the number of run-time dependencies of python-2 from 25 to
15, corresponding only to ~4 MiB.
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' phase.
| Ludovic Courtès |
2015-11-29 | gnu: python: Factorize configure flags with minimal variants.•••* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]:
Reuse the inherited configure flags, and just add
--without-system-ffi.
| Ludovic Courtès |
2015-11-29 | gnu: python: Make 'sys.version' deterministic.•••* gnu/packages/patches/python-2-deterministic-build-info.patch,
gnu/packages/patches/python-3-deterministic-build-info.patch: New
files.
* gnu/packages/python.scm (python-2, python): Use them.
* gnu-system.am (dist_patch_DATA): Add them.
| Ludovic Courtès |
2015-11-29 | gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.•••* gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH
to 1 to match what the daemon does.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
| Ludovic Courtès |
2015-11-29 | gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.•••* gnu/packages/patches/python-2.7-source-date-epoch.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
[arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
* gnu-system.am (dist_patch_DATA): Add patch.
| Ludovic Courtès |
2015-11-26 | gnu: python-pickleshare: Add python-setuptools to native-inputs.•••* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
| Efraim Flashner |
2015-11-26 | gnu: python-pathpy: Add python-setuptools to native-inputs.•••* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.
| Efraim Flashner |
2015-11-26 | gnu: python2-oauthlib: Override python2-cryptography in inputs.•••* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited
"python2-cryptography" in inputs.
| Efraim Flashner |
2015-11-25 | gnu: python-oauthlib: Update to 1.0.3.•••* gnu/packages/python.scm (python-oauthlib): Update to 1.0.3.
[native-inputs]: Move python-setuptools, python-nose, python mock here.
Add python-coverage.
[inputs]: Add python-blinker, python-cryptography, python-pyjwt.
| Efraim Flashner |
2015-11-25 | gnu: python2-unittest2: Use python2-setuptools.•••* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from
python-setuptools to python2-setuptools.
| Efraim Flashner |
2015-11-24 | gnu: python-pyjwt: Update to 1.4.0.•••* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0.
[native-inputs]: Move python-setuptools here, add python-pytest-runner.
| Efraim Flashner |
2015-11-24 | gnu: python-pytest-runner: Add python-setuptools as native-input.•••* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
python-setuptools.
| Efraim Flashner |
2015-11-24 | gnu: python-setuptools-scm: Update to 1.9.0.•••* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0.
[native-inputs]: Add python-setuptools.
| Efraim Flashner |
2015-11-18 | gnu: python-tornado: Use the preferred home-page.•••* gnu/packages/python.scm (python-tornado)[home-page]: Use the preferred
one.
| Mark H Weaver |
2015-11-18 | gnu: python-cryptography: Update to 1.0.2.•••* gnu/packages/python.scm (python-cryptography): Update to 1.0.2.
| Mark H Weaver |
2015-11-18 | gnu: python-cryptography-vectors: Update to 1.0.2.•••* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.0.2.
| Mark H Weaver |
2015-11-18 | gnu: Add python-pystache.•••* gnu/packages/python.scm (python-pystache, python2-pystache): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Erik Edrosa |
2015-11-03 | gnu: paramiko: Move python-pycrypto to the propagated inputs.•••* gnu/packages/python.scm (python-paramiko): Move python-pycrypto to the
propagated-inputs.
| Cyril Roelandt |
2015-11-03 | gnu: Add python-flake8-2.2.4•••* gnu/packages/python.scm (python-flake8-2.2.4,
python2-flake8-2.2.4): New variables.
| Cyril Roelandt |
2015-11-03 | gnu: Add python-mccabe 0.2.1•••* gnu/packages/python.scm (python-mccabe-0.2.1,
python2-mccabe-0.2.1): New variables.
| Cyril Roelandt |
2015-11-03 | gnu: Update python-requests.•••* gnu/packages/python.scm (python-requests, python2-requests): Bump to 2.8.0.
| Cyril Roelandt |
2015-11-02 | gnu: python-simplegeneric: Add setuptools to native inputs.•••* gnu/packages/python.scm (python-simplegeneric)[native-inputs]: Add
python-setuptools.
| Ricardo Wurmus |
2015-10-30 | Merge branch 'master' into dbus-update | 宋文武 |
2015-10-29 | gnu: Move gdbm to (gnu packages databases).•••* gnu/packages/gdbm.scm: Remove.
* gnu/packages/databases.scm (gdbm): New variable, from gdbm.scm.
* gnu/packages/avahi.scm, gnu/packages/cyrus-sasl.scm,
gnu/packages/guile.scm, gnu/packages/mail.scm,
gnu/packages/man.scm, gnu/packages/pulseaudio.scm,
gnu/packages/python.scm, gnu/packages/ruby.scm,
gnu/packages/sawfish.scm: Adjust accordingly.
* gnu-system.am (GNU_SYSTEM_MODULES): Remove gdbm.scm.
| Ludovic Courtès |
2015-10-28 | gnu: python-debian: Avoid @itemize in description.•••* gnu/packages/python.scm (python-debian): Use @enumerate instead of
@itemize.
| Ludovic Courtès |
2015-10-27 | gnu: Add python-chardet.•••* gnu/packages/python.scm (python-chardet, python2-chardet): New
variables.
| Ludovic Courtès |
2015-10-27 | gnu: Add python-debian.•••* gnu/packages/python.scm (python-debian, python2-debian): New
variables.
| Ludovic Courtès |