[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/12: gnu: Add python-hyperlink.
From: |
guix-commits |
Subject: |
03/12: gnu: Add python-hyperlink. |
Date: |
Tue, 19 Feb 2019 14:42:46 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 68460fbb9dccf175c65a1be47f79ecaf763e9c00
Author: Leo Famulari <address@hidden>
Date: Sun Feb 17 13:55:24 2019 -0500
gnu: Add python-hyperlink.
* gnu/packages/python-web.scm (python-hyperlink): New variable.
---
gnu/packages/python-web.scm | 22 +++++++++++++++++++++-
1 file changed, 21 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index dce8dd2..052331c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -12,7 +12,7 @@
;;; Copyright © 2014, 2017 Eric Bavier <address@hidden>
;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
;;; Copyright © 2015 Cyril Roelandt <address@hidden>
-;;; Copyright © 2015, 2016, 2017 Leo Famulari <address@hidden>
+;;; Copyright © 2015, 2016, 2017, 2019 Leo Famulari <address@hidden>
;;; Copyright © 2016 Hartmut Goebel <address@hidden>
;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2015, 2017 Ben Woodcroft <address@hidden>
@@ -2953,3 +2953,23 @@ underlies Mozilla Persona.")
"This is a Python library for interacting with the Firefox Accounts
ecosystem.")
(license license:mpl2.0)))
+
+(define-public python-hyperlink
+ (package
+ (name "python-hyperlink")
+ (version "18.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "hyperlink" version))
+ (sha256
+ (base32
+ "01m3y19arfqljksngy8grc966zdb4larysralb8cajzi8kvly6zh"))))
+ (build-system python-build-system)
+ (propagated-inputs
+ `(("python-idna" ,python-idna)))
+ (home-page "https://github.com/python-hyper/hyperlink")
+ (synopsis "Python module to create immutable URLs according to spec")
+ (description "This package provides a Python module to create immutable,
and
+correct URLs for Python according to RFCs 3986 and 3987.")
+ (license license:expat)))
- branch master updated (a4fc802 -> a7db61a), guix-commits, 2019/02/19
- 02/12: gnu: Add python-txaio., guix-commits, 2019/02/19
- 01/12: gnu: Add python-humanize., guix-commits, 2019/02/19
- 04/12: gnu: python-twisted: Update to 17.5.0, guix-commits, 2019/02/19
- 08/12: gnu: Add python-txtorcon., guix-commits, 2019/02/19
- 03/12: gnu: Add python-hyperlink.,
guix-commits <=
- 12/12: gnu: Add Magic-Wormhole., guix-commits, 2019/02/19
- 05/12: gnu: Add python-treq., guix-commits, 2019/02/19
- 11/12: gnu: Add magic-wormhole-transit-relay., guix-commits, 2019/02/19
- 07/12: gnu: Add python-spake2., guix-commits, 2019/02/19
- 09/12: gnu: Add python-autobahn., guix-commits, 2019/02/19
- 06/12: gnu: Add python-hkdf., guix-commits, 2019/02/19
- 10/12: gnu: Add magic-wormhole-mailbox-server., guix-commits, 2019/02/19