all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 50033@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#50033] [PATCH 4/4] gnu: Add isso.
Date: Thu, 12 Aug 2021 23:58:07 +0000	[thread overview]
Message-ID: <20210812235807.26857-4-monego@posteo.net> (raw)
In-Reply-To: <20210812235807.26857-1-monego@posteo.net>

* gnu/packages/web.scm (isso): New variable.
---
 gnu/packages/web.scm | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 432ed3c445..cab0fa248e 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -51,6 +51,7 @@
 ;;; Copyright © 2021 Matthew James Kraai <kraai@ftbfs.org>
 ;;; Copyright © 2021 Sarah Morgensen <iskarian@mgsn.dev>
 ;;; Copyright © 2021 Jack Hill <jackhill@jackhill.us>
+;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -5071,6 +5072,37 @@ using CSS selectors.  Inspired by @command{jq}, @command{pup} aims to be a
 fast and flexible way of exploring HTML from the terminal.")
       (license license:expat))))
 
+(define-public isso
+  (package
+    (name "isso")
+    (version "0.12.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "isso" version))
+       (sha256
+        (base32 "148n8w1v5p26dbx4d3zij9qjj8bp59zsaf07r6cxmfxrpic6b9px"))))
+    (build-system python-build-system)
+    (arguments
+     `(#:test-target "nosetests"))
+    (native-inputs
+     `(("python-flask" ,python-flask)
+       ("python-nose" ,python-nose)))
+    (inputs
+     `(("python-bleach" ,python-bleach)
+       ("python-flask-caching" ,python-flask-caching)
+       ("python-html5lib" ,python-html5lib)
+       ("python-itsdangerous" ,python-itsdangerous)
+       ("python-jinja2" ,python-jinja2)
+       ("python-misaka" ,python-misaka)
+       ("python-werkzeug" ,python-werkzeug)))
+    (home-page "https://github.com/posativ/isso/")
+    (synopsis "Lightweight commenting server")
+    (description "Isso – Ich schrei sonst – is a lightweight commenting server
+written in Python and JavaScript.  It aims to be a drop-in replacement for
+Disqus.")
+    (license license:expat)))
+
 (define-public uhttpmock
   (package
     (name "uhttpmock")
-- 
2.30.2





      parent reply	other threads:[~2021-08-13  0:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-12 23:55 [bug#50033] [PATCH 0/4] Add Isso Vinicius Monego
2021-08-12 23:58 ` [bug#50033] [PATCH 1/4] gnu: python-bleach: Add dependency on python-packaging Vinicius Monego
2021-08-12 23:58   ` [bug#50033] [PATCH 2/4] gnu: python-bleach: Enable tests Vinicius Monego
2021-08-12 23:58   ` [bug#50033] [PATCH 3/4] gnu: Add python-flask-caching Vinicius Monego
2021-08-12 23:58   ` Vinicius Monego [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210812235807.26857-4-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=50033@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.