[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
42/43: python-nautilus: Correct inouts
From: |
Hartmut Goebel |
Subject: |
42/43: python-nautilus: Correct inouts |
Date: |
Tue, 18 Oct 2016 11:20:12 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit eaa0c7ddfe3beb8c3c2eba7038c48cae32ca35fe
Author: Hartmut Goebel <address@hidden>
Date: Mon Oct 17 01:22:48 2016 +0200
python-nautilus: Correct inouts
remove python-graphql-core, python-graphql-relay, python-requests: not
listed and already propagated by others
remove pycparser: not listed, not used in source
nose2 -> native (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 a55a2a9..47bf64a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -10438,17 +10438,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
- 26/43: zope.security: Correct inputs., (continued)
- 26/43: zope.security: Correct inputs., Hartmut Goebel, 2016/10/18
- 34/43: python-sphinx-repoze-autointerface: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 32/43: Remove some outdated comments., Hartmut Goebel, 2016/10/18
- 33/43: python-celery: Remove needless inputs., Hartmut Goebel, 2016/10/18
- 41/43: python-dateutil, python-dateutil-2: Update home-page url., Hartmut Goebel, 2016/10/18
- 31/43: python-tox: Update FIXME comments., Hartmut Goebel, 2016/10/18
- 40/43: python-freezegun: Correct input., Hartmut Goebel, 2016/10/18
- 20/43: CLEAN, LATER: Remove useless self-defined phase., Hartmut Goebel, 2016/10/18
- 35/43: python-sphinxcontrib-programoutput: Remove needless input, already propagated., Hartmut Goebel, 2016/10/18
- 21/43: add TODO comment, Hartmut Goebel, 2016/10/18
- 42/43: python-nautilus: Correct inouts,
Hartmut Goebel <=
- 28/43: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/18
- 38/43: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/18
- 29/43: CLEAN: python-sphinxcontrib-newsfeed REmove needlass input, Hartmut Goebel, 2016/10/18
- 08/43: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 39/43: python-consul correct inputs, Hartmut Goebel, 2016/10/18
- 04/43: python-oauthlib: Correct inputs. REWORD, Hartmut Goebel, 2016/10/18
- 06/43: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 12/43: gnu: python2-scikit-image: Remove needless inputs. 2 REWORD, Hartmut Goebel, 2016/10/18
- 22/43: TODO: Remove .pyc, Hartmut Goebel, 2016/10/18
- 43/43: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18