[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
94/97: gnu: python-nautilus: Correct inputs
From: |
Hartmut Goebel |
Subject: |
94/97: gnu: python-nautilus: Correct inputs |
Date: |
Tue, 18 Oct 2016 20:13:24 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit ca5763ba709bd413776fdd05bc4212b3658119cf
Author: Hartmut Goebel <address@hidden>
Date: Mon Oct 17 01:22:48 2016 +0200
gnu: python-nautilus: Correct inputs
* gnu/packages/python.scm(python-nautilus, python2-nautilus):
[propagated-inputs] remove python-graphql-core, python-graphql-relay,
python-requests: not listed and already propagated by others. Remove
pycparser: not listed, not used in source. Move python-nose2 to
[native-inputs] (used for tests only).
---
gnu/packages/python.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 473445c..bd24a18 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10476,17 +10476,14 @@ with an associated set of resolve methods that know
how to fetch data.")
`(("python-bcrypt" ,python-bcrypt)
("python-click" ,python-click)
("python-consul" ,python-consul)
- ("python-graphql-core" ,python-graphql-core)
- ("python-graphql-relay" ,python-graphql-relay)
("python-graphene" ,python-graphene)
("python-jinja2" ,python-jinja2)
- ("python-nose2" ,python-nose2)
("python-peewee" ,python-peewee)
("python-pika" ,python-pika)
- ("python-pycparser" ,python-pycparser)
- ("python-requests" ,python-requests)
("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
- 71/97: gnu: python-redis: Remove unused input., (continued)
- 71/97: gnu: python-redis: Remove unused input., Hartmut Goebel, 2016/10/18
- 78/97: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/18
- 74/97: python-pathpy: Build documentation. REWORD UNFINISHED, Hartmut Goebel, 2016/10/18
- 83/97: python-tox: Update FIXME comments., Hartmut Goebel, 2016/10/18
- 96/97: gnu: python-testlib: Remove useless self-defined phase "unpack"., Hartmut Goebel, 2016/10/18
- 97/97: TODO: Remove .pyc, Hartmut Goebel, 2016/10/18
- 81/97: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 86/97: python-sphinx-repoze-autointerface: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 88/97: python-responses: Correct inputs, Hartmut Goebel, 2016/10/18
- 16/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4b), Hartmut Goebel, 2016/10/18
- 94/97: gnu: python-nautilus: Correct inputs,
Hartmut Goebel <=
- 11/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1a), Hartmut Goebel, 2016/10/18
- 13/97: gnu: Remove python-setuptools and python2-setuptools from inputs (part 2), Hartmut Goebel, 2016/10/18