* rekahsoft-gnu/packages/python-xyz.scm (python-prompt-toolkit-3.0.28): New variable, replacing old variable for python-prompt-toolkit-2
(awscliv2): bump awscliv2 version, adjust native-dependencies to use newly packaged python-prompt-toolkit@3.0.28 (as guix upstream has a newer, but incompatible version packaged)
* rekahsoft-gnu/packages/emacs-xyz.scm (emacs-org-roam-extensions): Removed
variable. This package is no longer necessary as of
https://issues.guix.gnu.org/50287
* rekahsoft-gnu/packages/python-xyz.scm: New variable docker-compose-fixed;
this is a variant of docker-compose that uses a pinned version of
python-pyyaml (<6.0), so it can successfully build (unlike current upstream).
* rekahsoft-gnu/packages/python-xyz.scm (python-botocore-2.0.0dev155):
Upstream python-jmespath was recently updated to 1.0.0 which is incompatible
with botocore@2.0.0dev155 (used for awscli). Adjust accordingly using
python-jmespath that has been pinned to the most recent working version in
this channel.
* rekahsoft-gnu/packages/python-xyz.scm (python-jmespath-0.10): Add new
variable. This version is required for botocore used for awscliv2 now that
python-jmespath has been updated to 1.0.0 upstream.
* rekahsoft-gnu/packages/python-xyz.scm (inputs): Use input list instead of
alist, an inputs instead of propagated inputs, as this is a python
application, not a library.
* rekahsoft-gnu/packages/python-xyz.scm (awscliv2): Update awscliv2 2.2.37 -> 2.4.7
(awscliv2): Move propagated-inputs to native-inputs, as python applications should not propagate libraries
(awscliv2): Remove explicit setting of PYTHONPATH, as this is no longer required as of recent versions of guix
(python-distro-1.5): Now required for awscliv2
(python-ruamel.yaml-0.15): Required for awscliv2
(python-cryptography-3.3.2): Required for awscliv2
(python-s3transfer-0.4): Removed as this hack is no longer required now that I understand python applications should not propagate their library inputs
(python-botocore-2.0.0dev155): Update botocore for awscliv2 update