diff options
author | Franz Geffke <m@f-a.nz> | 2024-04-18 11:32:47 +0100 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-04-18 11:32:47 +0100 |
commit | dacd7457d04e1c3a38965b24b65799cf114921fe (patch) | |
tree | 6846e37e59860d0726bc1819262d0ae3b004cba1 /px/packages/python-xyz.scm | |
parent | 72e8cf533eca96192a09359dcc963735eef84d02 (diff) |
px: Add state-massage
Diffstat (limited to 'px/packages/python-xyz.scm')
-rw-r--r-- | px/packages/python-xyz.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/px/packages/python-xyz.scm b/px/packages/python-xyz.scm index 2f8d075..1d8be3e 100644 --- a/px/packages/python-xyz.scm +++ b/px/packages/python-xyz.scm @@ -1016,4 +1016,23 @@ upload, and reCAPTCHA.") (home-page "http://github.com/mrjoes/flask-babelex") (synopsis "Adds i18n/l10n support to Flask applications") (description "Adds i18n/l10n support to Flask applications") + (license license:bsd-3))) + +(define-public state-massage + (package + (name "state-massage") + (version "0.0.2") + (source + (origin + (method url-fetch) + (uri (string-append "https://source.pantherx.org/" name "_v" version + ".tgz")) + (sha256 + (base32 "01kc2d4sbjrnqrp8jd751pcvl27l7pgp4nf1m6a5gzckgqbx8j53")))) + (build-system python-build-system) + (propagated-inputs (list python-babel python-flask python-jinja2 + python-speaklater)) + (home-page "https://www.pantherx.org/") + (synopsis "Massages the state of your system.") + (description "Basically ansible, minus a lot of the features, plus speed.") (license license:bsd-3)))
\ No newline at end of file |