Age | Commit message (Expand) | Author |
2014-03-17 | gnu: python: Change URL to https.•••* gnu/packages/python.scm (python-2, python)[source]: Change URL to
https. This makes sure GnuTLS is available in the derivation that
downloads the source, which is required since http URLs get redirected
to https anyway. Reported by Manolis Ragkousis <manolis837@gmail.com>.
| Ludovic Courtès |
2014-03-03 | gnu: Add ElementTree and pybugz.•••* gnu/packages/python.scm (python2-element-tree, python2-pybugz): New
variables.
| Ludovic Courtès |
2014-02-07 | gnu: python-pysqlite: Point to the latest release tarball.•••* gnu/packages/python.scm (python2-pysqlite): Change 'version' to
"2.6.3a". Change 'uri' to point to pypi.python.org.
Reported by Mark H Weaver <mhw@netris.org> and others.
Update 'home-page' and 'synopsis'.
| Ludovic Courtès |
2013-12-28 | gnu: python: Update to 3.3.3.•••* gnu/packages/python.scm (python): Update to 3.3.3.
| Andreas Enge |
2013-12-28 | gnu: python-2: Update to 2.7.6.•••* gnu/packages/python.scm (python-2): Update to 2.7.6.
| Andreas Enge |
2013-12-15 | gnu: Move libelf and patchelf to (gnu packages elf).•••* gnu/packages/patchelf.scm (patchelf): Move to...
* gnu/packages/elf.scm (patchelf): ... here.
* gnu/packages/patchelf.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/gcc.scm (libelf): Move to...
* gnu/packages/elf.scm (libelf): ... here.
* gnu/packages/cdrom.scm, gnu/packages/icu4c.scm,
gnu/packages/samba.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm:
Adjust references to (gnu packages patchelf).
| Ludovic Courtès |
2013-10-29 | gnu: Add python2-empy.•••* gnu/packages/python.scm (python2-empy): New variable.
| Ludovic Courtès |
2013-10-17 | gnu: Add SCons.•••* gnu/packages/python.scm (scons): New variable.
| Ludovic Courtès |
2013-10-13 | gnu: Add dogtail.•••* gnu/packages/python.scm (python2-dogtail): New variable.
| Ludovic Courtès |
2013-09-22 | gnu: Add python2-pyicu.•••* gnu/packages/python.scm (python2-pyicu): New variable.
| Andreas Enge |
2013-09-21 | gnu: Add python-simplejson, python2-simplejson.•••* gnu/packages/python.scm (python-simplejson, python2-simplejson):
New variables.
| Andreas Enge |
2013-09-21 | gnu: python2-pysqlite: Fix 'license'.•••* gnu/packages/python.scm (python2-pysqlite): Refer to (@ (guix
licenses) zlib), not to the same-named package.
| Ludovic Courtès |
2013-09-13 | gnu: Add python2-mechanize.•••* gnu/packages/python.scm (python2-mechanize): New variable.
| Andreas Enge |
2013-09-12 | gnu: Add python2-sqlite.•••* gnu/packages/python.scm (python2-sqlite): New variable.
| Andreas Enge |
2013-09-11 | gnu: Update python-babel, python2-babel to 1.3.•••* gnu/packages/python.scm (python-babel, python2-babel): Update to 1.3.
| Andreas Enge |
2013-09-11 | gnu: Add python-dateutil, python2-dateutil.•••* gnu/packages/python.scm (python-dateutil, python2-dateutil): New variables.
| Andreas Enge |
2013-09-11 | guix: python: Create module installation path and add it to PYTHONPATH during••• the installation phase.
* guix/build/python-build-system.scm (get-python-version): New procedure.
* guix/build/python-build-system.scm (install): Create and add path.
* gnu/packages/python.scm (python-setuptools): Drop path creation code.
| Andreas Enge |
2013-09-10 | gnu: Add python-setuptools, python2-setuptools.•••* gnu/packages/python.scm (python-setuptools, python2-setuptools):
New variables.
| Andreas Enge |
2013-09-08 | guix: python: Add package-with-python2, a procedure rewriting a package••• to compile with Python 2 instead of the default Python 3.
* guix/build-system/python.scm (default-python2, package-with-explicit-python,
package-with-python2): New procedures.
* guix/build-system/python.scm (python2-pytz, python2-babel): Use
package-with-python2.
| Andreas Enge |
2013-09-05 | gnu: python: Disable tests in python2-pytz and python2-babel.•••* gnu/packages/python.scm (python2-pytz, python2-babel): Disable tests.
| Andreas Enge |
2013-09-05 | gnu: python: Disable tests in pytz and babel.•••* gnu/packages/python.scm (python-pytz, python-babel): Disable tests.
| Andreas Enge |
2013-09-04 | gnu: python: Implement the python naming scheme for pytz and babel.•••* gnu/packages/python.scm (pytz): Rename this ...
* gnu/packages/python.scm (python-pytz): ... to this
* gnu/packages/python.scm (python2-pytz): New variable, input python-2.
* gnu/packages/python.scm (babel): Rename this ...
* gnu/packages/python.scm (python-babel): ... to this
* gnu/packages/python.scm (python2-babel): New variable, input python-2.
| Andreas Enge |
2013-09-03 | gnu: python: Add package python-wrapper.•••* gnu/packages/python.scm (python-wrapper): New variable.
| Andreas Enge |
2013-09-02 | gnu: python: Revert 77c7f8f4 and make Python 3 the default.•••* gnu/packages/python.scm (python-3): Rename this to...
* gnu/packages/python.scm (python): ...this, rename this to...
* gnu/packages/python.scm (python-2): ...this.
| Andreas Enge |
2013-09-01 | gnu: python: Temporarily make python 2 the default.•••* gnu/packages/python.scm (python-2): Rename this to...
* gnu/packages/python.scm (python): ...this, rename this to...
* gnu/packages/python.scm (python-3): ...this. Reverts to version 2 as the
default input for packages requiring Python.
| Andreas Enge |
2013-08-31 | gnu: python: Adapt native-search-paths for Python 3.3.•••* gnu/packages/python.scm (python): Modify native-search-paths.
| Andreas Enge |
2013-08-31 | gnu: Add Python 3.•••* gnu/packages/python.scm (python-2): Rename from python for version 2.
* gnu/packages/python.scm (python): New variable for version 3.
| Andreas Enge |
2013-08-27 | gnu: Update python to 2.7.5.•••* gnu/packages/python.scm (python): Update to 2.7.5.
| Andreas Enge |
2013-06-01 | gnu: Add Babel.•••* gnu/packages/babel.scm (babel): New package.
| Cyril Roelandt |
2013-05-29 | gnu: Add pytz.•••* gnu/packages/python.scm (pytz): New package.
| Cyril Roelandt |
2013-05-08 | Add (guix build rpath).•••* guix/build/rpath.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages/python.scm (python): Use it; remove local copy of
the *rpath* procedures.
* gnu/packages/samba.scm (samba): Likewise.
| Ludovic Courtès |
2013-05-08 | gnu: python: Build the shared library.•••* gnu/packages/python.scm (python): Add `--enable-shared'. Add
#:modules and #:phases. Add PatchELF as an input.
| Ludovic Courtès |
2013-04-26 | Merge branch 'master' into core-updates•••Conflicts:
Makefile.am
gnu/packages/autotools.scm
gnu/packages/guile.scm
gnu/packages/python.scm
gnu/packages/shishi.scm
guix/gnu-maintenance.scm
guix/scripts/build.scm
guix/scripts/gc.scm
guix/scripts/package.scm
guix/scripts/substitute-binary.scm
guix/ui.scm
nix/nix-daemon/guix-daemon.cc
test-env.in
tests/nar.scm
tests/store.scm
| Ludovic Courtès |
2013-04-16 | gnu: Python: bump to version 2.7.4.•••* gnu/packages/python.scm: bump to version 2.7.4, remove references to
python-fix-dbm.patch.
* Makefile.am: remove references to python-fix-dbm.patch
* gnu/packages/patches/python-fix-dbm.patch: remove it.
| Cyril Roelandt |
2013-04-12 | gnu: Python: fix the compilation of some modules from the standard library.•••This commit enables the bz2, dbm, readline, ssl and zlib modules.
* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
| Cyril Roelandt |
2013-04-07 | gnu: Python: fix the compilation of some modules from the standard library.•••This commit enables the bz2, dbm, readline, ssl and zlib modules.
* gnu/packages/gdbm.scm: Enable the compatibility mode.
* gnu/packages/python.scm: Enable a few modules from the standard library.
* gnu/packages/patches/python-fix-dbm.patch: New file.
* Makefile.am: Add it.
| Cyril Roelandt |
2013-03-30 | gnu: Define `native-search-paths' for Automake, Guile, and Python.•••* gnu/packages/autotools.scm (automake)[native-search-paths]: New field.
* gnu/packages/guile.scm (guile-1.8)[native-search-paths]: New field.
(guile-2.0)[native-search-paths]: New field.
* gnu/packages/python.scm (python)[native-search-paths]: New field.
| Ludovic Courtès |
2013-01-27 | gnu: python: Remove unnecessary module import.•••* gnu/packages/python.scm: Remove use of (gnu packages base).
| Ludovic Courtès |
2013-01-18 | distro: Change the module name space to (gnu ...).•••* distro: Rename to...
* gnu: ... this. Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
/distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
| Ludovic Courtès |