summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.Mark H Weaver2014-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/abiword.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/backup.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/compression.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/dc.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/gimp.scm, gnu/packages/gkrellm.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnutls.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/image.scm, gnu/packages/indent.scm, gnu/packages/inkscape.scm, gnu/packages/lesstif.scm, gnu/packages/links.scm, gnu/packages/lisp.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/maths.scm, gnu/packages/mp3.scm, gnu/packages/openssl.scm, gnu/packages/ots.scm, gnu/packages/pciutils.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/slim.scm, gnu/packages/ssh.scm, gnu/packages/texlive.scm, gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wv.scm, gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/yasm.scm, gnu/packages/zip.scm, guix/build/cmake-build-system.scm, guix/build/perl-build-system.scm, guix/build/python-build-system.scm, guix/download.scm: Replaces uses of #:renamer and 'symbol-prefix-proc' with #:prefix.
* gnu: Adjust synopses as recommended by 'guix lint'.Ludovic Courtès2014-09-13
| | | | Remove leading articles and trailing periods in package synopses.
* gnu: Consolidate databases in (gnu packages databases).Ludovic Courtès2014-09-08
| | | | | | | | | | | | | | | * gnu/packages/databases.scm: New file, with the contents of the following deleted files. * gnu/packages/mysql.scm, gnu/packages/postgresql.scm, gnu/packages/recutils.scm, gnu/packages/sqlite.scm, gnu/packages/bdb.scm: Remove. * gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/apl.scm, gnu/packages/dc.scm, gnu/packages/games.scm, gnu/packages/gnunet.scm, gnu/packages/linux.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm, gnu/packages/nvi.scm, gnu/packages/openldap.scm, gnu/packages/package-management.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/rdf.scm, gnu/packages/version-control.scm: Adjust to new module name.
* gnu: Add python-sphinx.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-sphinx, python2-sphinx): New variables.
* gnu: Add python-pygments.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pygments, python2-pygments): New variables.
* gnu: Add python-docutils.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-docutils, python2-docutils): New variables.
* gnu: Add python-jinja2.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-jinja2, python2-jinja2): New variables.
* gnu: Add python-markupsafe.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-markupsafe, python2-markupsafe): New variables.
* gnu: Add python-virtualenv.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-virtualenv, python2-virtualenv): New variables.
* gnu: Add python-itsdangerous.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-itsdangerous, python2-itsdangerous): New variables.
* gnu: Add python-oauthlib.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-oauthlib, python2-oauthlib): New variables.
* gnu: Add python-pyjwt.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pyjwt, python2-pyjwt): New variables.
* gnu: Add python-discover.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-discover, python2-discover): New variables.
* gnu: Add python-coverage.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-coverage, python2-coverage): New variables.
* gnu: Add python-testrepository.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testrepository, python2-testrepository): New variables.
* gnu: Add python-fixtures.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-fixtures, python2-fixtures): New variables.
* gnu: Add python-subunit.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-subunit, python2-subunit): New variables.
* gnu: Add python-testresources.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testresources, python2-testresources): New variables.
* gnu: Add python-testscenarios.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testscenarios, python2-testscenarios): New variables.
* gnu: Add python-testtools.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-testtools, python2-testtools): New variables.
* gnu: Add python-scripttest.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-scriptest, python2-scripttest): New variables.
* gnu: Add python-pytest.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pytest, python2-pytest): New variables.
* gnu: Add python-py.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-py, python2-py): New variables.
* gnu: Add python-unittest2.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-unittest2, python2-unittest2): New variables.
* gnu: Add python-nose.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-nose, python2-nose): New variables.
* gnu: Add python-extras.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-extras, python2-extras): New variables.
* gnu: Add python-mimeparse.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-mimeparse, python2-mimeparse): New variables.
* gnu: Add python-unidecode.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-unidecode, python2-unidecode): New variables.
* gnu: Add python-jsonschema.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-jsonschema, python2-jsonschema): New variables.
* gnu: Add python2-requests.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python2-requests): New variable.
* gnu: Add python-certifi.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-certifi, python2-certifi): New variables.
* gnu: Add python-pyld.David Thompson2014-09-05
| | | | * gnu/packages/python.scm (python-pyld, python2-pyld): New variables.
* gnu: Add python-exif-read.David Thompson2014-09-05
| | | | | * gnu/packages/python.scm (python-exif-read, python2-exif-read): New variables.
* gnu: Avoid circular dependency among modules.Ludovic Courtès2014-07-04
| | | | | | Reported by Alex Kost <alezost@gmail.com>. * gnu/packages/python.scm: Don't use #:select for (gnu packages zip).
* gnu: Add jrnl, python-pycrypto, python-keyring, python-parsedatetime, and ↵Eric Bavier2014-06-30
| | | | | | | | | | python-tzlocal. * 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.
* gnu: Add behave, python-six, python-enum34, python-parse-type, and python-parse.Eric Bavier2014-06-30
| | | | | * gnu/packages/python.scm (python-six, python-enum34, python-parse-type, python-parse, behave): New variables.
* gnu: Add python-mock.Eric Bavier2014-05-27
| | | | * gnu/packages/python.scm (python-mock): New variable.
* gnu: Add python-lockfile.Eric Bavier2014-05-27
| | | | * gnu/packages/python.scm (python-lockfile): New variable.
* gnu: pybugz: Add fixlet patches.Ludovic Courtès2014-05-05
| | | | | | | | * 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.
* gnu: python: Apply mips n32 fix to bundled libffi.Mark H Weaver2014-04-07
| | | | | | * 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.
* gnu: python: Upgrade to 3.3.5.Ludovic Courtès2014-04-07
| | | | * gnu/packages/python.scm (python): Upgrade to 3.3.5.
* gnu: python: Use /nix/.../sh in popen2 moduleEric Bavier2014-04-03
| | | | * gnu/packages/python.scm (python-2): patch Lib/popen2.py to use /nix/.../sh.
* gnu: Remove unused lambda arguments and prefer separate phases overEric Bavier2014-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* gnu: Enable tests in Python 3.Cyril Roelandt2014-03-25
| | | | | | * 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.
* gnu: Python: use /nix/.../sh instead of /bin/sh in the subprocess moduleCyril Roelandt2014-03-25
| | | | | * gnu/packages/python.scm (python-2): patch Lib/subprocess.py to use /nix/.../sh.
* gnu: Enable the 'ctypes' module in Python.Cyril Roelandt2014-03-25
| | | | | * gnu/packages/python.scm (python-2): add libffi to the inputs and use it to build the ctypes module.
* gnu: python: Change URL to https.Ludovic Courtès2014-03-17
| | | | | | | * 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>.
* gnu: Add ElementTree and pybugz.Ludovic Courtès2014-03-03
| | | | | * gnu/packages/python.scm (python2-element-tree, python2-pybugz): New variables.
* gnu: python-pysqlite: Point to the latest release tarball.Ludovic Courtès2014-02-07
| | | | | | | * 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'.
* gnu: python: Update to 3.3.3.Andreas Enge2013-12-28
| | | | * gnu/packages/python.scm (python): Update to 3.3.3.