aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
Commit message (Collapse)AuthorAge
* gnu: python-rpy2: Add "zlib" to native-inputs.Ricardo Wurmus2015-10-13
| | | | * gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib".
* gnu: python-scipy, python2-scipy: Update to 0.16.0.Ricardo Wurmus2015-10-13
| | | | | * gnu/packages/python.scm (python-scipy, python2-scipy): Update to 0.16.0.
* gnu: python-scipy, python2-scipy: Propagate Python inputs.Ricardo Wurmus2015-10-13
| | | | | | | | | | * gnu/packages/python.scm (python-scipy)[inputs]: Move "python-numpy", "python-matplotlib", and "python-pyparsing" to propagated-inputs; move "python-nose" and "python-sphinx" to native-inputs. [propagated-inputs]: New field. [native-inputs]: Move "python-nose" and "python-sphinx" from inputs field here. (python2-scipy): Modify propagated-inputs instead of inputs field.
* Merge branch 'core-updates'Ludovic Courtès2015-10-12
|\
| * Revert "gnu: python: Do not retain references to build tools."Ludovic Courtès2015-10-08
| | | | | | | | | | This reverts commit 14f8dae6b1e42cfd37678d64c137932b91656a41, which was unintentionally pushed (it does not work with Python 3.)
| * Merge branch 'master' into core-updatesMark H Weaver2015-10-08
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2015-10-07
| |\ \
| * | | gnu: python: Simplify list of configure flags.Ludovic Courtès2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/python-2.7-search-paths.patch, gnu/packages/patches/python-3-search-paths.patch: New files. * gnu-system.am (dist_patch_DATA): Add them. * gnu/packages/python.scm (python-2)[source]: Use first patch. [arguments]: Remove now unneeded CPPFLAGS and LDFLAGS. (python)[source]: Use second patch. (python-minimal)[arguments]: Remove CPPFLAGS and LDFLAGS.
| * | | gnu: python: Build the tkinter module.Ludovic Courtès2015-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <http://bugs.gnu.org/20889>. Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/python.scm (python-2)[arguments]: Pass --with-tcltk-includes and --with-tcltk-libs. [inputs]: Add TCL and TK.
| * | | gnu: python: Add "minimal" variants.Ludovic Courtès2015-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-minimal, python-minimal): New variables. (wrap-python3): New procedure. (python-wrapper): Use it. (python-minimal-wrapper): New variable. * gnu/packages/xml.scm (libxslt)[native-inputs]: Use PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER. * gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
| * | | gnu: python-wrapper: Improve synopsis and description.Ludovic Courtès2015-10-07
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide literal 'description' value.
| * | | gnu: python: Do not retain references to build tools.Ludovic Courtès2015-10-07
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-2)[arguments]: Add 'do-not-record-configure-flags' and 'do-not-record-configure-flags-in-makefile' phases.
| * | | Use "normalized codesets" everywhere.Ludovic Courtès2015-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In other words, change "xx_YY.UTF-8" to "xx_YY.utf8". * guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of "en_US.UTF-8". * guix/packages.scm (patch-and-repack): Likewise. * guix/build/gnu-build-system.scm (install-locale): Likewise. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise. * gnu/packages/python.scm (python-ipython): Likewise. * gnu/packages/gawk.scm (gawk): Likewise. * build-aux/hydra/demo-os.scm: Likewise. * gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove 'change-locale' phase.
* | | | gnu: Add python-traitlets.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-traitlets, python2-traitlets): New variables.
* | | | gnu: Add python-ipython-genutils.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-ipython-genutils, python2-ipython-genutils): New variables.
* | | | gnu: Add python-simplegeneric.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-simplegeneric, python2-simplegeneric): New variables.
* | | | gnu: Add python-pickleshare.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pickleshare, python2-pickleshare): New variables.
* | | | gnu: Add python-pathpy.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pathpy, python2-pathpy): New variables.
* | | | gnu: Add python-pytest-runner.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pytest-runner, python2-pytest-runner): New variables.
* | | | gnu: Add python-setuptools-scm.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-setuptools-scm, python2-setuptools-scm): New variables.
* | | | gnu: Add python-pexpect.Ricardo Wurmus2015-10-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pexpect, python2-pexpect): New variables.
* | | | gnu: Update python-fixturesCyril Roelandt2015-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-fixtures): Update. * gnu/packages/python.scm (python-fixtures-0.3.16, python2-fixtures-0.3.16, python-pbr-0.11, python2-pbr-0.11): New variables. * gnu/packages/python.scm (python-testrepository): Use python-fxitures-0.3.16 instead of python-fixtures in the inputs.
* | | | gnu: Add python-pip.Cyril Roelandt2015-10-10
| |_|/ |/| | | | | | | | * gnu/packages/python.scm (python-pip, python2-pip): New variables.
* | | gnu: python-h5py: Fix path to hdf5 library.Ricardo Wurmus2015-10-08
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-h5py)[arguments]: Add "fix-hdf5-paths" phase.
* | | gnu: python-h5py, python2-h5py: Correct inputs.Ricardo Wurmus2015-10-08
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-h5py) [inputs]: Remove python-cython and python-numpy. [propagated-inputs]: New field. [native-inputs]: Drop python-setuptools and add python-cython. (python2-h5py): Replace "inputs" with "propagated-inputs".
* | | gnu: Add python-joblib.Ricardo Wurmus2015-10-08
| |/ |/| | | | | | | * gnu/packages/python.scm (python-joblib, python2-joblib): New variables.
* | gnu: Add python-xlrd.Ben Woodcroft2015-10-01
|/ | | | | | * gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables. Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
* Merge branch 'core-updates'Ludovic Courtès2015-09-26
|\
| * Merge branch 'master' into core-updatesLudovic Courtès2015-09-24
| |\
| * \ Merge branch 'master' into core-updatesMark H Weaver2015-09-22
| |\ \
| * \ \ Merge branch 'master' into core-updatesLudovic Courtès2015-09-13
| |\ \ \
| * | | | gnu: python-setuptools: Update to 18.3.1.宋文武2015-09-13
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-setuptools): Update to 18.3.1.
| * | | | gnu: Add python-fonttools.宋文武2015-09-06
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-fonttools, python2-fonttools): New variables.
| * | | | gnu: Use 'install-file' instead of 'mkdir-p' and 'copy-file' in obvious cases.Ludovic Courtès2015-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (bedtools, bowtie, bwa, hisat, samtools, plink, star): Use 'install-file' instead of 'mkdir-p' + 'copy-file'. * gnu/packages/check.scm (catch-framework): Likewise. * gnu/packages/code.scm (global): Likewise. * gnu/packages/emacs.scm (magit-svn, haskell-mode, emacs-pdf-tools): Likewise. * gnu/packages/engineering.scm (fastcap, fasthenry): Likewise. * gnu/packages/gnuzilla.scm (nss): Likewise. * gnu/packages/guile.scm (guile-minikanren): Likewise. * gnu/packages/java.scm (swt): Likewise. * gnu/packages/make-bootstrap.scm (%static-binaries): Likewise. * gnu/packages/maths.scm (lpsolve): Likewise. * gnu/packages/mp3.scm (mpc123): Likewise. * gnu/packages/ninja.scm (ninja): Likewise. * gnu/packages/python.scm (python-numpy, python-pyparsing): Likewise. * gnu/packages/screen.scm (dtach): Likewise. * gnu/packages/synergy.scm (synergy): Likewise. * gnu/packages/textutils.scm (utf8proc): Likewise. * gnu/packages/version-control.scm (git-test-sequence): Likewise. * gnu/packages/wicd.scm (wicd): Likewise.
* | | | | gnu: Add pyOpenSSL.Ricardo Wurmus2015-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): New variables.
* | | | | gnu: Add python-cryptography.Ricardo Wurmus2015-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-cryptography, python2-cryptography): New variables.
* | | | | gnu: Add python-cryptography-vectors.Ricardo Wurmus2015-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-cryptography-vectors, python2-cryptography-vectors): New variables.
* | | | | gnu: Add python-pretend.Ricardo Wurmus2015-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pretend, python2-pretend): New variables.
* | | | | gnu: Add python-idna.Ricardo Wurmus2015-09-25
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-idna, python2-idna): New variables.
* | | | | gnu: Add python-ipaddress.Ricardo Wurmus2015-09-25
| |_|_|/ |/| | | | | | | | | | | * gnu/packages/python.scm (python2-ipaddress): New variable.
* | | | gnu: Add python-pyasn1.Ricardo Wurmus2015-09-24
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): New variables.
* | | | gnu: python-cffi: Update to 1.2.1.Ricardo Wurmus2015-09-24
| |_|/ |/| | | | | | | | | | | | | | * gnu/packages/python.scm (python-cffi): Update to 1.2.1. [native-inputs]: Add python-pytest. [arguments]: Enable tests.
* | | gnu: python2-ipython: Override terminado in propagated inputs.Ricardo Wurmus2015-09-21
| | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-ipython)[inputs, propagated-inputs]: Override inherited "python-terminado" in propagated inputs instead of regular inputs.
* | | gnu: Add python2-keyring.Cyril Roelandt2015-09-20
| | | | | | | | | | | | * gnu/packages/python.scm (python2-keyring): New variable.
* | | gnu: Add python2-pyflakes and fix python2-pyflakes-0.8.1.Cyril Roelandt2015-09-20
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python2-pyflakes): New variable. * gnu/packages/python.scm (python2-pyflakes-0.8.1): Fix the definition.
* | | gnu: Add python-prettytableCyril Roelandt2015-09-20
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-prettytable, python2-prettytable): New variables.
* | | gnu: Add python-webob.Cyril Roelandt2015-09-16
| | | | | | | | | | | | * gnu/packages/python.scm (python-webob, python2-webob): New variables.
* | | gnu: Add python-monotonic.Cyril Roelandt2015-09-14
| | | | | | | | | | | | * gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables.
* | | gnu: Add python-iso8601.Cyril Roelandt2015-09-14
| | | | | | | | | | | | * gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables.
* | | gnu: Add python-wraptCyril Roelandt2015-09-14
| | | | | | | | | | | | * gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables.