From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 2/2] gnu: Add oslo.i18n.
Date: Wed, 2 Sep 2015 01:04:16 +0200 [thread overview]
Message-ID: <1441148656-303-3-git-send-email-tipecaml@gmail.com> (raw)
In-Reply-To: <1441148656-303-1-git-send-email-tipecaml@gmail.com>
* gnu/packages/openstack.scm (python-oslo.i18n, python2-oslo.i18n): New
variables.
---
gnu/packages/openstack.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index ddd2f50..8e96455 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -140,6 +140,40 @@ and sensible default behaviors into your setuptools run.")
(package-with-python2 python-pbr))
;; Packages from the Oslo library
+(define-public python-oslo.i18n
+ (package
+ (name "python-oslo.i18n")
+ (version "2.1.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://pypi.python.org/packages/source/o/oslo.i18n/oslo.i18n-"
+ version
+ ".tar.gz"))
+ (sha256
+ (base32
+ "0762dwhaswqqkg5qff11cd4y4b8vbh4qrqh9bd24cv8h75ay2f0s"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-babel" ,python-babel)
+ ("python-six" ,python-six)))
+ (inputs
+ `(("python-pbr" ,python-pbr)
+ ("python-setuptools" ,python-setuptools)
+ ;; Tests
+ ("python-mock" ,python-mock)
+ ("python-mox3" ,python-mox3)
+ ("python-oslotest" ,python-oslotest)
+ ("python-testscenarios" ,python-testscenarios)))
+ (home-page "http://launchpad.net/oslo")
+ (synopsis "Oslo i18n library")
+ (description "Oslo i18n library")
+ (license asl2.0)))
+
+(define-public python2-oslo.i18n
+ (package-with-python2 python-oslo.i18n))
+
(define-public python-oslotest
(package
(name "python-oslotest")
--
2.1.4
next prev parent reply other threads:[~2015-09-01 23:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-01 23:04 [PATCH 0/2] Add oslo.i18n Cyril Roelandt
2015-09-01 23:04 ` [PATCH 1/2] gnu: python-testtools: fix propagated inputs Cyril Roelandt
2015-09-04 19:58 ` Ludovic Courtès
2015-09-01 23:04 ` Cyril Roelandt [this message]
2015-09-04 20:01 ` [PATCH 2/2] gnu: Add oslo.i18n Ludovic Courtès
2015-09-04 20:03 ` Cyril Roelandt
2015-09-04 20:32 ` Thompson, David
2015-09-05 20:26 ` Ludovic Courtès
2015-09-06 20:58 ` Cyril Roelandt
2015-09-06 21:01 ` Ludovic Courtès
2015-09-06 21:19 ` Cyril Roelandt
2015-09-07 22:18 ` [PATCH 0/2] " Cyril Roelandt
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441148656-303-3-git-send-email-tipecaml@gmail.com \
--to=tipecaml@gmail.com \
--cc=guix-devel@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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).