all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Cyril Roelandt <tipecaml@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH 07/10] gnu: Add python-funcsigs.
Date: Tue, 3 May 2016 21:25:18 +0300	[thread overview]
Message-ID: <20160503182518.GD16397@debian-netbook> (raw)
In-Reply-To: <1461939663-5936-8-git-send-email-tipecaml@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2354 bytes --]

On Fri, Apr 29, 2016 at 04:21:00PM +0200, Cyril Roelandt wrote:
> * gnu/packages/python.scm (python-funcsigs, python2-funcsigs): New variables.
> ---
>  gnu/packages/python.scm | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
> 
> diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
> index 698b683..ad69368 100644
> --- a/gnu/packages/python.scm
> +++ b/gnu/packages/python.scm
> @@ -728,6 +728,38 @@ API for locking files.")
>        (native-inputs `(("python2-setuptools" ,python2-setuptools)
>                         ,@(package-native-inputs base))))))
>  
> +(define-public python-funcsigs
> +  (package
> +    (name "python-funcsigs")
> +    (version "1.0.2")
> +    (source
> +      (origin
> +        (method url-fetch)
> +        (uri (string-append
> +               "https://pypi.python.org/packages/94/4a/"
> +               "db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/"
> +               "funcsigs-" version ".tar.gz"))
> +        (sha256
> +          (base32
> +            "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7"))))
> +    (build-system python-build-system)
> +    (native-inputs
> +      `(("python-setuptools" ,python-setuptools)
> +        ("python-unittest2" ,python-unittest2)))
> +    (home-page "http://funcsigs.readthedocs.org")
> +    (synopsis
> +      "Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+")
> +    (description
> +      "Funcsigs is a backport of the PEP 362 function signature features from
> +Python 3.3's inspect module.  The backport is compatible with Python 2.6, 2.7
> +as well as 3.3 and up. 3.2 was supported by version 0.4, but with setuptools
> +and pip no longer supporting 3.2, we cannot make any statement about 3.2
> +compatibility.")
> +    (license asl2.0)))
> +
> +(define-public python2-funcsigs
> +  (package-with-python2 python-funcsigs))
> +
>  (define-public python-mock
>    (package
>      (name "python-mock")
> -- 
> 2.6.2
> 

Based on the description, does it make sense to have a python- version
and not just a python2- version?

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  parent reply	other threads:[~2016-05-03 18:25 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-29 14:20 [PATCH 00/10] Add python-barbicanclient Cyril Roelandt
2016-04-29 14:20 ` [PATCH 01/10] gnu: python2-jsonschema: make python-functools32 a propagated input Cyril Roelandt
2016-04-29 14:20 ` [PATCH 02/10] gnu: Update python-unittest2 to 0.6.0 Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-05-06  1:28     ` Cyril Roelandt
2016-05-06 18:49       ` Leo Famulari
2016-05-03 18:19   ` Efraim Flashner
2016-05-06  0:08     ` Cyril Roelandt
2016-04-29 14:20 ` [PATCH 03/10] gnu: Add python-cmd2 Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-04-29 14:20 ` [PATCH 04/10] gnu: remove test-only depencies of python-pbr Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-05-03 18:23     ` Efraim Flashner
2016-05-03 18:27   ` Efraim Flashner
2016-04-29 14:20 ` [PATCH 05/10] gnu: Add python-pyinotify Cyril Roelandt
2016-04-29 14:20 ` [PATCH 06/10] gnu: Update python-oslo.log to 3.5.0 Cyril Roelandt
2016-04-29 14:21 ` [PATCH 07/10] gnu: Add python-funcsigs Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-05-03 18:25   ` Efraim Flashner [this message]
2016-05-06  1:33     ` Cyril Roelandt
2016-04-29 14:21 ` [PATCH 08/10] gnu: Update python-mock to 2.0.0 Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-04-29 14:21 ` [PATCH 09/10] gnu: Add python-cliff Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-04-29 14:21 ` [PATCH 10/10] gnu: Add python-barbicanclient Cyril Roelandt
2016-04-30 21:33   ` Leo Famulari
2016-04-30 21:33 ` [PATCH 00/10] " Leo Famulari
2016-05-01 16:41 ` Leo Famulari
2016-05-06  1:34   ` Cyril Roelandt
2016-05-06 18:51     ` Leo Famulari

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=20160503182518.GD16397@debian-netbook \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=tipecaml@gmail.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.