summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Expand)Author
2013-08-31gnu: 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-27gnu: Update python to 2.7.5....* gnu/packages/python.scm (python): Update to 2.7.5. Andreas Enge
2013-06-01gnu: Add Babel....* gnu/packages/babel.scm (babel): New package. Cyril Roelandt
2013-05-29gnu: Add pytz....* gnu/packages/python.scm (pytz): New package. Cyril Roelandt
2013-05-08Add (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-08gnu: 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-26Merge 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-16gnu: 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-12gnu: 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-07gnu: 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-30gnu: 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-27gnu: python: Remove unnecessary module import....* gnu/packages/python.scm: Remove use of (gnu packages base). Ludovic Courtès
2013-01-18distro: 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