[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 18:00:44 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 3f6f13f76210e4e4af31568ba19e78eb9720692c
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 27d1be0..e862f6c 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
- 81/103: gnu: Remove some outdated comments., (continued)
- 81/103: gnu: Remove some outdated comments., Hartmut Goebel, 2016/10/25
- 85/103: gnu: python-responses: Correct inputs, Hartmut Goebel, 2016/10/25
- 88/103: gnu: python-consul: Correct inputs., Hartmut Goebel, 2016/10/25
- 80/103: gnu: python-tox: Update FIXME comments., Hartmut Goebel, 2016/10/25
- 97/103: gnu: python-flake8: Remove python byte-code files from source., Hartmut Goebel, 2016/10/25
- 94/103: gnu: python2-warpedlmm: Remove phase remove-bin-directory., Hartmut Goebel, 2016/10/25
- 91/103: gnu: python-sphinxcontrib-newsfeed: Remove needless input., Hartmut Goebel, 2016/10/25
- 89/103: gnu: python-freezegun: Correct input., Hartmut Goebel, 2016/10/25
- 99/103: gnu: python-tables: Remove python byte-code files from source., Hartmut Goebel, 2016/10/25
- 93/103: gnu: khal: Fix build., Hartmut Goebel, 2016/10/25
- 102/103: Add TODO comments.,
Hartmut Goebel <=
- 83/103: gnu: python-sphinx-repoze-autointerface: Remove needless input., Hartmut Goebel, 2016/10/25
- 71/103: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/10/25
- 33/103: gnu: python-fixture: Correct inputs., Hartmut Goebel, 2016/10/25
- 84/103: gnu: python-sphinxcontrib-programoutput: Remove needless input., Hartmut Goebel, 2016/10/25
- 66/103: gnu: python-scikit-image: Correct inputs., Hartmut Goebel, 2016/10/25
- 92/103: gnu: python-testlib: Remove useless self-defined phase "unpack"., Hartmut Goebel, 2016/10/25
- 90/103: gnu: python-nautilus: Correct inputs, Hartmut Goebel, 2016/10/25
- 79/103: gnu: python-urllib3: update comment., Hartmut Goebel, 2016/10/25
- 78/103: gnu: python-wsgi-intercept: Correct inputs., Hartmut Goebel, 2016/10/25
- 101/103: Add a series of FIXME and TODO comments., Hartmut Goebel, 2016/10/25