[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
22/43: TODO: Remove .pyc
From: |
Hartmut Goebel |
Subject: |
22/43: TODO: Remove .pyc |
Date: |
Tue, 18 Oct 2016 11:20:08 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit f44aca4449d32701e509247fb4b977e4d4c0d571
Author: Hartmut Goebel <address@hidden>
Date: Sun Oct 16 22:38:54 2016 +0200
TODO: Remove .pyc
---
gnu/packages/python.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e871fe7..9bbe466 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5211,6 +5211,7 @@ complexity of Python source code.")
(sha256
(base32
"0bs9cz4fr99r2rwig1b8jwaadl1nan7kgpdzqwj0bwbckwbmh7nc"))))
+ ;; TODO: Strip .pyc
(build-system python-build-system)
(propagated-inputs
`(("python-pep8" ,python-pep8)
@@ -5245,6 +5246,7 @@ complexity of Python source code.")
(origin
(method url-fetch)
(uri (pypi-uri "flake8" version))
+ ;; TODO: Strip .pyc
(sha256
(base32
"1r9wsry4va45h1rck5hxd3vzsg2q3y6lnl6pym1bxvz8ry19jwx8"))))))
@@ -5726,6 +5728,7 @@ printing of sub-tables by specifying a row range.")
(origin
(method url-fetch)
(uri (pypi-uri "tables" version))
+ ;; TODO: Remove .pyc
(sha256
(base32
"117s6w7s3yxafpmf3zz3svana7xfrsviw01va1xp7h8ylx8v6r1m"))))
- 21/43: add TODO comment, (continued)
- 21/43: add TODO comment, Hartmut Goebel, 2016/10/18
- 42/43: python-nautilus: Correct inouts, Hartmut Goebel, 2016/10/18
- 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 <=
- 43/43: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18
- 09/43: FIXUP oauthlib, Hartmut Goebel, 2016/10/18
- 30/43: python-urllib3: update comment, Hartmut Goebel, 2016/10/18
- 36/43: python-responses: Correct inputs, Hartmut Goebel, 2016/10/18
- 37/43: python-pika: Correct input, Hartmut Goebel, 2016/10/18
- 16/43: python-rst.linker, python2-rst.linker MOVE REWORD, Hartmut Goebel, 2016/10/18
- 25/43: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/18
- 14/43: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/10/18