| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also refactor some common code into a new function.
Examples for these pacakges are python(2)-setuptools and python(2)-pip, which
are installed together with python itself.
* guix/scripts/lint.scm (warn-if-package-has-input): New procedure.
(check-inputs-should-be-native package): Use it; rename and clean-up
variables. (check-inputs-should-not-be-an-input-at-all): New procedure.
(%checkers) Add it.
* doc/guix.texi (Python Modules): Document it.
* tests/lint.scm: ("inputs: python-setuptools should not be an input at all
(input)", "inputs: python-setuptools should not be an input at all
(native-input)" "inputs: python-setuptools should not be an input at all
(propagated-input)"): Add tests.
|
|
|
|
|
|
| |
* gnu/packages/patches/python-2.7-site-prefixes.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add patch.
|
| |
|
|
|
|
|
| |
* guix/build/python-build-system.scm (check): Delete .egg-info dirs
which did not exist prior to calling setup.py but afterwards.
|
|
|
|
|
| |
* guix/build/python-build-system.scm (add-installed-pythonpath,
site-packages): New exported procedures.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/build-system/python.scm (python-build): New keyword argument
"#:use-setuptools?", defaulting to #t.
* guix/build/python-build-system.scm (call-setup-py): New positional
parameter "use-setuptools?". If false, do not use the shim-wrapper
for addin setuptools. (build, check): accept keyword-
parameter, and pass to call-setuppy. (install): same; if
"use-setuptools?" is false, do not use options "--root" and
"--single-version-externally-managed" for setup.py.
* doc/guix.texi (Build Systems): Document it.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is needed for packages using "distutils" instead of "setuptools" since
the former does not understand the "--single-version-externally-managed"
flag. Also export __file__ since it will be unset when setup.py is called from
python "exec".
* guix/build/python-build-system.scm (call-setuppy): extend "python setup.py"
call to import setuptools, export __file__, and call setup.py from
setuptools python environment.
Co-Authored-By: Hartmut Goebel <h.goebel@crazy-compilers.com>
|
|
|
|
|
|
|
|
|
|
|
| |
This requires setuptools to be installed together with python, which is
the case for Python 3 anyway and which we do for our build of Python 2
(see last commit).
* guix/build/python-build-system.scm (install): Add
"--single-version-externally-managed" and "--root=/" to params to be
passed to call-setuppy. Remove thus needless manipulation of
PYTHONPATH. Remove now unused argument "inputs".
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-2.7): Add "--with-ensurepip=install" to
configure-flags.
* doc/guix.texi (Python Modules): Document it.
|
| |
|
|
|
|
|
| |
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52.
[home-page]: Use https.
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (octave): Update to 4.2.0.
[native-inputs]: Add lzip.
[home-page]: Use https.
|
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20161022.
[home-page]: Use https.
|
|
|
|
|
| |
* gnu/packages/cdrom.scm (libcdio): Update to 0.94.
[home-page]: Use https.
|
|
|
|
| |
* gnu/packages/vpn.scm (gvpe): Update to 3.0.
|
|
|
|
| |
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-vcversioner): Update to 2.16.0.0.
[inputs]: Remove python-setuptools.
[properties]: New field.
(python2-vcversioner): Use 'strip-python2-variant'.
[native-inputs]: Add python2-setuptools.
|
|
|
|
| |
* gnu/packages/shells.scm (fish): Update to 2.4.0.
|
|
|
|
|
| |
* gnu/services/networking.scm (connman-shepherd-service): Add
wpa-supplicant among list of requirements.
|
|
|
|
|
|
| |
* gnu/services/networking.scm (wpa-supplicant-service): New procedure.
(wpa-supplicant-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.
|
|
|
|
| |
* gnu/packages/connman.scm (connman): Use localstatedir outside of store.
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-jsonschema)[arguments]: Replace 'check
phase with python nosetests.
[native-inputs]: Add python-nose.
[home-page]: Use https.
(python2-jsonschema)[native-inputs]: Add python2-mock.
|
|
|
|
| |
* gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.43.
|
|
|
|
|
| |
* gnu/packages/package-management.scm (guix-devel): Update to commit
7ca37da855fd921fa3925bb62f8015f770b7e784.
|
|
|
|
|
| |
* gnu/packages/package-management.scm (guix-0.11.0)[arguments]: Update
pattern in 'disable-container-tests' to match 'test-equal'.
|
|
|
|
| |
* gnu/packages/web.scm (libpsl): Update to 0.15.0.
|
|
|
|
|
|
| |
* gnu/packages/freedesktop.scm (libinput)[inputs]: Add glib.
[native-inputs]: Add cairo, gtk+-3.
(libinput-minimal)[native-inputs]: Only pkg-config.
|
|
|
|
| |
* gnu/packages/freedesktop.scm: Reorder modules alphabetically.
|
|
|
|
| |
* gnu/packages/freedesktop.scm (libinput): Update to 1.5.1.
|
|
|
|
| |
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.7.
|
|
|
|
| |
* gnu/packages/video.scm (mpv)[inputs]: Change 'lua' to 'lua-5.2'.
|
|
|
|
|
| |
* guix/import/cpan.scm (cpan-module->sexp) <version>: Test if version in
meta is string or number. If it is number, coerce to string.
|
|
|
|
|
|
| |
* gnu/packages/patches/readline-6.2-CVE-2014-2524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/readline.scm (readline-6.2): Use it.
|
|
|
|
| |
* gnu/packages/crypto.scm (signify): Update to 20.
|
|
|
|
|
|
|
| |
* gnu/packages/mail.scm (mailutils): Update to 3.0.
[arguments]: Adjust 'pre-build' phase.
* gnu/packages/patches/m4-gets-undeclared.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-ncurses): Update to 2.1.
[home-page]: Use https.
|
|
|
|
| |
* gnu/packages/linux.scm (btrfs-progs): Update to 4.8.3.
|
|
|
|
| |
* gnu/packages/web.scm (tidy)[arguments]: Use the ‘modify-phases’ syntax.
|
|
|
|
| |
* gnu/packages/protobuf.scm (protobuf)[home-page]: Update it.
|
|
|
|
|
|
| |
* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.4.
[source, home-page]: Move away from dead Google Code project.
[arguments, native-inputs]: Remove.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hello,
The containers test was hanging for me, and this patch fixed the
problem.
--
Andy
From 945ad44acf489b7f3a398d4ab739ec2b48477502 Mon Sep 17 00:00:00 2001
From: Andy Patterson <ajpatter@uwaterloo.ca>
Date: Sat, 12 Nov 2016 22:10:01 -0500
Subject: [PATCH] tests: Don't check file-systems in container tests.
* tests/containers.scm ("call-with-container, mnt namespace"): Don't
check file-system in 'call-with-container' call.
* tests/containers.scm
("call-with-container, mnt namespace, wrong bindmount"): Likewise.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|\ |
|
| |
| |
| |
| | |
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.22.2.
|
| |
| |
| |
| |
| | |
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9)[patches]: Remove
"gcc-arm-bug-71399.patch" from XGCC's patches.
|
| |
| |
| |
| |
| |
| | |
* tests/packages.scm ("fold-packages, hidden package"): Expect
GUILE-2.0, not GUILE-2.0/FIXED. This is a followup to
c62a31ca802c2b225279c4b0360a4cfc2723ad28.
|
| |
| |
| |
| |
| |
| | |
* gnu/system.scm (operating-system-environment-variables): Re-add
'GUIX_LOCPATH'. This reverts part of
9f58fe3d1c32e3f0ced065e286532a10cad1b5e3.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/mate.scm (mate-themes): Update to 3.20.9.
[source]: Update package location.
[inputs]: Remove gtk+-2, add gtk+-3.
[description]: Add note about dual gtk+-2/gtk+-3 support.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/mate.scm (mate-menus): Update to 1.16.0.
[propagated-inputs]: Move glib ...
[inputs]: ... to here.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/mate.scm (mate-desktop): Update to 1.16.1.
[arguments]: Build with gtk+-3, enable mpaste.
[propagated-inputs]: Remove gtk+-2, move libxrandr,
startup-notification ...
[inputs]: ... to here. Add gtk+-3, python-2.
|