aboutsummaryrefslogtreecommitdiff
path: root/guix/forge/klaus.scm
AgeCommit message (Expand)Author
2024-12-25klaus: python-httpauth: Depend explicitly on setuptools and wheel.•••Changes to pyproject-build-system require packages to depend explicitly on python-setuptools and python-wheel. * guix/forge/klaus.scm: Import python-setuptools and python-wheel from (gnu packages python-build). (python-httpauth)[native-inputs]: Add python-setuptools and python-wheel. Arun Isaac
2024-07-29klaus: python-klaus: Update to 3.0.1.•••* guix/forge/klaus.scm (python-klaus): Update to 3.0.1. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart
2024-07-29klaus: python-httpauth: Update to 0.4.1.•••* guix/forge/klaus.scm (python-httpauth): Update to 0.4.1. [native-inputs]: Add python-pytest and remove python-nose. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> jgart
2024-06-09klaus: Move git package into its own file.•••* guix/forge/git.scm: New file. * guix/forge/klaus.scm: Import git-without-safe-directory-check from (forge git). Do not import (gnu packages version-control) and (guix utils). (git-without-safe-directory-check): Move to (forge git). (python-klaus): Move comment about git-without-safe-directory-check. Arun Isaac
2024-06-05klaus: Disable more failing tests on git.•••* guix/forge/klaus.scm (git-without-safe-directory-check): Disable test t0411. Arun Isaac
2023-12-22gunicorn: Use <environment-variable> records.•••* guix/forge/gunicorn.scm: Import (forge environment). (gunicorn-shepherd-services): Use <environment-variable> record. * doc/forge.skb (Services)[Specialized application deployment services]{gunicorn service}: Document it. * guix/forge/klaus.scm: Import (forge environment). (klaus-gunicorn-app): Use <environment-variable> record. Arun Isaac
2023-12-20klaus: Make klaus package a configurable keyword argument.•••* guix/forge/klaus.scm (klaus-gunicorn-app): Make klaus package a configurable keyword argument. Arun Isaac
2023-07-27klaus: Mirror default socket used by gunicorn service.•••* guix/forge/klaus.scm (klaus-gunicorn-app): Change default socket to /var/run/gunicorn/klaus/socket. Arun Isaac
2023-07-26klaus: Serve klaus on a Unix socket by default.•••* guix/forge/klaus.scm: Import (forge socket). (klaus-gunicorn-app): Make sockets a keyword argument with a singleton list of Unix sockets as the default. Arun Isaac
2023-07-25klaus: Add helper function to create klaus gunicorn app.•••* guix/forge/klaus.scm: Import (forge gunicorn) and (gnu system file-systems). (klaus-gunicorn-app): New public function. * doc/forge.skb (Introduction): Advertise klaus support. (Reference): Document klaus-gunicorn-app. Arun Isaac
2023-07-25klaus: Add python-klaus.•••* guix/forge/klaus.scm: Import python-pytest from (gnu packages check); python-flask and python-werkzeug from (gnu packages python-web); python-dulwich, python-humanize and python-pygments from (gnu packages python-xyz). (python-klaus): New variable. Arun Isaac
2023-07-25klaus: Add git-without-safe-directory-check.•••* guix/forge/klaus.scm: Import git-minimal from (gnu packages version-control), (guix gexp) and (guix utils). (git-without-safe-directory-check): New variable. Arun Isaac
2023-07-22klaus: Add python-httpauth.•••* guix/forge/klaus.scm: New file. Arun Isaac