mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: python-nautilus: Remove package.
This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
aa100d3fe8
commit
b033079e47
4 changed files with 0 additions and 36 deletions
|
@ -437,7 +437,6 @@ (define-public gnome-shell-extension-gsconnect
|
||||||
("nautilus" ,nautilus)
|
("nautilus" ,nautilus)
|
||||||
("openssh" ,openssh)
|
("openssh" ,openssh)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python-nautilus" ,python-nautilus)
|
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("upower" ,upower)))
|
("upower" ,upower)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
@ -16991,39 +16991,6 @@ (define-public python-graphene
|
||||||
with an associated set of resolve methods that know how to fetch data.")
|
with an associated set of resolve methods that know how to fetch data.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-nautilus
|
|
||||||
(package
|
|
||||||
(name "python-nautilus")
|
|
||||||
(version "0.4.9")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "nautilus" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"01hwzjc1zshk4vvxrcghm398fpy4jls66dyz06g07mrwqif8878p"))))
|
|
||||||
(build-system python-build-system)
|
|
||||||
(arguments `(#:tests? #f)) ; fails to import test modules
|
|
||||||
(propagated-inputs
|
|
||||||
`(("python-bcrypt" ,python-bcrypt)
|
|
||||||
("python-click" ,python-click)
|
|
||||||
("python-consul" ,python-consul)
|
|
||||||
("python-graphene" ,python-graphene)
|
|
||||||
("python-jinja2" ,python-jinja2)
|
|
||||||
("python-peewee" ,python-peewee)
|
|
||||||
("python-pika" ,python-pika)
|
|
||||||
("python-tornado" ,python-tornado)
|
|
||||||
("python-wtforms" ,python-wtforms)))
|
|
||||||
(native-inputs
|
|
||||||
`(("python-nose2" ,python-nose2)))
|
|
||||||
(home-page "https://github.com/AlecAivazis/nautilus")
|
|
||||||
(synopsis "Library for creating microservice applications")
|
|
||||||
(description
|
|
||||||
"Nautilus is a framework for flux based microservices that looks to
|
|
||||||
provide extendible implementations of common aspects of a cloud so that you can
|
|
||||||
focus on building massively scalable web applications.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public python-random2
|
(define-public python-random2
|
||||||
(package
|
(package
|
||||||
(name "python-random2")
|
(name "python-random2")
|
||||||
|
|
|
@ -190,7 +190,6 @@ (define-public nextcloud-client
|
||||||
("libcloudproviders" ,libcloudproviders)
|
("libcloudproviders" ,libcloudproviders)
|
||||||
("libzip" ,libzip)
|
("libzip" ,libzip)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("python-nautilus" ,python-nautilus)
|
|
||||||
("qtbase" ,qtbase-5)
|
("qtbase" ,qtbase-5)
|
||||||
("qtdeclarative" ,qtdeclarative)
|
("qtdeclarative" ,qtdeclarative)
|
||||||
("qtgraphicaleffects" ,qtgraphicaleffects)
|
("qtgraphicaleffects" ,qtgraphicaleffects)
|
||||||
|
|
|
@ -191,7 +191,6 @@ (define-public syncthing-gtk
|
||||||
("python-dateutil" ,python-dateutil)
|
("python-dateutil" ,python-dateutil)
|
||||||
("python-pycairo" ,python-pycairo)
|
("python-pycairo" ,python-pycairo)
|
||||||
("python-pygobject" ,python-pygobject)
|
("python-pygobject" ,python-pygobject)
|
||||||
("python-nautilus" ,python-nautilus)
|
|
||||||
("psmisc" ,psmisc)
|
("psmisc" ,psmisc)
|
||||||
("syncthing" ,syncthing)))
|
("syncthing" ,syncthing)))
|
||||||
;; (native-inputs
|
;; (native-inputs
|
||||||
|
|
Loading…
Reference in a new issue