guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

102/103: Add TODO comments.


From: Hartmut Goebel
Subject: 102/103: Add TODO comments.
Date: Tue, 25 Oct 2016 17:48:00 +0000 (UTC)

htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit 2eea8c2f445ead37614b86a711cb9d94252c6192
Author: Hartmut Goebel <address@hidden>
Date:   Sun Oct 16 21:54:01 2016 +0200

    Add TODO comments.
---
 gnu/packages/backup.scm |    1 +
 gnu/packages/python.scm |    4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 324886b..0f2fa00 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -514,4 +514,5 @@ deduplication technique used makes Attic suitable for daily 
backups since only
 changes are stored.")
     (home-page "https://attic-backup.org/";)
     (license license:bsd-3)
+    ;; TODO: When removing this package, mind removing python-llfuse-0.41, too
     (properties `((superseded . ,borg)))))
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1d0cfb3..fa7f861 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2259,6 +2259,7 @@ installed with a newer @code{pip} or with wheel's own 
command line utility.")
      `(("python-py" ,python-py)
        ("python-pytest" ,python-pytest)
        ("python-pytest-cov" ,python-pytest-cov)
+       ;; TODO: pytest-httpbin
        ("python-wheel" ,python-wheel)))
     ;; extras_require: 'security': ['pyOpenSSL>=0.13', 'ndg-httpsclient', 
'pyasn1'],
     (home-page "http://python-requests.org/";)
@@ -4293,6 +4294,7 @@ standard library.")
      `(#:phases
        (modify-phases %standard-phases
          (replace 'check (lambda _ (zero? (system* "nosetests")))))))
+    ;; TODO: Think about removing the included tests in dir `**/tests`
     (propagated-inputs
      `(("python-ipython-genutils" ,python-ipython-genutils)
        ("python-decorator" ,python-decorator)))
@@ -4832,7 +4834,7 @@ and statistical routines from scipy and statsmodels.")
   (let ((base (package-with-python2 (strip-python2-variant python-seaborn))))
     (package
       (inherit base)
-      (propagated-inputs `(("python2-pytz" ,python2-pytz)
+      (propagated-inputs `(("python2-pytz" ,python2-pytz);TODO: needless,remove
                            ,@(package-propagated-inputs base))))))
 
 (define-public python-sympy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]