~ruther/guix-local

ref: 9765b3aeac88ae9c9ffc38ed6d1f8dcbd9abca7b guix-local/gnu/packages/python.scm -rw-r--r-- 186.6 KiB
9765b3ae — Ludovic Courtès 10 years ago
Revert "gnu: python: Do not retain references to build tools."

This reverts commit 14f8dae6b1e42cfd37678d64c137932b91656a41, which
was unintentionally pushed (it does not work with Python 3.)
b8137825 — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
797e1401 — Ricardo Wurmus 10 years ago
gnu: python-h5py: Fix path to hdf5 library.

* gnu/packages/python.scm (python-h5py)[arguments]: Add "fix-hdf5-paths"
  phase.
3c4010b1 — Ricardo Wurmus 10 years ago
gnu: python-h5py, python2-h5py: Correct inputs.

* 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".
1285119b — Ricardo Wurmus 10 years ago
gnu: Add python-joblib.

* gnu/packages/python.scm (python-joblib, python2-joblib): New
  variables.
319fe79d — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates
6a20289d — Ludovic Courtès 10 years ago
gnu: python: Simplify list of configure flags.

* 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.
afa181ff — Ludovic Courtès 10 years ago
gnu: python: Build the tkinter module.

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.
95288fcc — Ludovic Courtès 10 years ago
gnu: python: Add "minimal" variants.

* 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.
0d56e3e1 — Ludovic Courtès 10 years ago
gnu: python-wrapper: Improve synopsis and description.

* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide
  literal 'description' value.
14f8dae6 — Ludovic Courtès 10 years ago
gnu: python: Do not retain references to build tools.

* gnu/packages/python.scm (python-2)[arguments]: Add
  'do-not-record-configure-flags' and
  'do-not-record-configure-flags-in-makefile' phases.
afd3d931 — Ludovic Courtès 10 years ago
Use "normalized codesets" everywhere.

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.
02a8a187 — Ben Woodcroft 10 years ago
gnu: Add python-xlrd.

* gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
e1556533 — Ludovic Courtès 10 years ago
Merge branch 'core-updates'
5af999b8 — Ricardo Wurmus 10 years ago
gnu: Add pyOpenSSL.

* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): New
  variables.
88b47cb0 — Ricardo Wurmus 10 years ago
gnu: Add python-cryptography.

* gnu/packages/python.scm (python-cryptography, python2-cryptography):
  New variables.
aa759a51 — Ricardo Wurmus 10 years ago
gnu: Add python-cryptography-vectors.

* gnu/packages/python.scm (python-cryptography-vectors,
  python2-cryptography-vectors): New variables.
36ebf972 — Ricardo Wurmus 10 years ago
gnu: Add python-pretend.

* gnu/packages/python.scm (python-pretend, python2-pretend): New
  variables.
3f00e078 — Ricardo Wurmus 10 years ago
gnu: Add python-idna.

* gnu/packages/python.scm (python-idna, python2-idna): New variables.
9a49a535 — Ricardo Wurmus 10 years ago
gnu: Add python-ipaddress.

* gnu/packages/python.scm (python2-ipaddress): New variable.
Next