all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: Hartmut Goebel <h.goebel@crazy-compilers.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 4/5] gnu: python.scm: Update some home-page urls and descriptions.
Date: Wed, 12 Oct 2016 12:01:18 -0400	[thread overview]
Message-ID: <20161012160118.GD31109@jasmine> (raw)
In-Reply-To: <1476105003-29538-5-git-send-email-h.goebel@crazy-compilers.com>

On Mon, Oct 10, 2016 at 03:10:02PM +0200, Hartmut Goebel wrote:
> * gnu/packages/python.scm (python-keyring, python-pylockfile): Update
>   home-page url. (python-pathlib): Update description.

This should really be separate commits :)

> ---
>  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.).
> -@end enumerate\n")
> +@end enumerate
> +
> +Note: This module isn't maintained anymore. Please consider python-pathlib2
> +instead.")

We should also point out that this module was merged into the Python
standard library in 3.4:

https://pypi.python.org/pypi/pathlib/

"In Python 3.4, pathlib is now part of the standard library. For Python
3.3 and earlier, easy_install pathlib or pip install pathlib should do
the trick."

  reply	other threads:[~2016-10-12 16:01 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-10 13:09 [PATCH 0/5] Some simple or even trivial changes Hartmut Goebel
2016-10-10 13:09 ` [PATCH 1/5] gnu: python2-pytest-runner: Remove duplicate definition Hartmut Goebel
2016-10-12 15:53   ` Leo Famulari
2016-10-12 20:10   ` More duplicate package definitions Danny Milosavljevic
2016-10-13 13:17     ` Hartmut Goebel
2016-10-13 22:39       ` Leo Famulari
2016-10-14 11:10         ` Ricardo Wurmus
2016-10-10 13:10 ` [PATCH 2/5] gnu: python-pytest-xdist: Remove python byte-code files from source Hartmut Goebel
2016-10-11 20:24   ` Danny Milosavljevic
2016-10-12 15:56   ` Leo Famulari
2016-10-10 13:10 ` [PATCH 3/5] gnu: python-zope-testing: Strip byte-code and garbage " Hartmut Goebel
2016-10-12 15:59   ` Leo Famulari
2016-10-10 13:10 ` [PATCH 4/5] gnu: python.scm: Update some home-page urls and descriptions Hartmut Goebel
2016-10-12 16:01   ` Leo Famulari [this message]
2016-10-13  8:36     ` Hartmut Goebel
2016-10-13 20:14       ` Ludovic Courtès
2016-10-14  8:03         ` Hartmut Goebel
2016-10-10 13:10 ` [PATCH 5/5] guix: python-build-system: Fix an outdated comment Hartmut Goebel
2016-10-12 16:03   ` Leo Famulari
2016-10-13  7:32     ` Hartmut Goebel
2016-10-13 20:06       ` Ludovic Courtès

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=20161012160118.GD31109@jasmine \
    --to=leo@famulari.name \
    --cc=guix-devel@gnu.org \
    --cc=h.goebel@crazy-compilers.com \
    /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.