htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 411c893bd48f7224c7793b07a686e18370472141 Author: Hartmut Goebel <[email protected]> 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 3601c2d..4010253 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"))))
