diff options
| author | Andreas Enge <andreas@enge.fr> | 2013-09-03 22:18:39 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2013-09-03 22:18:39 +0200 |
| commit | ee3e314bb7ba376c7e8c95c3da1f64ba07d57847 (patch) | |
| tree | d5090a413595478d1ca3830959c26edf143969e0 | |
| parent | 898238b9f5199aaebffa508f62a2a00854370048 (diff) | |
gnu: python: Replace input python by python-wrapper.
* gnu/packages/{gdb.scm (gdb), cryptsetup.scm (cryptsetup),
ghostscript.scm (ghostscript), glib.scm (glib), gnupg.scm (pius),
gtk.scm (cairo, harfbuzz), libevent.scm (libevent), netpbm.scm (netpbm),
oggvorbis.scm (libkate), qemu.scm (qemu), samba.scm (samba),
texlive.scm (rubber, texlive), version-control.scm (subversion),
xml.scm (libxml2, libxslt), xorg.scm (libxcb, mesa, xcb-proto, xorg-server),
yasm.scm (yasm), zip.scm (zziplib)}:
Replace input python by python-wrapper.
| -rw-r--r-- | gnu/packages/cryptsetup.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/gdb.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/ghostscript.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/glib.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/gnupg.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/gtk.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/libevent.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/netpbm.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/oggvorbis.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/qemu.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/samba.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/texlive.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/version-control.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/xml.scm | 4 | ||||
| -rw-r--r-- | gnu/packages/xorg.scm | 8 | ||||
| -rw-r--r-- | gnu/packages/yasm.scm | 2 | ||||
| -rw-r--r-- | gnu/packages/zip.scm | 2 |
17 files changed, 23 insertions, 23 deletions
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm index c746e28721d..8645e9e04a9 100644 --- a/gnu/packages/cryptsetup.scm +++ b/gnu/packages/cryptsetup.scm | |||
| @@ -45,7 +45,7 @@ | |||
| 45 | `(("libgcrypt" ,libgcrypt) | 45 | `(("libgcrypt" ,libgcrypt) |
| 46 | ("lvm2" ,lvm2) | 46 | ("lvm2" ,lvm2) |
| 47 | ("popt" ,popt) | 47 | ("popt" ,popt) |
| 48 | ("python" ,python) | 48 | ("python" ,python-wrapper) |
| 49 | ("util-linux" ,util-linux))) | 49 | ("util-linux" ,util-linux))) |
| 50 | (synopsis "hard disk encryption tool") | 50 | (synopsis "hard disk encryption tool") |
| 51 | (description | 51 | (description |
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm index 4cf6b90cc37..51902838957 100644 --- a/gnu/packages/gdb.scm +++ b/gnu/packages/gdb.scm | |||
| @@ -53,7 +53,7 @@ | |||
| 53 | ("gmp" ,gmp) | 53 | ("gmp" ,gmp) |
| 54 | ("readline" ,readline) | 54 | ("readline" ,readline) |
| 55 | ("ncurses" ,ncurses) | 55 | ("ncurses" ,ncurses) |
| 56 | ("python" ,python) | 56 | ("python" ,python-wrapper) |
| 57 | ("texinfo" ,texinfo) | 57 | ("texinfo" ,texinfo) |
| 58 | ("dejagnu" ,dejagnu))) | 58 | ("dejagnu" ,dejagnu))) |
| 59 | (home-page "http://www.gnu.org/software/gdb/") | 59 | (home-page "http://www.gnu.org/software/gdb/") |
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index dd6c576cdf1..7df1f6c17e5 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -136,7 +136,7 @@ printing, and psresize, for adjusting page sizes.") | |||
| 136 | ("libtiff" ,libtiff) | 136 | ("libtiff" ,libtiff) |
| 137 | ("perl" ,perl) | 137 | ("perl" ,perl) |
| 138 | ("pkg-config" ,pkg-config) ; needed to find libtiff | 138 | ("pkg-config" ,pkg-config) ; needed to find libtiff |
| 139 | ("python" ,python) | 139 | ("python" ,python-wrapper) |
| 140 | ("tcl" ,tcl) | 140 | ("tcl" ,tcl) |
| 141 | ("zlib" ,zlib))) | 141 | ("zlib" ,zlib))) |
| 142 | (arguments | 142 | (arguments |
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 63751bb510b..72479f21e77 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm | |||
| @@ -92,7 +92,7 @@ shared NFS home directories.") | |||
| 92 | ("gettext" ,guix:gettext) | 92 | ("gettext" ,guix:gettext) |
| 93 | ("libffi" ,libffi) | 93 | ("libffi" ,libffi) |
| 94 | ("pkg-config" ,pkg-config) | 94 | ("pkg-config" ,pkg-config) |
| 95 | ("python" ,python) | 95 | ("python" ,python-wrapper) |
| 96 | ("zlib" ,zlib) | 96 | ("zlib" ,zlib) |
| 97 | ("perl" ,perl) ; needed by GIO tests | 97 | ("perl" ,perl) ; needed by GIO tests |
| 98 | ("dbus" ,dbus) ; for GDBus tests | 98 | ("dbus" ,dbus) ; for GDBus tests |
diff --git a/gnu/packages/gnupg.scm b/gnu/packages/gnupg.scm index 604ebc2941f..7c0f50900ab 100644 --- a/gnu/packages/gnupg.scm +++ b/gnu/packages/gnupg.scm | |||
| @@ -191,7 +191,7 @@ S/MIME.") | |||
| 191 | "1g1jly3wl4ks6h8ydkygyl2c4i7v3z91rg42005m6vm70y1d8b3d")))) | 191 | "1g1jly3wl4ks6h8ydkygyl2c4i7v3z91rg42005m6vm70y1d8b3d")))) |
| 192 | (build-system gnu-build-system) | 192 | (build-system gnu-build-system) |
| 193 | (inputs `(("perl" ,perl) | 193 | (inputs `(("perl" ,perl) |
| 194 | ("python" ,python) | 194 | ("python" ,python-wrapper) |
| 195 | ("gpg" ,gnupg))) | 195 | ("gpg" ,gnupg))) |
| 196 | (arguments | 196 | (arguments |
| 197 | `(#:tests? #f | 197 | `(#:tests? #f |
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 742cbf172ee..e72f7c5acc4 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm | |||
| @@ -83,7 +83,7 @@ tools have full access to view and control running applications.") | |||
| 83 | ("libspectre" ,libspectre) | 83 | ("libspectre" ,libspectre) |
| 84 | ("pkg-config" ,pkg-config) | 84 | ("pkg-config" ,pkg-config) |
| 85 | ("poppler" ,poppler) | 85 | ("poppler" ,poppler) |
| 86 | ("python" ,python) | 86 | ("python" ,python-wrapper) |
| 87 | ("xextproto" ,xextproto) | 87 | ("xextproto" ,xextproto) |
| 88 | ("zlib" ,zlib))) | 88 | ("zlib" ,zlib))) |
| 89 | (arguments | 89 | (arguments |
| @@ -123,7 +123,7 @@ affine transformation (scale, rotation, shear, etc.)") | |||
| 123 | `(("cairo" ,cairo) | 123 | `(("cairo" ,cairo) |
| 124 | ("icu4c" ,icu4c) | 124 | ("icu4c" ,icu4c) |
| 125 | ("pkg-config" ,pkg-config) | 125 | ("pkg-config" ,pkg-config) |
| 126 | ("python" ,python))) | 126 | ("python" ,python-wrapper))) |
| 127 | (synopsis "opentype text shaping engine") | 127 | (synopsis "opentype text shaping engine") |
| 128 | (description | 128 | (description |
| 129 | "HarfBuzz is an OpenType text shaping engine.") | 129 | "HarfBuzz is an OpenType text shaping engine.") |
diff --git a/gnu/packages/libevent.scm b/gnu/packages/libevent.scm index ccca427fc44..8f2d5dad46f 100644 --- a/gnu/packages/libevent.scm +++ b/gnu/packages/libevent.scm | |||
| @@ -44,7 +44,7 @@ | |||
| 44 | 44 | ||
| 45 | ;; Dependencies used for the tests and for `event_rpcgen.py'. | 45 | ;; Dependencies used for the tests and for `event_rpcgen.py'. |
| 46 | ("which" ,which) | 46 | ("which" ,which) |
| 47 | ("python" ,python))) | 47 | ("python" ,python-wrapper))) |
| 48 | (arguments | 48 | (arguments |
| 49 | '(#:patches (list (assoc-ref %build-inputs "patch/dns-tests")))) | 49 | '(#:patches (list (assoc-ref %build-inputs "patch/dns-tests")))) |
| 50 | (home-page "http://libevent.org/") | 50 | (home-page "http://libevent.org/") |
diff --git a/gnu/packages/netpbm.scm b/gnu/packages/netpbm.scm index d2213b8f0d9..c8d3603701d 100644 --- a/gnu/packages/netpbm.scm +++ b/gnu/packages/netpbm.scm | |||
| @@ -57,7 +57,7 @@ | |||
| 57 | ("libxml2" ,libxml2) | 57 | ("libxml2" ,libxml2) |
| 58 | ("perl" ,perl) | 58 | ("perl" ,perl) |
| 59 | ("pkg-config" ,pkg-config) | 59 | ("pkg-config" ,pkg-config) |
| 60 | ("python" ,python) | 60 | ("python" ,python-wrapper) |
| 61 | ("zlib" ,zlib))) | 61 | ("zlib" ,zlib))) |
| 62 | (arguments | 62 | (arguments |
| 63 | `(#:phases | 63 | `(#:phases |
diff --git a/gnu/packages/oggvorbis.scm b/gnu/packages/oggvorbis.scm index 2aa606ca22c..589828be0a5 100644 --- a/gnu/packages/oggvorbis.scm +++ b/gnu/packages/oggvorbis.scm | |||
| @@ -191,7 +191,7 @@ meaning that audio is compressed in FLAC without any loss in quality.") | |||
| 191 | ("libogg" ,libogg) | 191 | ("libogg" ,libogg) |
| 192 | ("libpng" ,libpng) | 192 | ("libpng" ,libpng) |
| 193 | ("pkg-config" ,pkg-config) | 193 | ("pkg-config" ,pkg-config) |
| 194 | ("python" ,python) | 194 | ("python" ,python-wrapper) |
| 195 | ("zlib" ,zlib))) | 195 | ("zlib" ,zlib))) |
| 196 | (synopsis "kate, a karaoke and text codec for embedding in ogg") | 196 | (synopsis "kate, a karaoke and text codec for embedding in ogg") |
| 197 | (description | 197 | (description |
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm index 9c9355c4d6f..2ca34ad9c77 100644 --- a/gnu/packages/qemu.scm +++ b/gnu/packages/qemu.scm | |||
| @@ -94,7 +94,7 @@ | |||
| 94 | `(;; ("mesa" ,mesa) | 94 | `(;; ("mesa" ,mesa) |
| 95 | ;; ("libaio" ,libaio) | 95 | ;; ("libaio" ,libaio) |
| 96 | ("glib" ,glib) | 96 | ("glib" ,glib) |
| 97 | ("python" ,python) | 97 | ("python" ,python-wrapper) |
| 98 | ("ncurses" ,ncurses) | 98 | ("ncurses" ,ncurses) |
| 99 | ("libpng" ,libpng) | 99 | ("libpng" ,libpng) |
| 100 | ("libjpeg" ,libjpeg-8) | 100 | ("libjpeg" ,libjpeg-8) |
diff --git a/gnu/packages/samba.scm b/gnu/packages/samba.scm index b016442908a..e0199bce900 100644 --- a/gnu/packages/samba.scm +++ b/gnu/packages/samba.scm | |||
| @@ -150,7 +150,7 @@ anywhere.") | |||
| 150 | ("patchelf" ,patchelf))) ; for (guix build rpath) | 150 | ("patchelf" ,patchelf))) ; for (guix build rpath) |
| 151 | (native-inputs ; for the test suite | 151 | (native-inputs ; for the test suite |
| 152 | `(("perl" ,perl) | 152 | `(("perl" ,perl) |
| 153 | ("python" ,python))) | 153 | ("python" ,python-wrapper))) |
| 154 | (home-page "http://www.samba.org/") | 154 | (home-page "http://www.samba.org/") |
| 155 | (synopsis | 155 | (synopsis |
| 156 | "The standard Windows interoperability suite of programs for GNU and Unix") | 156 | "The standard Windows interoperability suite of programs for GNU and Unix") |
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm index a0d57444e3a..0240def7850 100644 --- a/gnu/packages/texlive.scm +++ b/gnu/packages/texlive.scm | |||
| @@ -81,7 +81,7 @@ | |||
| 81 | ("pkg-config" ,pkg-config) | 81 | ("pkg-config" ,pkg-config) |
| 82 | ;; FIXME: Add interpreters fontforge and ruby, | 82 | ;; FIXME: Add interpreters fontforge and ruby, |
| 83 | ;; once they are available. | 83 | ;; once they are available. |
| 84 | ("python" ,python) | 84 | ("python" ,python-wrapper) |
| 85 | ("tcsh" ,tcsh) | 85 | ("tcsh" ,tcsh) |
| 86 | ("teckit" ,teckit) | 86 | ("teckit" ,teckit) |
| 87 | ("t1lib" ,t1lib) | 87 | ("t1lib" ,t1lib) |
| @@ -202,7 +202,7 @@ world.") | |||
| 202 | (build-system gnu-build-system) | 202 | (build-system gnu-build-system) |
| 203 | (arguments '(#:tests? #f)) ; no `check' target | 203 | (arguments '(#:tests? #f)) ; no `check' target |
| 204 | (inputs `(("texinfo" ,texinfo) | 204 | (inputs `(("texinfo" ,texinfo) |
| 205 | ("python" ,python) | 205 | ("python" ,python-wrapper) |
| 206 | ("which" ,which))) | 206 | ("which" ,which))) |
| 207 | (home-page "https://launchpad.net/rubber") | 207 | (home-page "https://launchpad.net/rubber") |
| 208 | (synopsis "Rubber, a wrapper for LaTeX and friends") | 208 | (synopsis "Rubber, a wrapper for LaTeX and friends") |
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 14404f0bfed..ed64b460db7 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm | |||
| @@ -126,7 +126,7 @@ everything from small to very large projects with speed and efficiency.") | |||
| 126 | `(("apr" ,apr) | 126 | `(("apr" ,apr) |
| 127 | ("apr-util" ,apr-util) | 127 | ("apr-util" ,apr-util) |
| 128 | ("perl" ,perl) | 128 | ("perl" ,perl) |
| 129 | ("python" ,python) | 129 | ("python" ,python-wrapper) |
| 130 | ("sqlite" ,sqlite) | 130 | ("sqlite" ,sqlite) |
| 131 | ("zlib" ,zlib))) | 131 | ("zlib" ,zlib))) |
| 132 | (home-page "http://subversion.apache.org/") | 132 | (home-page "http://subversion.apache.org/") |
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm index 2f9d64b81ac..5b031ac5121 100644 --- a/gnu/packages/xml.scm +++ b/gnu/packages/xml.scm | |||
| @@ -66,7 +66,7 @@ things the parser might find in the XML document (like start tags).") | |||
| 66 | (home-page "http://www.xmlsoft.org/") | 66 | (home-page "http://www.xmlsoft.org/") |
| 67 | (synopsis "libxml2, a C parser for XML") | 67 | (synopsis "libxml2, a C parser for XML") |
| 68 | (inputs `(("perl" ,perl) | 68 | (inputs `(("perl" ,perl) |
| 69 | ("python" ,python) | 69 | ("python" ,python-wrapper) |
| 70 | ("zlib" ,zlib))) | 70 | ("zlib" ,zlib))) |
| 71 | (arguments | 71 | (arguments |
| 72 | `(#:phases | 72 | `(#:phases |
| @@ -102,7 +102,7 @@ things the parser might find in the XML document (like start tags).") | |||
| 102 | (synopsis "libxslt, a C library for applying XSLT stylesheets to XML documents") | 102 | (synopsis "libxslt, a C library for applying XSLT stylesheets to XML documents") |
| 103 | (inputs `(("libgcrypt" ,libgcrypt) | 103 | (inputs `(("libgcrypt" ,libgcrypt) |
| 104 | ("libxml2" ,libxml2) | 104 | ("libxml2" ,libxml2) |
| 105 | ("python" ,python) | 105 | ("python" ,python-wrapper) |
| 106 | ("zlib" ,zlib))) | 106 | ("zlib" ,zlib))) |
| 107 | (description | 107 | (description |
| 108 | "Libxslt is an XSLT C library developed for the GNOME project. It is | 108 | "Libxslt is an XSLT C library developed for the GNOME project. It is |
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 5f07401e988..bc9e05fdb57 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm | |||
| @@ -1857,7 +1857,7 @@ tracking.") | |||
| 1857 | "0ds4qg6slidrzyz6q9ckq0a19hn6blzpnvciy4brh741gn49jpdd")))) | 1857 | "0ds4qg6slidrzyz6q9ckq0a19hn6blzpnvciy4brh741gn49jpdd")))) |
| 1858 | (build-system gnu-build-system) | 1858 | (build-system gnu-build-system) |
| 1859 | (inputs | 1859 | (inputs |
| 1860 | `(("pkg-config" ,pkg-config) ("python" ,python))) | 1860 | `(("pkg-config" ,pkg-config) ("python" ,python-wrapper))) |
| 1861 | (home-page "http://www.x.org/wiki/") | 1861 | (home-page "http://www.x.org/wiki/") |
| 1862 | (synopsis "xorg implementation of the X Window System") | 1862 | (synopsis "xorg implementation of the X Window System") |
| 1863 | (description "X.org provides an implementation of the X Window System") | 1863 | (description "X.org provides an implementation of the X Window System") |
| @@ -4169,7 +4169,7 @@ tracking.") | |||
| 4169 | ("libxml2" ,libxml2) | 4169 | ("libxml2" ,libxml2) |
| 4170 | ("makedepend" ,makedepend) | 4170 | ("makedepend" ,makedepend) |
| 4171 | ("pkg-config" ,pkg-config) | 4171 | ("pkg-config" ,pkg-config) |
| 4172 | ("python" ,python))) | 4172 | ("python" ,python-wrapper))) |
| 4173 | (arguments | 4173 | (arguments |
| 4174 | `(#:configure-flags | 4174 | `(#:configure-flags |
| 4175 | `("--with-gallium-drivers=r600,svga,swrast") ; drop r300 from the default list as it requires llvm | 4175 | `("--with-gallium-drivers=r600,svga,swrast") ; drop r300 from the default list as it requires llvm |
| @@ -4215,7 +4215,7 @@ emulation to complete hardware acceleration for modern GPUs.") | |||
| 4215 | `(("xcb-proto" ,xcb-proto) | 4215 | `(("xcb-proto" ,xcb-proto) |
| 4216 | ("libxslt" ,libxslt) | 4216 | ("libxslt" ,libxslt) |
| 4217 | ("pkg-config" ,pkg-config) | 4217 | ("pkg-config" ,pkg-config) |
| 4218 | ("python" ,python))) | 4218 | ("python" ,python-wrapper))) |
| 4219 | (home-page "http://www.x.org/wiki/") | 4219 | (home-page "http://www.x.org/wiki/") |
| 4220 | (synopsis "xorg implementation of the X Window System") | 4220 | (synopsis "xorg implementation of the X Window System") |
| 4221 | (description "X.org provides an implementation of the X Window System") | 4221 | (description "X.org provides an implementation of the X Window System") |
| @@ -4270,7 +4270,7 @@ emulation to complete hardware acceleration for modern GPUs.") | |||
| 4270 | ("mesa" ,mesa) | 4270 | ("mesa" ,mesa) |
| 4271 | ("openssl" ,openssl) | 4271 | ("openssl" ,openssl) |
| 4272 | ("pkg-config" ,pkg-config) | 4272 | ("pkg-config" ,pkg-config) |
| 4273 | ("python" ,python) | 4273 | ("python" ,python-wrapper) |
| 4274 | ("recordproto" ,recordproto) | 4274 | ("recordproto" ,recordproto) |
| 4275 | ("resourceproto" ,resourceproto) | 4275 | ("resourceproto" ,resourceproto) |
| 4276 | ("scrnsaverproto" ,scrnsaverproto) | 4276 | ("scrnsaverproto" ,scrnsaverproto) |
diff --git a/gnu/packages/yasm.scm b/gnu/packages/yasm.scm index 51cd3ed0a5d..a990d081740 100644 --- a/gnu/packages/yasm.scm +++ b/gnu/packages/yasm.scm | |||
| @@ -40,7 +40,7 @@ | |||
| 40 | "0cfg7ji3ia2in628w42wrfvw2ixmmm4rghwmv2k202mraysgm3vn")))) | 40 | "0cfg7ji3ia2in628w42wrfvw2ixmmm4rghwmv2k202mraysgm3vn")))) |
| 41 | (build-system gnu-build-system) | 41 | (build-system gnu-build-system) |
| 42 | (inputs | 42 | (inputs |
| 43 | `(("python" ,python) | 43 | `(("python" ,python-wrapper) |
| 44 | ("xmlto" ,xmlto))) | 44 | ("xmlto" ,xmlto))) |
| 45 | (home-page "http://yasm.tortall.net/") | 45 | (home-page "http://yasm.tortall.net/") |
| 46 | (synopsis "Rewrite of the NASM assembler") | 46 | (synopsis "Rewrite of the NASM assembler") |
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm index 934acdc3163..c419b08e9f7 100644 --- a/gnu/packages/zip.scm +++ b/gnu/packages/zip.scm | |||
| @@ -120,7 +120,7 @@ UnZip recreates the stored directory structure by default.") | |||
| 120 | (build-system gnu-build-system) | 120 | (build-system gnu-build-system) |
| 121 | (inputs `(("perl" ,perl) ; for the documentation | 121 | (inputs `(("perl" ,perl) ; for the documentation |
| 122 | ("pkg-config" ,pkg-config) | 122 | ("pkg-config" ,pkg-config) |
| 123 | ("python" ,python) ; for the documentation | 123 | ("python" ,python-wrapper) ; for the documentation |
| 124 | ("zip" ,zip) ; to create test files | 124 | ("zip" ,zip) ; to create test files |
| 125 | ("zlib" ,zlib))) | 125 | ("zlib" ,zlib))) |
| 126 | (arguments | 126 | (arguments |
