[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
- 101/103: Add a series of FIXME and TODO comments., (continued)
- 101/103: Add a series of FIXME and TODO comments., Hartmut Goebel, 2016/10/25
- 16/103: gnu: Remove python-setuptools and python2-setuptools from inputs (part 4b), Hartmut Goebel, 2016/10/25
- 43/103: gnu: python-fonttools: Remove intervening directory in site-packges., Hartmut Goebel, 2016/10/25
- 36/103: gnu: python-pbr: Rework bootstrapping., Hartmut Goebel, 2016/10/25
- 75/103: gnu: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/25
- 85/103: gnu: python-responses: Correct inputs, Hartmut Goebel, 2016/10/25
- 93/103: gnu: khal: Fix build., Hartmut Goebel, 2016/10/25
- 96/103: gnu: python-pytest-django: Remove needless propagated input "python-py"., Hartmut Goebel, 2016/10/25
- 92/103: gnu: python-testlib: Remove useless self-defined phase "unpack"., Hartmut Goebel, 2016/10/25
- 98/103: gnu: python-flake8-2.2.4: Remove python byte-code files from source., Hartmut Goebel, 2016/10/25
- 102/103: Add TODO comments.,
Hartmut Goebel <=
- 87/103: gnu: python-prompt-toolkit: Correct inputs, Hartmut Goebel, 2016/10/25
- 24/103: gnu: Fix python inputs, part 6: some inputs become native-inputs., Hartmut Goebel, 2016/10/25
- 90/103: gnu: python-nautilus: Correct inputs, Hartmut Goebel, 2016/10/25
- 13/103: gnu: Remove python-setuptools and python2-setuptools from inputs (part 2), Hartmut Goebel, 2016/10/25
- 68/103: gnu: python2-scikit-image: Remove needless native-input and inheritance., Hartmut Goebel, 2016/10/25
- 69/103: gnu: python-redis: Remove unused input., Hartmut Goebel, 2016/10/25
- 84/103: gnu: python-sphinxcontrib-programoutput: Remove needless input., Hartmut Goebel, 2016/10/25
- 103/103: Add a FIXME comment, Hartmut Goebel, 2016/10/25