rekahsoft-gnu: Add TODO comments

This commit is contained in:
Collin J. Doering 2021-09-06 05:57:36 -04:00
parent ed88e68d99
commit ca474a0db4
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,7 @@
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))
;; TODO: Candidate for upstream
(define-public python-virtualenv-clone
(package
(name "python-virtualenv-clone")
@ -126,6 +127,7 @@
(description "script to clone virtualenvs.")
(license license:expat)))
;; TODO: Candidate for upstream
(define-public python-arpeggio
(package
(name "python-arpeggio")
@ -144,6 +146,7 @@
(description "Packrat parser interpreter")
(license license:expat)))
;; TODO: Candidate for upstream
(define-public python-ordereddict
(package
(name "python-ordereddict")
@ -163,6 +166,7 @@
"A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6.")
(license license:expat)))
;; TODO: Candidate for upstream
(define-public python-parver
(package
(name "python-parver")
@ -189,6 +193,7 @@
"Parse and manipulate version numbers.")
(license license:expat)))
;; TODO: Candidate for upstream
(define-public python-pipenv
(package
(name "python-pipenv")
@ -223,6 +228,7 @@
"Python Development Workflow for Humans.")
(license license:expat)))
;; TODO: Upstream has version 0.18.3
(define-public python-dbusmock
(package
(name "python-dbusmock")
@ -260,6 +266,7 @@ hard (or impossible without root privileges) to set the state of the real
services to what you expect in your tests.")
(license license:lgpl3+)))
;; TODO: Candidate for upstream; upstream has version 4.0.2;
(define-public python-ujson
(package
(name "python-ujson")
@ -304,6 +311,7 @@ services to what you expect in your tests.")
bindings for Python 3.")
(license license:bsd-3)))
;; TODO: Candidate for upstream; See above package comment.
(define-public python-ujson-1
(package
(inherit python-ujson)