summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
AgeCommit message (Expand)Author
2014-09-05gnu: Add python-pyjwt....* gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables. David Thompson
2014-09-05gnu: Add python-discover....* gnu/packages/python.scm (python-discover, python2-discover): New variables. David Thompson
2014-09-05gnu: Add python-coverage....* gnu/packages/python.scm (python-coverage, python2-coverage): New variables. David Thompson
2014-09-05gnu: Add python-testrepository....* gnu/packages/python.scm (python-testrepository, python2-testrepository): New variables. David Thompson
2014-09-05gnu: Add python-fixtures....* gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables. David Thompson
2014-09-05gnu: Add python-subunit....* gnu/packages/python.scm (python-subunit, python2-subunit): New variables. David Thompson
2014-09-05gnu: Add python-testresources....* gnu/packages/python.scm (python-testresources, python2-testresources): New variables. David Thompson
2014-09-05gnu: Add python-testscenarios....* gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New variables. David Thompson
2014-09-05gnu: Add python-testtools....* gnu/packages/python.scm (python-testtools, python2-testtools): New variables. David Thompson
2014-09-05gnu: Add python-scripttest....* gnu/packages/python.scm (python-scriptest, python2-scripttest): New variables. David Thompson
2014-09-05gnu: Add python-pytest....* gnu/packages/python.scm (python-pytest, python2-pytest): New variables. David Thompson
2014-09-05gnu: Add python-py....* gnu/packages/python.scm (python-py, python2-py): New variables. David Thompson
2014-09-05gnu: Add python-unittest2....* gnu/packages/python.scm (python-unittest2, python2-unittest2): New variables. David Thompson
2014-09-05gnu: Add python-nose....* gnu/packages/python.scm (python-nose, python2-nose): New variables. David Thompson
2014-09-05gnu: Add python-extras....* gnu/packages/python.scm (python-extras, python2-extras): New variables. David Thompson
2014-09-05gnu: Add python-mimeparse....* gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New variables. David Thompson
2014-09-05gnu: Add python-unidecode....* gnu/packages/python.scm (python-unidecode, python2-unidecode): New variables. David Thompson
2014-09-05gnu: Add python-jsonschema....* gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New variables. David Thompson
2014-09-05gnu: Add python2-requests....* gnu/packages/python.scm (python2-requests): New variable. David Thompson
2014-09-05gnu: Add python-certifi....* gnu/packages/python.scm (python-certifi, python2-certifi): New variables. David Thompson
2014-09-05gnu: Add python-pyld....* gnu/packages/python.scm (python-pyld, python2-pyld): New variables. David Thompson
2014-09-05gnu: Add python-exif-read....* gnu/packages/python.scm (python-exif-read, python2-exif-read): New variables. David Thompson
2014-07-04gnu: Avoid circular dependency among modules....Reported by Alex Kost <alezost@gmail.com>. * gnu/packages/python.scm: Don't use #:select for (gnu packages zip). Ludovic Courtès
2014-06-30gnu: Add jrnl, python-pycrypto, python-keyring, python-parsedatetime, and pyt......* gnu/packages/jrnl.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/packages/python.scm (python-pycrypto, python-keyring, python-dateutil-2, python-parsedatetime, python-tzlocal): New variables. Eric Bavier
2014-06-30gnu: Add behave, python-six, python-enum34, python-parse-type, and python-parse....* gnu/packages/python.scm (python-six, python-enum34, python-parse-type, python-parse, behave): New variables. Eric Bavier
2014-05-27gnu: Add python-mock....* gnu/packages/python.scm (python-mock): New variable. Eric Bavier
2014-05-27gnu: Add python-lockfile....* gnu/packages/python.scm (python-lockfile): New variable. Eric Bavier
2014-05-05gnu: pybugz: Add fixlet patches....* gnu/packages/python.scm (python2-pybugz)[source]: Add 'patches' field. * gnu/packages/patches/pybugz-encode-error.patch, gnu/packages/patches/pybugz-stty.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. Ludovic Courtès
2014-04-07gnu: python: Apply mips n32 fix to bundled libffi....* gnu/packages/patches/python-libffi-mips-n32-fix.patch: New file. * gnu/packages/python.scm (python-2, python): Add it. * gnu-system.am (dist_patch_DATA): Add it. Mark H Weaver
2014-04-07gnu: python: Upgrade to 3.3.5....* gnu/packages/python.scm (python): Upgrade to 3.3.5. Ludovic Courtès
2014-04-03gnu: python: Use /nix/.../sh in popen2 module...* gnu/packages/python.scm (python-2): patch Lib/popen2.py to use /nix/.../sh. Eric Bavier
2014-03-31gnu: Remove unused lambda arguments and prefer separate phases over...augmented phases. * gnu/packages/compression.scm (sharutils) [arguments]: Remove unused lambda args. * gnu/packages/gl.scm (mesa) [arguments]: Same * gnu/packages/fltk.scm [arguments]: Same. Substitute const check phase with #:tests? #f. Add pre-configure phase. * gnu/packages/ghostscript.scm (ghostscript) [arguments]: Put makefile patches in separate phase. Put so steps oinseparate phases. * gnu/packages/glib.scm (gobject-introspection) [arguments]: Remove unused lambda args. Put patches in pre-configure phase. * gnu/packages/gnupg.scm (gnupg) [arguments]: Put patch in pre-configure phase. (pius) [arguments]: Delete const #t configure and build phases. (signing-party) [arguments]: Factor patches into post-unpack phase. (paperkey) [arguments]: Remove unused lambda args. Factor out patches into pre-check phase. * gnu/packages/icu4c.scm [arguments]: Change source dir after standard unpack phase. Factor configure patches into pre-configure phase. * gnu/packages/lsof.scm [arguments]: Remove unused lambda args. Remove unnecessary apply. * gnu/packages/lvm.scm (lvm2) [arguments]: Factor out patches into pre-configure phase. * gnu/packages/libtiff.scm [arguments]: Same * gnu/packages/maths.scm (hdf5) [arguments]: Same * gnu/packages/gtk.scm (gtk+-2) [arguments]: Same * gnu/packages/mp3.scm (libmad) [arguments]: Same (id3lib) [arguments]: Same * gnu/packages/python.scm (python-2) [arguments]: Same * gnu/packages/texlive.scm (texlive) [arguments]: Same * gnu/packages/pretty-print.scm (a2ps) [arguments]: Same (trueprint) [arguments]: Same (source-highlight) [arguments]: Same. Remove unused lambda args. * gnu/packages/netpbm.scm [arguments]: Remove unused lambda args. Factor out test patches into pre-check phase. Condense calls to substitute* * gnu/packages/openldap.scm [arguments]: Factor out libtool copy into post-configure phases. [synopsis] Remove package name. * gnu/packages/ssh.scm (openssh) [arguments]: Factor out patches into separate phases. * gnu/packages/tcsh.scm [arguments]: Factor out test patches into pre-check phase. * gnu/packages/version-control.scm (git) [arguments]: Factor out patches into post-configure phase. * gnu/packages/vim.scm [arguments]: Same. [synopsis] Remove package name. * gnu/packages/vpn.scm (openconnect) [arguments]: Put configure flags in #:configure-flags Eric Bavier
2014-03-25gnu: Enable tests in Python 3....* gnu/packages/python.scm: enable tests for Python 3 * gnu/packages/python-fix-tests.patch: New file. * gnu/packages/gnu-system.am (dist_patch_DATA): add it. Cyril Roelandt
2014-03-25gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess module...* gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use /nix/.../sh. Cyril Roelandt
2014-03-25gnu: Enable the 'ctypes' module in Python....* gnu/packages/python.scm (python-2): add libffi to the inputs and use it to build the ctypes module. Cyril Roelandt
2014-03-17gnu: 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-03gnu: Add ElementTree and pybugz....* gnu/packages/python.scm (python2-element-tree, python2-pybugz): New variables. Ludovic Courtès
2014-02-07gnu: 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-28gnu: python: Update to 3.3.3....* gnu/packages/python.scm (python): Update to 3.3.3. Andreas Enge
2013-12-28gnu: python-2: Update to 2.7.6....* gnu/packages/python.scm (python-2): Update to 2.7.6. Andreas Enge
2013-12-15gnu: 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-29gnu: Add python2-empy....* gnu/packages/python.scm (python2-empy): New variable. Ludovic Courtès
2013-10-17gnu: Add SCons....* gnu/packages/python.scm (scons): New variable. Ludovic Courtès
2013-10-13gnu: Add dogtail....* gnu/packages/python.scm (python2-dogtail): New variable. Ludovic Courtès
2013-09-22gnu: Add python2-pyicu....* gnu/packages/python.scm (python2-pyicu): New variable. Andreas Enge
2013-09-21gnu: Add python-simplejson, python2-simplejson....* gnu/packages/python.scm (python-simplejson, python2-simplejson): New variables. Andreas Enge
2013-09-21gnu: 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-13gnu: Add python2-mechanize....* gnu/packages/python.scm (python2-mechanize): New variable. Andreas Enge
2013-09-12gnu: Add python2-sqlite....* gnu/packages/python.scm (python2-sqlite): New variable. Andreas Enge
2013-09-11gnu: Update python-babel, python2-babel to 1.3....* gnu/packages/python.scm (python-babel, python2-babel): Update to 1.3. Andreas Enge