all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Holger Peters <holger.peters@posteo.de>
To: 41416@debbugs.gnu.org
Cc: Holger Peters <holger.peters@posteo.de>
Subject: [bug#41416] [PATCH 4/8] gnu: Add python-translationstring
Date: Wed, 20 May 2020 09:07:06 +0200	[thread overview]
Message-ID: <20200520070710.6999-4-holger.peters@posteo.de> (raw)
In-Reply-To: <20200520070710.6999-1-holger.peters@posteo.de>

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

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index da0726ae99..38334c1bc5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3881,3 +3881,20 @@ decorator until a separate scan phase.")
 modules, classes, functions, methods and properties as deprecated, displaying
 warnings when usaged in application code.")
     (license license:zpl2.1)))
+
+(define-public python-translationstring
+  (package
+    (name "python-translationstring")
+    (version "1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "translationstring" version))
+              (sha256
+               (base32
+                "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f"))))
+    (build-system python-build-system)
+    (home-page "http://docs.pylonsproject.org/projects/translationstring")
+    (synopsis "Internationalization tooling for the Pylons project")
+    (description "Library used by various Pylons project packages for
+internationalization (i18n) duties related to translation.")
+    (license license:repoze)))
-- 
2.26.0





  parent reply	other threads:[~2020-05-20  7:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-20  7:02 [bug#41416] [PATCH 0/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:07 ` [bug#41416] [PATCH 1/8] gnu: python-webob: Update to 1.8.6 Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 2/8] gnu: Add python-venusian Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 3/8] gnu: Add python-zope-deprecation Holger Peters
2020-05-20  7:07   ` Holger Peters [this message]
2020-05-20  7:07   ` [bug#41416] [PATCH 5/8] gnu: Add python-plaster Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 6/8] gnu: Add python-plaster-pastedeploy Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 7/8] gnu: Add python-hupper Holger Peters
2020-05-20  7:07   ` [bug#41416] [PATCH 8/8] gnu: Add python-pyramid Holger Peters
2020-05-20  7:42     ` bug#41416: " Ricardo Wurmus

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=20200520070710.6999-4-holger.peters@posteo.de \
    --to=holger.peters@posteo.de \
    --cc=41416@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.