* [bug#28363] [PATCH] gnu: Add python-uritemplate.
@ 2017-09-06 8:18 Oleg Pykhalov
2017-09-08 16:12 ` bug#28363: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Oleg Pykhalov @ 2017-09-06 8:18 UTC (permalink / raw)
To: 28363
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: [PATCH] gnu: Add python-uritemplate. --]
[-- Type: text/x-patch, Size: 1319 bytes --]
From 29ed68d5bf6e6735b8a82602703e49a6ee1615bd Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Wed, 6 Sep 2017 10:07:55 +0300
Subject: [PATCH] gnu: Add python-uritemplate.
* gnu/packages/python.scm (python-uritemplate, python2-uritemplate): New
variables.
---
gnu/packages/python.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4c19d7e66..c002140fd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -16219,3 +16219,24 @@ ECB and OFB).")
(define-public python2-pyaes
(package-with-python2 python-pyaes))
+
+(define-public python-uritemplate
+ (package
+ (name "python-uritemplate")
+ (version "3.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "uritemplate" version))
+ (sha256
+ (base32
+ "0781gm9g34wa0asc19dx81ng0nqq07igzv3bbvdqmz13pv7469n0"))))
+ (build-system python-build-system)
+ (home-page "https://uritemplate.readthedocs.org")
+ (synopsis "Library to deal with URI Templates")
+ (description "@code{uritemplate} provides Python library to deal with URI
+Templates.")
+ (license license:bsd-2)))
+
+(define-public python2-uritemplate
+ (package-with-python2 python-uritemplate))
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#28363: [PATCH] gnu: Add python-uritemplate.
2017-09-06 8:18 [bug#28363] [PATCH] gnu: Add python-uritemplate Oleg Pykhalov
@ 2017-09-08 16:12 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-08 16:12 UTC (permalink / raw)
To: Oleg Pykhalov; +Cc: 28363-done
Oleg Pykhalov <go.wigust@gmail.com> skribis:
>>From 29ed68d5bf6e6735b8a82602703e49a6ee1615bd Mon Sep 17 00:00:00 2001
> From: Oleg Pykhalov <go.wigust@gmail.com>
> Date: Wed, 6 Sep 2017 10:07:55 +0300
> Subject: [PATCH] gnu: Add python-uritemplate.
>
> * gnu/packages/python.scm (python-uritemplate, python2-uritemplate): New
> variables.
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-08 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06 8:18 [bug#28363] [PATCH] gnu: Add python-uritemplate Oleg Pykhalov
2017-09-08 16:12 ` bug#28363: " Ludovic Courtès
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.