[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
75/97: Add TODO comments.
From: |
Hartmut Goebel |
Subject: |
75/97: Add TODO comments. |
Date: |
Tue, 18 Oct 2016 20:13:22 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit cadc835ce3101783a500832bf8c30a723975e9e5
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 25e17e0..c339152 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -506,4 +506,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 bfc83e6..fdc2325 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)))
@@ -4830,7 +4832,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
- 43/97: gnu: python2-pysnptools: Correct inputs., (continued)
- 43/97: gnu: python2-pysnptools: Correct inputs., Hartmut Goebel, 2016/10/18
- 50/97: gnu: thefuck: Fix build., Hartmut Goebel, 2016/10/18
- 45/97: gnu: python-numpy-bootstrap, python-numpy: Fix build., Hartmut Goebel, 2016/10/18
- 54/97: gnu: python-subunit, python-testrepository: Fix inputs, Hartmut Goebel, 2016/10/18
- 58/97: gnu: pytest-mock: remove needless propagated input "python-py"., Hartmut Goebel, 2016/10/18
- 67/97: python-blinker: No longer disable tests., Hartmut Goebel, 2016/10/18
- 65/97: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 69/97: gnu: python2-scikit-image: Remove needless propagated-input., Hartmut Goebel, 2016/10/18
- 73/97: gnu: Add python-rst.linker, python2-rst.linker., Hartmut Goebel, 2016/10/18
- 77/97: python-zope-location: Correct inputs., Hartmut Goebel, 2016/10/18
- 75/97: Add TODO comments.,
Hartmut Goebel <=
- 76/97: zope.interface: Correct inputs., Hartmut Goebel, 2016/10/18
- 79/97: zope.security: Correct inputs., Hartmut Goebel, 2016/10/18
- 85/97: python-celery: Remove needless inputs., Hartmut Goebel, 2016/10/18
- 57/97: gnu: python-testscenarios: remove needless input "mimetools"., Hartmut Goebel, 2016/10/18
- 63/97: gnu: python-oauthlib, python-oauthlib2: Correct inputs., Hartmut Goebel, 2016/10/18
- 72/97: gnu: python-numpydoc: Correct inputs., Hartmut Goebel, 2016/10/18
- 55/97: gnu: python-pytest-xdist: Remove needless input python-apipkg., Hartmut Goebel, 2016/10/18
- 61/97: gnu: python-cov-core: Fix imports., Hartmut Goebel, 2016/10/18
- 51/97: gnu: openstack: Correct inputs., Hartmut Goebel, 2016/10/18
- 37/97: gnu: python-pbr: Rework bootstrapping., Hartmut Goebel, 2016/10/18