mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use PACKAGE/INHERIT in more places.
* gnu/packages/algebra.scm (fftwf, fftw-openmpi), gnu/packages/audio.scm (ztoolkit-rsvg), gnu/packages/bioinformatics.scm (python2-dendropy), gnu/packages/boost.scm (boost-with-python2), gnu/packages/check.scm (python2-mock, python2-pytest-mock), gnu/packages/cups.scm (hplip-minimal), gnu/packages/freedesktop.scm (libinput-minimal), gnu/packages/gettext.scm (gnu-gettext), gnu/packages/glib.scm (python2-pygobject), gnu/packages/gnome.scm (gdl-minimal, libsoup-minimal, python2-pyatspi), gnu/packages/groff.scm (groff-minimal), gnu/packages/jami.scm (ffmpeg-jami), gnu/packages/libcanberra.scm (libcanberra/gtk+-2), gnu/packages/lirc.scm (python2-lirc), gnu/packages/llvm.scm (clang-runtime-3.5), gnu/packages/mpi.scm (java-openmpi, openmpi-thread-multiple), gnu/packages/node.scm (libnode), gnu/packages/onc-rpc.scm (libtirpc/hurd), gnu/packages/python-compression.scm (bitshuffle-for-snappy), gnu/packages/python-crypto.scm (python2-pycrypto, python2-cryptography) (python2-cryptography, python2-m2crypto), gnu/packages/python-web.scm (python2-html2text, python2-tornado) (python2-terminado, python2-ndg-httpsclient, python2-websocket-client) (python2-rauth, python2-url, python2-s3transfer), gnu/packages/python-xyz.scm (python2-psutil, python2-serpent) (python2-humanfriendly, python2-empy, python2-parse-type, python2-polib) (python2-jsonschema, python2-pystache, python2-cython, python2-numpydoc) (python2-ipyparallel, python2-traitlets, python2-dbus) (python2-beautifulsoup4, python2-pep517, python2-flake8, python2-llfuse) (python2-tlsh, python-file, python2-notebook, python-jupyter-console-minimal) (python2-contextlib2, python2-promise, python2-anyjson, python2-amqp) (python2-kombu, python2-billiard, python2-celery, python2-whoosh) (python2-jellyfish, python-rope, ptpython-2, python2-binaryornot) (python2-setproctitle, python2-argcomplete, python2-xopen, python2-isort) (python2-radon, python2-rfc6555, python2-activepapers, python2-send2trash) (python2-cloudpickle, python2-reparser), gnu/packages/python.scm (python2-called-python), gnu/packages/qt.scm (python2-sip, python-pyqt-without-qtwebkit, python2-pyqt) (python-qscintilla, python-pyqt+qscintilla), gnu/packages/scanner.scm (sane-backends), gnu/packages/sdl.scm (guile3.0-sdl2), gnu/packages/selinux.scm (checkpolicy, libselinux, libsemanage, secilc) (python-sepolgen, policycoreutils), gnu/packages/serialization.scm (lua5.1-libmpack, lua5.2-libmpack), gnu/packages/simulation.scm (fenics), gnu/packages/statistics.scm (python2-statsmodels), gnu/packages/texinfo.scm (info-reader), gnu/packages/wxwidgets.scm (wxwidgets-gtk2, wxwidgets-gtk2-3.1), gnu/packages/xml.scm (xmlsec-nss), gnu/packages/xorg.scm (uim-gtk, uim-qt), guix/build-system/python.scm (package-with-explicit-python) (strip-python2-variant): Use PACKAGE/INHERIT.
This commit is contained in:
parent
d9f501b619
commit
1a265842e6
35 changed files with 158 additions and 209 deletions
|
@ -708,8 +708,7 @@ Swartz.")
|
|||
|
||||
(define-public python2-html2text
|
||||
(let ((base (package-with-python2 python-html2text)))
|
||||
(package
|
||||
(inherit base)
|
||||
(package/inherit base
|
||||
;; This is the last version with support for Python 2.
|
||||
(version "2019.8.11")
|
||||
(source (origin
|
||||
|
@ -1725,7 +1724,7 @@ connection to each user.")
|
|||
|
||||
(define-public python2-tornado
|
||||
(let ((tornado (package-with-python2 (strip-python2-variant python-tornado))))
|
||||
(package (inherit tornado)
|
||||
(package/inherit tornado
|
||||
(propagated-inputs
|
||||
`(("python2-backport-ssl-match-hostname"
|
||||
,python2-backport-ssl-match-hostname)
|
||||
|
@ -1784,7 +1783,7 @@ term.js Javascript terminal emulator library.")
|
|||
|
||||
(define-public python2-terminado
|
||||
(let ((terminado (package-with-python2 (strip-python2-variant python-terminado))))
|
||||
(package (inherit terminado)
|
||||
(package/inherit terminado
|
||||
(propagated-inputs
|
||||
`(("python2-backport-ssl-match-hostname"
|
||||
,python2-backport-ssl-match-hostname)
|
||||
|
@ -2371,7 +2370,7 @@ verification of the SSL peer.")
|
|||
;; python2-openssl requires special care, so package-with-python2 is
|
||||
;; insufficient.
|
||||
(define-public python2-ndg-httpsclient
|
||||
(package (inherit python-ndg-httpsclient)
|
||||
(package/inherit python-ndg-httpsclient
|
||||
(name "python2-ndg-httpsclient")
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-ndg-httpsclient)
|
||||
|
@ -2403,8 +2402,7 @@ WebSocket usage in Python programs.")
|
|||
(define-public python2-websocket-client
|
||||
(let ((base (package-with-python2
|
||||
(strip-python2-variant python-websocket-client))))
|
||||
(package
|
||||
(inherit base)
|
||||
(package/inherit base
|
||||
(native-inputs
|
||||
`(("python2-backport-ssl-match-hostname"
|
||||
,python2-backport-ssl-match-hostname)
|
||||
|
@ -2710,8 +2708,7 @@ authenticated session objects providing things like keep-alive.")
|
|||
|
||||
(define-public python2-rauth
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-rauth))))
|
||||
(package
|
||||
(inherit base)
|
||||
(package/inherit base
|
||||
(native-inputs `(("python2-unittest2" ,python2-unittest2)
|
||||
,@(package-native-inputs base))))))
|
||||
|
||||
|
@ -3211,7 +3208,7 @@ provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients."
|
|||
|
||||
(define-public python2-url
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-url))))
|
||||
(package (inherit base)
|
||||
(package/inherit base
|
||||
(propagated-inputs
|
||||
`(("python2-publicsuffix" ,python2-publicsuffix))))))
|
||||
|
||||
|
@ -3373,8 +3370,7 @@ transfers.")
|
|||
|
||||
(define-public python2-s3transfer
|
||||
(let ((base (package-with-python2 (strip-python2-variant python-s3transfer))))
|
||||
(package
|
||||
(inherit base)
|
||||
(package/inherit base
|
||||
(native-inputs
|
||||
`(("python2-futures" ,python2-futures)
|
||||
,@(package-native-inputs base))))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue