guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 4/5] gnu: python.scm: Update some home-page urls and descriptions


From: Hartmut Goebel
Subject: [PATCH 4/5] gnu: python.scm: Update some home-page urls and descriptions.
Date: Mon, 10 Oct 2016 15:10:02 +0200

* gnu/packages/python.scm (python-keyring, python-pylockfile): Update
  home-page url. (python-pathlib): Update description.
---
 gnu/packages/python.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index a289093..9b62241 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -763,7 +763,7 @@ concepts.")
     (arguments '(#:test-target "check"))
     (native-inputs
      `(("python-pbr" ,python-pbr)))
-    (home-page "http://code.google.com/p/pylockfile/";)
+    (home-page "https://launchpad.net/pylockfile";)
     (synopsis "Platform-independent file locking module")
     (description
      "The lockfile package exports a LockFile class which provides a simple
@@ -900,7 +900,7 @@ etc.).  The package is structured to make adding new 
modules easy.")
      `(("python-pycrypto" ,python-pycrypto)))
     (arguments
      `(#:tests? #f))                      ;TODO: tests require pytest
-    (home-page "http://bitbucket.org/kang/python-keyring-lib";)
+    (home-page "https://github.com/jaraco/keyring";)
     (synopsis "Store and access your passwords safely")
     (description
      "The Python keyring lib provides a easy way to access the system keyring
@@ -8852,7 +8852,10 @@ be done easily through operators, attribute accesses, 
and method calls.
 comparing Windows paths ignores casing.
 @item Well-defined semantics, eliminating any inconsistencies or
 ambiguities (forward vs. backward slashes, etc.).
address@hidden enumerate\n")
address@hidden enumerate
+
+Note: This module isn't maintained anymore. Please consider python-pathlib2
+instead.")
     (license license:expat)))
 
 (define-public python2-pathlib
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]