[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
81/103: gnu: Remove some outdated comments.
From: |
Hartmut Goebel |
Subject: |
81/103: gnu: Remove some outdated comments. |
Date: |
Tue, 25 Oct 2016 17:44:45 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 03c52c3dad7d613471297fc270fdfc5977fb83bf
Author: Hartmut Goebel <address@hidden>
Date: Mon Oct 17 00:11:04 2016 +0200
gnu: Remove some outdated comments.
These comments were about setuptools used at runtime for pkg_resources.
* gnu/packages/python.scm: Remove some outdated comments.
---
gnu/packages/python.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 46ef078..afdd62a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3786,7 +3786,6 @@ services for your Python modules and applications.")
("openjpeg" ,openjpeg)
("libtiff" ,libtiff)
("libwebp" ,libwebp)))
- ;; Note: setuptools used at runtime for pkg_resources
(arguments
`(#:phases (modify-phases %standard-phases
(add-after
@@ -7821,7 +7820,6 @@ and to spawn subprocesses to handle requests.")
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))
- ;; Note: setuptools used at runtime for pkg_resources
(home-page "http://pythonpaste.org/deploy/")
(synopsis
"Load, configure, and compose WSGI applications and servers")
@@ -7851,7 +7849,6 @@ file.")
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))
- ;; Note: setuptools used at runtime for pkg_resources
(propagated-inputs
`(("python-six" ,python-six)))
(arguments
@@ -7894,7 +7891,6 @@ follows ideas flowing from WSGI (Web Standard Gateway
Interface).")
(build-system python-build-system)
(native-inputs
`(("python-nose" ,python-nose)))
- ;; Note: setuptools used at runtime for pkg_resources
(propagated-inputs
`(("python-paste" ,python-paste)
("python-pastedeploy" ,python-pastedeploy)))
- 61/103: gnu: python-oauthlib, python-oauthlib2: Correct inputs., (continued)
- 61/103: gnu: python-oauthlib, python-oauthlib2: Correct inputs., Hartmut Goebel, 2016/10/25
- 65/103: gnu: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/25
- 66/103: gnu: python-scikit-image: Correct inputs., Hartmut Goebel, 2016/10/25
- 73/103: gnu: python-zope-interface: Correct inputs., Hartmut Goebel, 2016/10/25
- 70/103: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/10/25
- 75/103: gnu: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/25
- 76/103: gnu: python-zope-security: Correct inputs., Hartmut Goebel, 2016/10/25
- 77/103: gnu: python-websocket-client: Correct inputs., Hartmut Goebel, 2016/10/25
- 78/103: gnu: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/25
- 79/103: gnu: python-urllib3: update comment., Hartmut Goebel, 2016/10/25
- 81/103: gnu: Remove some outdated comments.,
Hartmut Goebel <=
- 87/103: gnu: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/25
- 91/103: gnu: python-sphinxcontrib-newsfeed: Remove needless input., Hartmut Goebel, 2016/10/25
- 90/103: gnu: python-nautilus: Correct inputs, Hartmut Goebel, 2016/10/25
- 95/103: gnu: python2-pbcore: Fix inputs:, Hartmut Goebel, 2016/10/25
- 99/103: gnu: python-tables: Remove python byte-code files from source., Hartmut Goebel, 2016/10/25
- 96/103: gnu: python-pytest-django: Remove needless propagated input "python-py"., Hartmut Goebel, 2016/10/25
- 93/103: gnu: khal: Fix build., Hartmut Goebel, 2016/10/25
- 97/103: gnu: python-flake8: Remove python byte-code files from source., Hartmut Goebel, 2016/10/25
- 11/103: gnu: Remove python-setuptools and python2-setuptools from inputs (part 1a), Hartmut Goebel, 2016/10/25
- 103/103: Add a FIXME comment, Hartmut Goebel, 2016/10/25